summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
12 daysMerge branch 'main' into find2fdfind2fdTavian Barnes
12 daysbuild/has/getdents: Squelch warningsTavian Barnes
12 daysci: Save config.log filesTavian Barnes
12 daysdistcheck: Don't build with make -sTavian Barnes
12 daysprelude: Kill #include <sys/param.h>Tavian Barnes
12 daysbuild: Check for 1- and 2-argument getmntent() variantsTavian Barnes
12 daysbuild: Add a check for getmntinfo()Tavian Barnes
12 daysmtab: Fix getmntinfo() error checkTavian Barnes
12 daysbuild: Add checks for strtofflags() and string_to_flags()Tavian Barnes
12 daysprelude: Remove unused __GLIBC_PREREQ() polyfillTavian Barnes
12 daysstat: Remove __GNU__ guardTavian Barnes
12 daysstat: Prefer fstat(fd) to fstatat(fd, "", AT_EMPTY_PATH)Tavian Barnes
12 daysprelude: Kill unused __NetBSD_Prereq__() polyfillTavian Barnes
13 daysxtime: Don't use timegm() on FreeBSD+msanTavian Barnes
13 daysxtime: Use the libc's timegm() if presentTavian Barnes
2024-05-03build: Don't look for -s inside VAR=val in $MAKEFLAGSTavian Barnes
2024-05-02Makefile: Recommend --enable-release over RELEASE=yTavian Barnes
2024-05-02Release 3.23.2Tavian Barnes
2024-05-02Prefer ./configure --enable-release to RELEASE=yTavian Barnes
2024-05-01build: Add some nice aliases to ./configureTavian Barnes
2024-04-30build: Listen to make -sTavian Barnes
2024-04-29build: Replace `make config` with a `./configure` scriptTavian Barnes
2024-04-27bench: Get rid of stray lsTavian Barnes
2024-04-26config: Just use NOT to implement NORTavian Barnes
2024-04-26config: Move .c files into config/{use,has} subdirectoriesTavian Barnes
2024-04-25bench: Run make config when buildingTavian Barnes
2024-04-25config: Add BFS_USE_LIB* to config.h instead of CPPFLAGSTavian Barnes
2024-04-24ioq: Fix uninitialized values in ioq_create() cleanup pathTavian Barnes
2024-04-24printf: Check dynamic format strings more carefullyTavian Barnes
2024-04-24printf: Refactor %y/%Y implementationTavian Barnes
2024-04-24ctx: Escape paths when reporting errors in bfs_ctx_free()Tavian Barnes
2024-04-24opt: Add missing NULL check in visit_shallow()Tavian Barnes
2024-04-24dstring: Add missing va_end() to dstrvcatf() error pathTavian Barnes
2024-04-24eval: Plug memory leak if bfs_opendir() failsTavian Barnes
2024-04-22build(deps): bump codecov/codecov-action from 3 to 4dependabot[bot]
2024-04-22Enable Dependabot for GitHub ActionsTavian Barnes
2024-04-22ci/netbsd: Use cross-platform-actionsTavian Barnes
2024-04-22ci/openbsd: Use cross-platform-actionsTavian Barnes
2024-04-22ci/freebsd: Use cross-platform-actionsTavian Barnes
2024-04-22ci/codeql: Exclude some alertsTavian Barnes
2024-04-22fsade: Implement ACL detection on IllumosTavian Barnes
2024-04-22config: Check for acl_get_file()Tavian Barnes
2024-04-22fsade: Simplify BFS_CAN_CHECK_CAPABILITIESTavian Barnes
2024-04-22config: Check for acl_get_{entry,tag_type}()Tavian Barnes
2024-04-22config: Check for extattr_{get,list}_{file,link}()Tavian Barnes
2024-04-19config: Check for max_align_tTavian Barnes
2024-04-19config: Check for aligned_alloc()Tavian Barnes
2024-04-19config: Check for struct stat::st_flagsTavian Barnes
2024-04-19config: Check for struct stat::st_{a,c,m,birth}{tim,timespec}Tavian Barnes
2024-04-19config: Check for struct tm::tm_gmtoffTavian Barnes