summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-04-10build: Add optional libselinux dependencyTavian Barnes
2024-04-10docs/BUILDING: Fixes for new build systemTavian Barnes
2024-04-09tests: Move newer_link out of posix/Tavian Barnes
2024-04-09build: Add a separate configuration stepTavian Barnes
2024-04-09ci: Update {Net,Open}BSDTavian Barnes
2024-04-09xspawn: 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 NTavian 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
2024-02-29diag: New bfs_diag() macroTavian Barnes
2024-02-29tests: Add more datetime parsing integration testsTavian Barnes
2024-02-28xtime: Fix some xgetdate() bugsTavian Barnes
2024-02-28stat: Use errno_is_like(ENOSYS) for EPERM kludgeTavian Barnes
2024-02-28tests/ioq: New unit testTavian Barnes
2024-02-28tests/bfs/D_opt: Don't rely on directory link countsTavian Barnes
2024-02-28ioq: Probe for supported io_uring operationsTavian Barnes