summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bench/ioq: Use nproc()HEADmainTavian Barnes14 days1-1/+1
* bfstd: Fix nproc() on systems without dynamically sized CPU masksTavian Barnes2025-03-101-2/+14
* build/flags: Add -lrt on FreeBSD for timer_create()Tavian Barnes2025-03-101-0/+1
* tests/xtime: Don't waste time checking the system's timegm()Tavian Barnes2025-03-101-2/+9
* tests: Add missing #include <sys/wait.h>Tavian Barnes2025-03-101-0/+1
* diag: Don't leave unused assertion messages in the binaryTavian Barnes2025-03-042-14/+27
* diag: Get rid of struct bfs_locationTavian Barnes2025-03-045-70/+56
* tests/units: Run each test in a separate processTavian Barnes2025-02-271-27/+161
* bfstd: Take sched_getaffinity() into account in nproc()Tavian Barnes2025-02-273-5/+58
* bfstd: New nproc() functionTavian Barnes2025-02-273-15/+21
* Release 4.0.64.0.6Tavian Barnes2025-02-263-2/+22
* Micro-optimize word-at-a-time loop tailsTavian Barnes2025-02-212-10/+14
* tests/gnu/fls_overflow: Skip if the FS doesn't support 64-bit timesTavian Barnes2025-02-211-1/+1
* ioq: Fix typo in commentTavian Barnes2025-02-181-1/+1
* tests/xspawn: Test bfs_spawn_resolve() with a relative $PATHTavian Barnes2025-02-181-26/+62
* trie: Use load8_beu*() for trie_mismatch()Tavian Barnes2025-02-131-29/+23
* bfstd: Use load8_leu*() for asciinlen()Tavian Barnes2025-02-131-24/+20
* bit: Add the load8_[bl]euN() utilitiesTavian Barnes2025-02-132-2/+63
* trie: Make nibble indices big-endianTavian Barnes2025-02-132-7/+11
* tests/xtouch: Use xstrtol()Tavian Barnes2025-02-131-5/+2
* trie: New trie_node_size() helperTavian Barnes2025-02-131-3/+9
* configure: Add separate --enable-lto knobTavian Barnes2025-02-132-3/+9
* configure: Add warn() helper functionTavian Barnes2025-02-121-6/+13
* trie: Clean up some bounds checkingTavian Barnes2025-02-121-6/+6
* trie: Micro-optimize trie_representative()Tavian Barnes2025-02-111-4/+5
* tests: Don't shell out to tr just to replace slashes with dashesTavian Barnes2025-02-071-3/+1
* tests: Make --no-clean listen to $NO_COLORTavian Barnes2025-02-071-1/+1
* tests/color: Use /dev/tty over $TTYTavian Barnes2025-02-071-2/+2
* eval: Don't error out in -ls if the time overflowsTavian Barnes2025-02-072-19/+34
* tests: Use $EPOCHSECONDS if it existsTavian Barnes2025-02-071-2/+7
* ioq: Use getppid() for the heavy NOP syscallTavian Barnes2025-02-061-1/+1
* mtab: Use mount IDs instead of dev_t for bfs_fstype()Tavian Barnes2025-02-063-2/+31
* stat: Expose mount IDs from statx()Tavian Barnes2025-02-063-2/+40
* trie: New trie_{get,set}_{str,mem}() functionsTavian Barnes2025-02-064-23/+93
* diag: Try to make diagnostics signal-saferTavian Barnes2025-02-063-3/+25
* tests/posix/exec_sigmask: Make portableTavian Barnes2025-02-041-2/+14
* ioq: Rewrite the spin loop to avoid a warningTavian Barnes2025-02-031-4/+3
* ci/diag.sh: Try to make sed unbufferedTavian Barnes2025-02-031-1/+6
* ci/diag.sh: Simplify sed expressionTavian Barnes2025-01-271-2/+1
* ci: Update to NetBSD 10.1Tavian Barnes2025-01-271-1/+1
* build(deps): bump cross-platform-actions/action from 0.26.0 to 0.27.0dependabot[bot]2025-01-271-3/+3
* ci: Add an Arm64 Linux jobTavian Barnes2025-01-231-3/+34
* ci: Remove mmap_rnd_bits workaroundTavian Barnes2025-01-231-2/+0
* ci: Update to macos-15Tavian Barnes2025-01-231-4/+2
* tests/sighook: Fix Valgrind compatibilityTavian Barnes2025-01-211-39/+43
* sighook: Fix sigreset() error handlingTavian Barnes2025-01-201-9/+16
* Release 4.0.54.0.5Tavian Barnes2025-01-184-4/+22
* tests: Add a test for sigmask restorationTavian Barnes2025-01-182-0/+5
* sighook: Don't forget to check `initialized` in sigreset()Tavian Barnes2025-01-181-0/+4
* sighook: Fix up siginit() error pathsTavian Barnes2025-01-181-8/+14