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
*
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
*
tests/sighook: Add atsigexit() tests
Tavian Barnes
2024-12-17
1
-1
/
+77
*
sanity: New sanitize_resize() function
Tavian Barnes
2024-12-16
2
-16
/
+33
*
sanity: Get rid of sanitize_ignore()
Tavian Barnes
2024-12-16
2
-11
/
+6
*
ci: Update VM versions
Tavian Barnes
2024-12-10
1
-3
/
+3
*
build(deps): bump cross-platform-actions/action from 0.25.0 to 0.26.0
dependabot[bot]
2024-12-09
1
-3
/
+3
*
docs/bfs.1: Add copyright comments
Tavian Barnes
2024-12-04
1
-0
/
+2
*
ioq: Refactor ioq_ring_probe_flags()
Tavian Barnes
2024-12-04
1
-11
/
+13
*
tests/sighook: Test the SH_ONESHOT flag
Tavian Barnes
2024-12-04
1
-2
/
+28
*
ioq: Try spinning before blocking in ioq_slot_wait()
Tavian Barnes
2024-12-03
1
-1
/
+17
*
ioq: Submit and pop requests in batches
Tavian Barnes
2024-12-03
5
-17
/
+44
*
ioq: Add more io_uring setup flags
Tavian Barnes
2024-12-03
1
-20
/
+55
[next]