| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 4 | -7/+29 |
* | 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 | 4 | -7/+51 |
* | build: Don't look for -s inside VAR=val in $MAKEFLAGS | Tavian Barnes | 2024-05-03 | 1 | -0/+2 |
* | Makefile: Recommend --enable-release over RELEASE=y | Tavian Barnes | 2024-05-02 | 1 | -2/+2 |
* | Release 3.23.2 | Tavian Barnes | 2024-05-02 | 2 | -1/+31 |
* | Prefer ./configure --enable-release to RELEASE=y | Tavian Barnes | 2024-05-02 | 2 | -3/+3 |
* | build: Add some nice aliases to ./configure | Tavian Barnes | 2024-05-01 | 6 | -138/+221 |
* | build: Listen to make -s | Tavian Barnes | 2024-04-30 | 10 | -55/+115 |
* | build: Replace `make config` with a `./configure` script | Tavian Barnes | 2024-04-29 | 63 | -387/+445 |
* | bench: Get rid of stray ls | Tavian Barnes | 2024-04-27 | 1 | -1/+0 |
* | config: Just use NOT to implement NOR | Tavian Barnes | 2024-04-26 | 2 | -19/+4 |
* | config: Move .c files into config/{use,has} subdirectories | Tavian Barnes | 2024-04-26 | 43 | -68/+70 |
* | bench: Run make config when building | Tavian Barnes | 2024-04-25 | 1 | -2/+9 |
* | config: Add BFS_USE_LIB* to config.h instead of CPPFLAGS | Tavian Barnes | 2024-04-25 | 9 | -75/+50 |
* | 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 |
* | eval: Plug memory leak if bfs_opendir() fails | Tavian Barnes | 2024-04-24 | 7 | -18/+32 |
* | build(deps): bump codecov/codecov-action from 3 to 4 | dependabot[bot] | 2024-04-22 | 1 | -1/+1 |
* | Enable Dependabot for GitHub Actions | Tavian Barnes | 2024-04-22 | 1 | -0/+6 |
* | ci/netbsd: Use cross-platform-actions | Tavian Barnes | 2024-04-22 | 1 | -16/+8 |
* | ci/openbsd: Use cross-platform-actions | Tavian Barnes | 2024-04-22 | 1 | -14/+8 |
* | ci/freebsd: Use cross-platform-actions | Tavian Barnes | 2024-04-22 | 1 | -14/+8 |
* | ci/codeql: Exclude some alerts | Tavian Barnes | 2024-04-22 | 2 | -1/+14 |
* | fsade: Implement ACL detection on Illumos | Tavian Barnes | 2024-04-22 | 6 | -13/+32 |
* | config: Check for acl_get_file() | Tavian Barnes | 2024-04-22 | 4 | -8/+10 |
* | fsade: Simplify BFS_CAN_CHECK_CAPABILITIES | Tavian Barnes | 2024-04-22 | 2 | -13/+1 |
* | config: Check for acl_get_{entry,tag_type}() | Tavian Barnes | 2024-04-22 | 4 | -12/+40 |
* | config: Check for extattr_{get,list}_{file,link}() | Tavian Barnes | 2024-04-22 | 7 | -11/+97 |
* | config: Check for max_align_t | Tavian Barnes | 2024-04-19 | 3 | -4/+24 |
* | config: Check for aligned_alloc() | Tavian Barnes | 2024-04-19 | 3 | -3/+12 |
* | config: Check for struct stat::st_flags | Tavian Barnes | 2024-04-19 | 3 | -1/+11 |
* | config: Check for struct stat::st_{a,c,m,birth}{tim,timespec} | Tavian Barnes | 2024-04-19 | 8 | -11/+70 |
* | config: Check for struct tm::tm_gmtoff | Tavian Barnes | 2024-04-19 | 3 | -1/+11 |
* | config: Check for fdclosedir() | Tavian Barnes | 2024-04-19 | 4 | -2/+11 |
* | config: Check for strerror_[lr]() | Tavian Barnes | 2024-04-19 | 6 | -23/+67 |
* | config: Check for pipe2() | Tavian Barnes | 2024-04-19 | 3 | -1/+12 |
* | config: Check for statx() | Tavian Barnes | 2024-04-19 | 5 | -9/+31 |
* | config: Check for acl_is_trivial_np() | Tavian Barnes | 2024-04-19 | 3 | -2/+14 |
* | config: Check for confstr() | Tavian Barnes | 2024-04-19 | 3 | -5/+15 |
* | config: Check for getdents{,64}() | Tavian Barnes | 2024-04-19 | 7 | -9/+45 |