summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Make some more variables localTavian Barnes2024-08-011-2/+4
* tests: Fix line number reported when wait -n failsTavian Barnes2024-08-011-2/+3
* bar: Use tcgetwinsize() from POSIX 2024 if availableTavian Barnes2024-07-283-3/+20
* prelude: Simplify attributesTavian Barnes2024-07-2820-179/+125
* build: De-duplicate conditionally-supported flagsTavian Barnes2024-07-281-6/+14
* tests: Add tests for invalid users/groupsTavian Barnes2024-07-2728-0/+8
* xspawn: Fix error message if pthread_sigmask() failsTavian Barnes2024-07-271-2/+2
* xspawn: Use _Fork() if availableTavian Barnes2024-07-275-0/+22
* build/flags: Add -Wmissing-variable-declarations if supportedTavian Barnes2024-07-272-1/+11
* build/flags: Infrastructure to detect compiler flag supportTavian Barnes2024-07-274-5/+44
* build/define-if.sh: Remove unneeded codeTavian Barnes2024-07-271-3/+1
* tests: Make more tests POSIX-compliantTavian Barnes2024-07-2310-10/+10
* tests/common: Add some missing pathsTavian Barnes2024-07-234-4/+4
* opt: -empty implies -type f,dTavian Barnes2024-07-171-5/+22
* opt: -lname implies -type lTavian Barnes2024-07-171-0/+7
* xspawn: Test the right macro for posix_spawn_..._addfchdir() supportTavian Barnes2024-07-161-1/+1
* Merge pull request #143 from tavianator/dependabot/github_actions/cross-platf...Tavian Barnes2024-07-161-4/+4
|\
| * ci/freebsd: Update to 14.1Tavian Barnes2024-07-161-1/+1
| * build(deps): bump cross-platform-actions/action from 0.24.0 to 0.25.0dependabot[bot]2024-07-151-3/+3
|/
* sighook: Make sigunhook() O(1)Tavian Barnes2024-07-151-41/+51
* Prepare for version 4.0Tavian Barnes2024-07-103-2/+45
* docs/SECURITY: Fix we -> be typoTavian Barnes2024-07-101-1/+1
* Implement POSIX 2024's -mountTavian Barnes2024-07-086-10/+3
* tests: -print0 is in POSIX 2024Tavian Barnes2024-07-082-0/+0
* tests: -iname is in POSIX 2024Tavian Barnes2024-07-083-2/+1
* tests: Simplify unit tests with a global variableTavian Barnes2024-07-0711-324/+263
* sighook: Replace sigtables with RCU-protected linked listsTavian Barnes2024-07-072-182/+128
* tests/bfs: New case-sensitivity ordering testTavian Barnes2024-07-032-0/+28
* color: Delay the case_sensitive decisionTavian Barnes2024-07-023-90/+112
* build: Save cc.sh build products to gen/Tavian Barnes2024-06-214-13/+8
* build: Generate config.mk after config.hTavian Barnes2024-06-212-5/+8
* ioq: Do more in the branch-free slot helperTavian Barnes2024-06-201-11/+11
* configure: Remove stray () from commentTavian Barnes2024-06-201-1/+1
* docs: Add a security policyTavian Barnes2024-06-191-0/+126
* configure: Bail out if CC doesn't work at allTavian Barnes2024-06-181-2/+10
* build: Rename CONFIG to CONFFLAGSTavian Barnes2024-06-185-11/+11
* configure: Fix VAR=value before --optionTavian Barnes2024-06-181-76/+77
* bftw: Only resize the string once in bftw_build_path()Tavian Barnes2024-06-181-19/+22
* Use dstrx*() over dstrn*() when we know the exact lengthTavian Barnes2024-06-182-7/+7
* docs/bfs.1: Fix some CHECKSTYLE warningsTavian Barnes2024-06-172-3/+8
* Merge pull request #140 from visciang/mainTavian Barnes2024-06-161-1/+1
|\
| * fix docsGiovanni Visciano2024-06-161-1/+1
|/
* build: Include CC in bfs --version outputTavian Barnes2024-06-134-0/+7
* build: Use exec "$@" rather than just "$@"Tavian Barnes2024-06-112-2/+2
* typo: Raise the insert/delete costTavian Barnes2024-06-081-1/+1
* ci/codeql: Allow #include "gen/foo.i"Tavian Barnes2024-06-081-0/+2
* xspawn: Check X_OK even without $PATH resolutionTavian Barnes2024-06-082-2/+13
* tests: Do chmod +rwX in clean_stddirs()Tavian Barnes2024-06-081-0/+1
* Revert "build: Add -Wmissing-variable-declarations"Tavian Barnes2024-06-081-1/+0
* ci: Actually fail if the build failsTavian Barnes2024-06-081-1/+1