index
:
bfs.git
clone
coverity
find2fd
gh-pages
main
queue-files
single-file
slab-bitmaps
Breadth-first version of find
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
trie: Use load8_beu*() for trie_mismatch()
HEAD
main
Tavian Barnes
9 days
1
-29
/
+23
*
bfstd: Use load8_leu*() for asciinlen()
Tavian Barnes
9 days
1
-24
/
+20
*
bit: Add the load8_[bl]euN() utilities
Tavian Barnes
9 days
2
-2
/
+63
*
trie: Make nibble indices big-endian
Tavian Barnes
9 days
2
-7
/
+11
*
tests/xtouch: Use xstrtol()
Tavian Barnes
9 days
1
-5
/
+2
*
trie: New trie_node_size() helper
Tavian Barnes
9 days
1
-3
/
+9
*
configure: Add separate --enable-lto knob
Tavian Barnes
9 days
2
-3
/
+9
*
configure: Add warn() helper function
Tavian Barnes
10 days
1
-6
/
+13
*
trie: Clean up some bounds checking
Tavian Barnes
10 days
1
-6
/
+6
*
trie: Micro-optimize trie_representative()
Tavian Barnes
11 days
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.5
4.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
*
ioq: Don't unroll the spin loop
Tavian Barnes
2025-01-16
2
-1
/
+15
*
ioq: Prefetch slots with a write intent
Tavian Barnes
2025-01-16
1
-1
/
+1
*
build: Check for compound literal storage-class support
Tavian Barnes
2025-01-07
3
-1
/
+8
*
configure: Suggest --enable-release over RELEASE=y etc.
Tavian Barnes
2025-01-07
1
-0
/
+19
*
configure: Reduce redundant info in CONFFLAGS for bfs --version
Tavian Barnes
2025-01-07
1
-1
/
+8
*
sighook: Add some missing fatal signals
Tavian Barnes
2024-12-24
1
-5
/
+14
*
sighook: Preserve the exact siginfo_t in reraise() on Linux
Tavian Barnes
2024-12-24
1
-3
/
+16
*
sighook: Always re-raise faults on macOS
Tavian Barnes
2024-12-22
2
-0
/
+11
*
tests/sighook: Add missing #include <sys/wait.h>
Tavian Barnes
2024-12-19
1
-2
/
+3
*
tests/gnu: Add an -ignore_readdir_race test for removed directories
Tavian Barnes
2024-12-17
2
-0
/
+7
[next]