summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
7 daysbuild: Fix FreeBSD *SAN buildsHEADmainTavian Barnes
8 daysbuild: Factor out vars.mk generation into a scriptTavian Barnes
8 daysbuild: Run pkg-config with all packages at onceTavian Barnes
8 daysconfig/cc.sh: Pass all the flags when running the compilerTavian Barnes
8 daysprintf: Implement %ZTavian Barnes
8 daysImplement -contextTavian Barnes
8 daysfsade: Add libselinux wrappersTavian Barnes
8 daysbuild: Add optional libselinux dependencyTavian Barnes
8 daysdocs/BUILDING: Fixes for new build systemTavian Barnes
9 daystests: Move newer_link out of posix/Tavian Barnes
9 daysbuild: Add a separate configuration stepTavian Barnes
9 daysci: Update {Net,Open}BSDTavian Barnes
9 daysxspawn: Fix $PATH resolution on NetBSD 10Tavian Barnes
2024-04-04build: Don't use libattrTavian Barnes
2024-03-28config: Allow inlining allocator functionsTavian Barnes
2024-03-28tests/bsd: Add a -sparse testTavian Barnes
2024-03-28tests/gnu: Add a -used testTavian Barnes
2024-03-28tests/common: Add a -delete error handling testTavian Barnes
2024-03-27xspawn: Fix bfs_resolve_late() error reportingTavian Barnes
2024-03-27tests/xspawn: Test path resolution failureTavian Barnes
2024-03-27tests/xspawn: Also test dup2()Tavian Barnes
2024-03-27tests/xspawn: New unit testTavian Barnes
2024-03-27tests: New bfs_pcheck() macro to report xstrerror(errno)Tavian Barnes
2024-03-27xspawn: Don't use posix_spawnp() on macOSTavian Barnes
2024-03-27xspawn: Refactor $PATH resolutionTavian Barnes
2024-03-27xspawn: Implement bfs_spawn_addopen()Tavian Barnes
2024-03-26bfstd: Escape ASCII tildesTavian Barnes
2024-03-26xtime: Don't update tm if xtimegm() overflowsTavian Barnes
2024-03-25completions: Add -jTavian Barnes
2024-03-23trie: Calculate representative indices branchlesslyTavian Barnes
2024-03-22bftw: Use a signed integer for dir_limitTavian Barnes
2024-03-22Fix some -Wpedantic warningsTavian Barnes
2024-03-21bfstd: Add an ASCII fast path to xstrwidth()Tavian Barnes
2024-03-21bfstd: New asciilen() functionTavian Barnes
2024-03-21bit: Check __BYTE_ORDER__ for the native endianTavian Barnes
2024-03-20bfstd: Check that wcwidth() is positiveTavian Barnes
2024-03-20ioq: Fix some allocation failure pathsTavian Barnes
2024-03-20Implement -limit NlimitTavian Barnes
2024-03-19ci: Work around https://github.com/actions/runner-images/issues/9491Tavian Barnes
2024-03-19config: Don't mix [[attr]] and __attribute__((attr))Tavian Barnes
2024-03-11Re-run include-what-you-useTavian Barnes
2024-03-10tests/xtime: Add tests for integer overflowTavian Barnes
2024-03-07xtime: Call tzset() from main() instead of lazilyTavian Barnes
2024-03-07tests: Change the timezone for -daystart testsTavian Barnes
2024-03-06Release 3.1.33.1.3Tavian Barnes
2024-03-06ioq: Copy ring_ops from the previous threadTavian Barnes
2024-03-06eval: Tweak status bar punctuationTavian Barnes
2024-03-02tests/ioq: Check that we push and pop the same number of timesTavian Barnes
2024-02-29Release 3.1.23.1.2Tavian Barnes
2024-02-29tests: New bfs_check() macroTavian Barnes