aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* cp: Correct description of SIGINFODag-Erling Smørgrav2026-07-231-2/+2
* cat: Fix a NULL pointer dereferenceJane Smith2026-07-211-1/+2
* sh.1: Document which features are non-POSIXArtem Bunichev2026-07-201-16/+63
* chflags.1: Document the new UF_DONTCACHE flagRick Macklem2026-07-121-1/+3
* ps.1: Fix broken comment lineArtem Bunichev2026-07-051-2/+2
* ps(1): Fix a few typos in the manual pageGordon Bergling2026-06-271-4/+4
* kern: add a security knob to disable unprivileged access to kenvKyle Evans2026-06-221-1/+9
* sh: Belatedly bump manual page dateDag-Erling Smørgrav2026-06-201-1/+1
* rmdir.1: Document non-POSIX -v optionArtem Bunichev2026-06-191-1/+5
* sh: Improve function documentationDag-Erling Smørgrav2026-06-161-9/+16
* symlink.7: Clean up markup and tag SPDXAlexander Ziaee2026-06-151-43/+49
* pwd.1: Fix a typo in the .dDGordon Bergling2026-06-151-1/+1
* cp(1): fix -P documentation to reflect it works without -RKit Dallege2026-06-101-5/+8
* tests: Avoid sleep when causing a write errorJilles Tjoelker2026-06-031-7/+8
* sh: Fix pipebuf limitDag-Erling Smørgrav2026-06-011-1/+1
* Revert "sh/tests: Cut down builtins/read12.0 by 2 seconds"Jilles Tjoelker2026-05-252-10/+7
* sh/tests: Add a test for long line in historyJilles Tjoelker2026-05-242-0/+28
* bin/sh: Fix history long line truncation/corruptionKristofer Peterson2026-05-244-76/+74
* sh/tests: Cut down builtins/read12.0 by 2 secondsJilles Tjoelker2026-05-232-7/+10
* limits: Further RLIMIT_VMM cleanupDag-Erling Smørgrav2026-05-171-1/+4
* bin/sh: make it possible to use as interactive initKonstantin Belousov2026-04-271-0/+19
* sh: Allow vfork on redirected simple commandsJilles Tjoelker2026-04-251-3/+58
* freebsd-version(1): Disable pathname expansion in -j optionNami Arjmandi2026-04-221-2/+2
* sh: Increase default history size to POSIX mandated minimum of 128Kristofer Peterson2026-04-131-1/+1
* timeout.1: Document non-POSIX optionsArtem Bunichev2026-04-131-1/+5
* uuidgen: generate UUIDs in bounded batches to respect kernel limitNVSRahul2026-03-072-41/+44
* /bin/ps: Fix display of negative nice values on ARMv7/aarch64Jamie Landeg-Jones2026-03-073-2/+5
* ed: add unicode support for the l (list) commandBaptiste Daroussin2026-03-012-18/+54
* ed: add unicode test cases to ATF test suiteBaptiste Daroussin2026-03-011-0/+333
* sh.1: Add .sh_history and .shrc to FILESAlexander Ziaee2026-02-231-0/+4
* ed: convert test suite to ATF/kyuaBaptiste Daroussin2026-02-193-0/+1788
* sh.1: Reference editline(7)Artem Bunichev2026-02-181-3/+14
* stty: Add SPDX-License-Identifier tagsTuukka Pasanen2026-02-189-0/+18
* sync: Add SPDX-License-Identifier tagsTuukka Pasanen2026-02-181-0/+2
* sleep: Add SPDX-License-Identifier tagsTuukka Pasanen2026-02-181-0/+2
* sh: Add SPDX-License-Identifier tagsTuukka Pasanen2026-02-1822-0/+44
* setfacl: Add SPDX-License-Identifier tagsTuukka Pasanen2026-02-187-0/+14
* pwait: Add SPDX-License-Identifier tagsTuukka Pasanen2026-02-181-0/+2
* kenv: Add SPDX-License-Identifier tagsTuukka Pasanen2026-02-181-0/+2
* getfacl: Add SPDX-License-Identifier tagsTuukka Pasanen2026-02-181-0/+2
* ed: Add SPDX-License-Identifier tagsTuukka Pasanen2026-02-188-0/+16
* date: Add SPDX-License-Identifier tagsTuukka Pasanen2026-02-182-0/+4
* csh: Add SPDX-License-Identifier tagsTuukka Pasanen2026-02-182-0/+4
* sh.1: Fix ordering of Cm and Aq macrosArtem Bunichev2026-02-161-1/+1
* sh.1: Document the exit status of returnArtem Bunichev2026-02-161-1/+5
* timeout: Clean upDag-Erling Smørgrav2026-02-132-85/+73
* ls: check fts_children() for errors that may not surface otherwiseKyle Evans2026-02-112-0/+47
* cp: Expect EINTR while copyingDag-Erling Smørgrav2026-02-111-2/+5
* pwd: Error out if writing to stdout failedDag-Erling Smørgrav2026-02-112-0/+23
* pwd: Add testsDag-Erling Smørgrav2026-02-103-2/+83