| Commit message (Expand) | Author | Age | Files | Lines |
* | diag: Don't leave unused assertion messages in the binary | Tavian Barnes | 2025-03-04 | 2 | -14/+27 |
* | diag: Get rid of struct bfs_location | Tavian Barnes | 2025-03-04 | 5 | -70/+56 |
* | tests/units: Run each test in a separate process | Tavian Barnes | 2025-02-27 | 1 | -27/+161 |
* | bfstd: Take sched_getaffinity() into account in nproc() | Tavian Barnes | 2025-02-27 | 3 | -5/+58 |
* | bfstd: New nproc() function | Tavian Barnes | 2025-02-27 | 3 | -15/+21 |
* | Release 4.0.64.0.6 | Tavian Barnes | 2025-02-26 | 3 | -2/+22 |
* | Micro-optimize word-at-a-time loop tails | Tavian Barnes | 2025-02-21 | 2 | -10/+14 |
* | tests/gnu/fls_overflow: Skip if the FS doesn't support 64-bit times | Tavian Barnes | 2025-02-21 | 1 | -1/+1 |
* | ioq: Fix typo in comment | Tavian Barnes | 2025-02-18 | 1 | -1/+1 |
* | tests/xspawn: Test bfs_spawn_resolve() with a relative $PATH | Tavian Barnes | 2025-02-18 | 1 | -26/+62 |
* | trie: Use load8_beu*() for trie_mismatch() | Tavian Barnes | 2025-02-13 | 1 | -29/+23 |
* | bfstd: Use load8_leu*() for asciinlen() | Tavian Barnes | 2025-02-13 | 1 | -24/+20 |
* | bit: Add the load8_[bl]euN() utilities | Tavian Barnes | 2025-02-13 | 2 | -2/+63 |
* | trie: Make nibble indices big-endian | Tavian Barnes | 2025-02-13 | 2 | -7/+11 |
* | tests/xtouch: Use xstrtol() | Tavian Barnes | 2025-02-13 | 1 | -5/+2 |
* | trie: New trie_node_size() helper | Tavian Barnes | 2025-02-13 | 1 | -3/+9 |
* | configure: Add separate --enable-lto knob | Tavian Barnes | 2025-02-13 | 2 | -3/+9 |
* | configure: Add warn() helper function | Tavian Barnes | 2025-02-12 | 1 | -6/+13 |
* | trie: Clean up some bounds checking | Tavian Barnes | 2025-02-12 | 1 | -6/+6 |
* | trie: Micro-optimize trie_representative() | Tavian Barnes | 2025-02-11 | 1 | -4/+5 |
* | tests: Don't shell out to tr just to replace slashes with dashes | Tavian Barnes | 2025-02-07 | 1 | -3/+1 |
* | tests: Make --no-clean listen to $NO_COLOR | Tavian Barnes | 2025-02-07 | 1 | -1/+1 |
* | tests/color: Use /dev/tty over $TTY | Tavian Barnes | 2025-02-07 | 1 | -2/+2 |
* | eval: Don't error out in -ls if the time overflows | Tavian Barnes | 2025-02-07 | 2 | -19/+34 |
* | tests: Use $EPOCHSECONDS if it exists | Tavian Barnes | 2025-02-07 | 1 | -2/+7 |
* | ioq: Use getppid() for the heavy NOP syscall | Tavian Barnes | 2025-02-06 | 1 | -1/+1 |
* | mtab: Use mount IDs instead of dev_t for bfs_fstype() | Tavian Barnes | 2025-02-06 | 3 | -2/+31 |
* | stat: Expose mount IDs from statx() | Tavian Barnes | 2025-02-06 | 3 | -2/+40 |
* | trie: New trie_{get,set}_{str,mem}() functions | Tavian Barnes | 2025-02-06 | 4 | -23/+93 |
* | diag: Try to make diagnostics signal-safer | Tavian Barnes | 2025-02-06 | 3 | -3/+25 |
* | tests/posix/exec_sigmask: Make portable | Tavian Barnes | 2025-02-04 | 1 | -2/+14 |
* | ioq: Rewrite the spin loop to avoid a warning | Tavian Barnes | 2025-02-03 | 1 | -4/+3 |
* | ci/diag.sh: Try to make sed unbuffered | Tavian Barnes | 2025-02-03 | 1 | -1/+6 |
* | ci/diag.sh: Simplify sed expression | Tavian Barnes | 2025-01-27 | 1 | -2/+1 |
* | ci: Update to NetBSD 10.1 | Tavian Barnes | 2025-01-27 | 1 | -1/+1 |
* | build(deps): bump cross-platform-actions/action from 0.26.0 to 0.27.0 | dependabot[bot] | 2025-01-27 | 1 | -3/+3 |
* | ci: Add an Arm64 Linux job | Tavian Barnes | 2025-01-23 | 1 | -3/+34 |
* | ci: Remove mmap_rnd_bits workaround | Tavian Barnes | 2025-01-23 | 1 | -2/+0 |
* | ci: Update to macos-15 | Tavian Barnes | 2025-01-23 | 1 | -4/+2 |
* | tests/sighook: Fix Valgrind compatibility | Tavian Barnes | 2025-01-21 | 1 | -39/+43 |
* | sighook: Fix sigreset() error handling | Tavian Barnes | 2025-01-20 | 1 | -9/+16 |
* | Release 4.0.54.0.5 | Tavian Barnes | 2025-01-18 | 4 | -4/+22 |
* | tests: Add a test for sigmask restoration | Tavian Barnes | 2025-01-18 | 2 | -0/+5 |
* | sighook: Don't forget to check `initialized` in sigreset() | Tavian Barnes | 2025-01-18 | 1 | -0/+4 |
* | sighook: Fix up siginit() error paths | Tavian Barnes | 2025-01-18 | 1 | -8/+14 |
* | xspawn: Unblock signals between fork() and exec() | Tavian Barnes | 2025-01-18 | 1 | -2/+15 |
* | sighook: New sigreset() function to reset all handlers | Tavian Barnes | 2025-01-18 | 2 | -3/+45 |
* | sighook: Convert siglist to a more general rcu_list type | Tavian Barnes | 2025-01-18 | 1 | -52/+66 |
* | build: Feature-detect #pragma nounroll support | Tavian Barnes | 2025-01-17 | 3 | -2/+13 |
* | list: Don't use leading underscores for globals | Tavian Barnes | 2025-01-16 | 1 | -6/+6 |