index
:
bfs.git
clone
coverity
find2fd
gh-pages
main
queue-files
single-file
Breadth-first version of find
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
eval: Don't turn on NOKERNINFO
Tavian Barnes
2024-05-27
1
-95
/
+8
*
eval: Use a flag instead of a counter for SIGINFO
Tavian Barnes
2024-05-27
1
-16
/
+13
*
bfstd: Treat ELOOP like ENOENT
Tavian Barnes
2024-05-27
2
-2
/
+2
*
eval: Print more information on filesystem loops
Tavian Barnes
2024-05-27
3
-3
/
+17
*
eval: Show/hide the bar on SIGINFO/SIGUSR1
Tavian Barnes
2024-05-25
1
-1
/
+125
*
bfstd: New helper for open(ctermid())
Tavian Barnes
2024-05-25
3
-8
/
+21
*
sighook: Allow sigunhook(NULL)
Tavian Barnes
2024-05-25
2
-3
/
+5
*
configure: Use --with/--without for libraries
Tavian Barnes
2024-05-24
5
-25
/
+25
*
opt: Don't raise RLIMIT_NOFILE if it would prevent using posix_spawn()
Tavian Barnes
2024-05-23
4
-0
/
+22
*
opt: true is true with probability 1, not 0
Tavian Barnes
2024-05-23
1
-1
/
+1
*
opt: Implement a general estimate_odds() function
Tavian Barnes
2024-05-23
1
-9
/
+17
*
expr: New for_expr macro
Tavian Barnes
2024-05-23
6
-14
/
+20
*
prelude: Remove max_align_t polyfill
Tavian Barnes
2024-05-20
1
-15
/
+0
*
trie: Add some more target_clones wrappers
Tavian Barnes
2024-05-20
1
-2
/
+12
*
prelude: Make sure to grab __GLIBC__
Tavian Barnes
2024-05-20
1
-1
/
+2
*
Stop using %m
Tavian Barnes
2024-05-20
9
-51
/
+32
*
printf: The ' ' (space) flag must be numeric
Tavian Barnes
2024-05-19
1
-1
/
+1
*
dir: Use posix_getdents() on all platforms
Tavian Barnes
2024-05-17
1
-2
/
+6
*
dir: Add support for posix_getdents()
Tavian Barnes
2024-05-17
1
-4
/
+12
*
Cast AT_FDCWD to int for comparisons
Tavian Barnes
2024-05-17
5
-7
/
+7
*
diag: New helpers to include xstrerror(errno) automatically
Tavian Barnes
2024-05-17
5
-6
/
+51
*
stat: Support __st_birthtim on OpenBSD
Tavian Barnes
2024-05-16
1
-0
/
+3
*
Work around https://github.com/llvm/llvm-project/issues/88163
Tavian Barnes
2024-05-16
4
-3
/
+24
*
ctx: Try to reset TTY state when terminating abnormally
Tavian Barnes
2024-05-16
3
-51
/
+105
*
bar: Use atsigexit() to reset the bar
Tavian Barnes
2024-05-16
1
-132
/
+47
*
sighook: New utilities for hooking signals
Tavian Barnes
2024-05-16
3
-0
/
+674
*
atomic: Add a spin_loop() hint
Tavian Barnes
2024-05-15
1
-0
/
+14
*
atomic: Add atomic_{thread,signal}_fence() wrappers
Tavian Barnes
2024-05-15
1
-0
/
+19
*
xspawn: Mask signals before fork()
Tavian Barnes
2024-05-15
1
-8
/
+29
*
bar: Make SIGWINCH move the cursor out of the bar
Tavian Barnes
2024-05-15
1
-23
/
+16
*
bar: Defend bfs_bar::fd against signal handler races
Tavian Barnes
2024-05-09
1
-31
/
+102
*
dstring: Make dstrprintf() return dchar *
Tavian Barnes
2024-05-08
2
-4
/
+4
*
prelude: Kill #include <sys/param.h>
Tavian Barnes
2024-05-07
1
-7
/
+0
*
build: Check for 1- and 2-argument getmntent() variants
Tavian Barnes
2024-05-07
1
-2
/
+2
*
build: Add a check for getmntinfo()
Tavian Barnes
2024-05-07
1
-2
/
+1
*
mtab: Fix getmntinfo() error check
Tavian Barnes
2024-05-07
1
-1
/
+1
*
build: Add checks for strtofflags() and string_to_flags()
Tavian Barnes
2024-05-07
1
-7
/
+9
*
prelude: Remove unused __GLIBC_PREREQ() polyfill
Tavian Barnes
2024-05-07
1
-4
/
+0
*
stat: Remove __GNU__ guard
Tavian Barnes
2024-05-07
1
-1
/
+1
*
stat: Prefer fstat(fd) to fstatat(fd, "", AT_EMPTY_PATH)
Tavian Barnes
2024-05-07
1
-19
/
+13
*
prelude: Kill unused __NetBSD_Prereq__() polyfill
Tavian Barnes
2024-05-07
1
-4
/
+0
*
xtime: Don't use timegm() on FreeBSD+msan
Tavian Barnes
2024-05-06
1
-1
/
+3
*
xtime: Use the libc's timegm() if present
Tavian Barnes
2024-05-06
1
-3
/
+33
*
config: Add BFS_USE_LIB* to config.h instead of CPPFLAGS
Tavian Barnes
2024-04-25
1
-0
/
+1
*
ioq: Fix uninitialized values in ioq_create() cleanup path
Tavian Barnes
2024-04-24
1
-4
/
+1
*
printf: Check dynamic format strings more carefully
Tavian Barnes
2024-04-24
2
-41
/
+48
*
printf: Refactor %y/%Y implementation
Tavian Barnes
2024-04-24
3
-59
/
+53
*
ctx: Escape paths when reporting errors in bfs_ctx_free()
Tavian Barnes
2024-04-24
1
-1
/
+1
*
opt: Add missing NULL check in visit_shallow()
Tavian Barnes
2024-04-24
1
-1
/
+5
*
dstring: Add missing va_end() to dstrvcatf() error path
Tavian Barnes
2024-04-24
1
-0
/
+1
[next]