summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ioq: Try spinning before blocking in ioq_slot_wait()ioq-nopTavian Barnes14 hours1-1/+17
* ioq: Submit and pop requests in batchesTavian Barnes14 hours5-17/+44
* ioq: Add more io_uring setup flagsTavian Barnes14 hours1-20/+55
* ioq: Refactor io_uring submission logicTavian Barnes15 hours1-94/+145
* ioq: Use ioq_batch for both pushing and poppingTavian Barnes35 hours1-47/+84
* ioq: Add a hash function between slots and monitorsTavian Barnes35 hours1-1/+11
* ioq: Prefetch pointers before popping themTavian Barnes35 hours2-8/+10
* bench/ioq: New ioq microbenchmarkTavian Barnes35 hours2-1/+330
* ioq: Add an ioq_nop() operation for benchmarkingTavian Barnes35 hours3-0/+62
* xtime: New timespec utility functionsTavian Barnes36 hours3-23/+95
* sighook: New SH_ONESHOT flagTavian Barnes36 hours2-1/+21
* bfstd: Add more strto*() wrappersTavian Barnes36 hours2-24/+69
* ioq: Set the worker thread names to ioq-%dTavian Barnes6 days1-2/+8
* thread: New thread_setname() functionTavian Barnes6 days5-0/+37
* sighook: Return instead of re-raising for faultsTavian Barnes11 days1-5/+11
* sighook: Check for SA_RESTART before using itTavian Barnes11 days1-1/+7
* bfstd: makedev() takes 3 arguments on QNXTavian Barnes11 days1-1/+3
* prelude: Define _QNX_SOURCETavian Barnes11 days1-0/+5
* build: Check for -pthread before using itTavian Barnes11 days2-2/+12
* tests/getopts: Remove unused variableTavian Barnes13 days1-1/+0
* docs/bfs.1: Simplify the formattingTavian Barnes14 days1-64/+105
* ioq: Enable IORING_SETUP_SUBMIT_ALLTavian Barnes14 days1-2/+18
* color: Squelch a -Wmaybe-uninitialized warning on non-LTO buildsTavian Barnes14 days1-1/+1
* build(deps): bump codecov/codecov-action from 4 to 5dependabot[bot]2024-11-181-1/+1
* ioq: Check for io_uring_register_iowq_max_workers() before using itTavian Barnes2024-11-113-0/+15
* sanity: Don't mark memory uninit in sanitize_{alloc,free}()Tavian Barnes2024-11-023-19/+45
* alloc: Stop supporting pathological flexible array ABIsTavian Barnes2024-11-023-22/+29
* alloc: Add macro versions of alignment utilsTavian Barnes2024-11-021-3/+12
* trie: Fix varena_free() with wrong sizeTavian Barnes2024-11-021-8/+8
* alloc: Don't require size % align == 0Tavian Barnes2024-11-025-39/+27
* Release 4.0.44.0.4Tavian Barnes2024-10-313-2/+20
* Merge pull request #146 from jody-frankowski/fix/capa-color-non-linuxTavian Barnes2024-10-315-1/+43
|\
| * color: Handle bfs_check_capabilities error code (-1) in cpath_has_capabilitiesJody Frankowski2024-10-315-1/+43
|/
* bit: Add bswap() overloads for every primitive typeTavian Barnes2024-10-272-9/+41
* tests/posix: Add a test for overly aggressive -exec {} + matchingTavian Barnes2024-10-272-0/+33
* Merge pull request #144 from ryandesign/patch-1Tavian Barnes2024-10-261-1/+1
|\
| * Fix typo in manpageRyan Carsten Schmidt2024-10-261-1/+1
|/
* Release 4.0.34.0.3Tavian Barnes2024-10-223-2/+20
* build: New make dist[sign] targetsTavian Barnes2024-10-221-1/+11
* dstring: Add an infallible dstrshrink() functionTavian Barnes2024-10-174-9/+47
* color: Don't color files like directories on ENOTDIRTavian Barnes2024-10-162-116/+232
* color: Fix an infinite loop colorizing some invalid pathsTavian Barnes2024-10-133-8/+13
* tests/gnu: Test -L -printf %YTavian Barnes2024-10-102-0/+18
* tests/trie: Improve code coverageTavian Barnes2024-10-101-1/+4
* sighook: Don't forget to reset list->tail on the last sigpop()Tavian Barnes2024-10-102-0/+9
* eval: Use xtimer_start() for status bar updatesTavian Barnes2024-10-101-36/+76
* tests/sighook: Use the new xtimer_start() APITavian Barnes2024-10-101-8/+6
* xtime: Add a wrapper for timer_create()/setitimer()Tavian Barnes2024-10-104-0/+130
* Adjust in/out parameter docsTavian Barnes2024-10-105-11/+11
* Fix some -Wundef-prefix warningsTavian Barnes2024-10-104-6/+14