| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | parse: Fix names in parse_mode() | Tavian Barnes | 2024-08-02 | 1 | -14/+14 |
* | Update opengroup.org links to POSIX 2024 | Tavian Barnes | 2024-08-02 | 4 | -9/+9 |
* | Revert "typo: Raise the insert/delete cost" | Tavian Barnes | 2024-08-02 | 1 | -1/+1 |
* | bar: #include <unistd.h> for ioctl() on Illumos | Tavian Barnes | 2024-08-01 | 1 | -0/+1 |
* | tests: Make some more variables local | Tavian Barnes | 2024-08-01 | 1 | -2/+4 |
* | tests: Fix line number reported when wait -n fails | Tavian Barnes | 2024-08-01 | 1 | -2/+3 |
* | bar: Use tcgetwinsize() from POSIX 2024 if available | Tavian Barnes | 2024-07-28 | 3 | -3/+20 |
* | prelude: Simplify attributes | Tavian Barnes | 2024-07-28 | 20 | -179/+125 |
* | build: De-duplicate conditionally-supported flags | Tavian Barnes | 2024-07-28 | 1 | -6/+14 |
* | tests: Add tests for invalid users/groups | Tavian Barnes | 2024-07-27 | 28 | -0/+8 |
* | xspawn: Fix error message if pthread_sigmask() fails | Tavian Barnes | 2024-07-27 | 1 | -2/+2 |
* | xspawn: Use _Fork() if available | Tavian Barnes | 2024-07-27 | 5 | -0/+22 |
* | build/flags: Add -Wmissing-variable-declarations if supported | Tavian Barnes | 2024-07-27 | 2 | -1/+11 |
* | build/flags: Infrastructure to detect compiler flag support | Tavian Barnes | 2024-07-27 | 4 | -5/+44 |
* | build/define-if.sh: Remove unneeded code | Tavian Barnes | 2024-07-27 | 1 | -3/+1 |
* | tests: Make more tests POSIX-compliant | Tavian Barnes | 2024-07-23 | 10 | -10/+10 |
* | tests/common: Add some missing paths | Tavian Barnes | 2024-07-23 | 4 | -4/+4 |
* | opt: -empty implies -type f,d | Tavian Barnes | 2024-07-17 | 1 | -5/+22 |
* | opt: -lname implies -type l | Tavian Barnes | 2024-07-17 | 1 | -0/+7 |
* | xspawn: Test the right macro for posix_spawn_..._addfchdir() support | Tavian Barnes | 2024-07-16 | 1 | -1/+1 |
* | Merge pull request #143 from tavianator/dependabot/github_actions/cross-platf... | Tavian Barnes | 2024-07-16 | 1 | -4/+4 |
|\ |
|
| * | ci/freebsd: Update to 14.1 | Tavian Barnes | 2024-07-16 | 1 | -1/+1 |
| * | build(deps): bump cross-platform-actions/action from 0.24.0 to 0.25.0 | dependabot[bot] | 2024-07-15 | 1 | -3/+3 |
|/ |
|
* | sighook: Make sigunhook() O(1) | Tavian Barnes | 2024-07-15 | 1 | -41/+51 |
* | Prepare for version 4.0 | Tavian Barnes | 2024-07-10 | 3 | -2/+45 |
* | docs/SECURITY: Fix we -> be typo | Tavian Barnes | 2024-07-10 | 1 | -1/+1 |
* | Implement POSIX 2024's -mount | Tavian Barnes | 2024-07-08 | 6 | -10/+3 |
* | tests: -print0 is in POSIX 2024 | Tavian Barnes | 2024-07-08 | 2 | -0/+0 |
* | tests: -iname is in POSIX 2024 | Tavian Barnes | 2024-07-08 | 3 | -2/+1 |
* | tests: Simplify unit tests with a global variable | Tavian Barnes | 2024-07-07 | 11 | -324/+263 |
* | sighook: Replace sigtables with RCU-protected linked lists | Tavian Barnes | 2024-07-07 | 2 | -182/+128 |
* | tests/bfs: New case-sensitivity ordering test | Tavian Barnes | 2024-07-03 | 2 | -0/+28 |
* | color: Delay the case_sensitive decision | Tavian Barnes | 2024-07-02 | 3 | -90/+112 |
* | build: Save cc.sh build products to gen/ | Tavian Barnes | 2024-06-21 | 4 | -13/+8 |
* | build: Generate config.mk after config.h | Tavian Barnes | 2024-06-21 | 2 | -5/+8 |
* | ioq: Do more in the branch-free slot helper | Tavian Barnes | 2024-06-20 | 1 | -11/+11 |
* | configure: Remove stray () from comment | Tavian Barnes | 2024-06-20 | 1 | -1/+1 |
* | docs: Add a security policy | Tavian Barnes | 2024-06-19 | 1 | -0/+126 |
* | configure: Bail out if CC doesn't work at all | Tavian Barnes | 2024-06-18 | 1 | -2/+10 |
* | build: Rename CONFIG to CONFFLAGS | Tavian Barnes | 2024-06-18 | 5 | -11/+11 |
* | configure: Fix VAR=value before --option | Tavian Barnes | 2024-06-18 | 1 | -76/+77 |
* | bftw: Only resize the string once in bftw_build_path() | Tavian Barnes | 2024-06-18 | 1 | -19/+22 |
* | Use dstrx*() over dstrn*() when we know the exact length | Tavian Barnes | 2024-06-18 | 2 | -7/+7 |
* | docs/bfs.1: Fix some CHECKSTYLE warnings | Tavian Barnes | 2024-06-17 | 2 | -3/+8 |
* | Merge pull request #140 from visciang/main | Tavian Barnes | 2024-06-16 | 1 | -1/+1 |
|\ |
|
| * | fix docs | Giovanni Visciano | 2024-06-16 | 1 | -1/+1 |
|/ |
|
* | build: Include CC in bfs --version output | Tavian Barnes | 2024-06-13 | 4 | -0/+7 |
* | build: Use exec "$@" rather than just "$@" | Tavian Barnes | 2024-06-11 | 2 | -2/+2 |
* | typo: Raise the insert/delete cost | Tavian Barnes | 2024-06-08 | 1 | -1/+1 |
* | ci/codeql: Allow #include "gen/foo.i" | Tavian Barnes | 2024-06-08 | 1 | -0/+2 |