aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* symlink.7: add a new section "mount options"Wolfram Schneider2026-01-191-2/+19
* df: Fix -k flag consistency with other BLOCKSIZE flagsAnkush Mondal2026-01-091-4/+5
* ps(1): Sort headersOlivier Certner2026-01-092-5/+5
* sh.1: Restore missing builtin commandsAlexander Ziaee2026-01-061-1/+1
* sh: avoid warnings about too-long initializer stringsDimitry Andric2025-12-272-2/+2
* cp: Fix copying the root directoryDag-Erling Smørgrav2025-11-222-1/+21
* sh: Fix job pointer invalidation with trapsasyncJilles Tjoelker2025-11-193-1/+15
* sh: Don't assume EINTR means SIGALRMDag-Erling Smørgrav2025-11-195-29/+112
* sh: Fix a double free in a rare scenario with pipesJilles Tjoelker2025-11-173-1/+9
* date: Improve nanosecond supportDag-Erling Smørgrav2025-11-113-53/+147
* rm(1): remove whiteouts when forcibly removing directoriesJason A. Harmening2025-11-091-2/+2
* sh: Implement simple parameter expansion in PS1 and PS2Matthew Phillips2025-11-078-1/+181
* sh tests: Fix racy test11.0Bryan Drewery2025-11-071-2/+2
* date.1: Lint with mandocMateusz Piotrowski2025-11-051-17/+18
* pwait: Add an option to print remaining processesDag-Erling Smørgrav2025-10-283-35/+107
* pwait: Avoid calling getpid(2) for each proc.Bryan Drewery2025-10-241-1/+3
* ln: Simplify sameness checksDag-Erling Smørgrav2025-10-071-1/+1
* cp: Simplify sameness checksDag-Erling Smørgrav2025-10-071-4/+4
* bin/sh: Fix the buildLexi Winter2025-09-301-0/+2
* sh: Remove /.profileLexi Winter2025-09-301-9/+0
* pwait: Fix timeout unit parserDag-Erling Smørgrav2025-09-231-12/+18
* init: Use root's home directory in single-user modeJilles Tjoelker2025-09-161-2/+0
* cp: Drop test helperDag-Erling Smørgrav2025-09-163-76/+1
* timeout(1): add license header to unit testBaptiste Daroussin2025-09-031-0/+2
* sh: Fix non-NO_ROOT installconfigLexi Winter2025-09-021-1/+1
* sh: Add config tag to /.profileLexi Winter2025-09-021-1/+1
* date(1): Improve manpage around '-I'Michael Osipov2025-09-011-4/+4
* uuidgen.1: Correct SYNOPSIS, alphabetize optionsAlexander Ziaee2025-08-271-8/+9
* Fix grammar in freebsd-version(1)Benedict Reuschling2025-08-271-2/+2
* freebsd-version.8: Add back freebsd-update paragraphAlexander Ziaee2025-08-061-0/+8
* freebsd-version.8: Remove freebsd-update paragraphAlexander Ziaee2025-08-051-8/+0
* libutil: Move cpuset(1) domain policy parsing code into libutilBojan Novković2025-07-272-151/+4
* manpages: prefer linking to xo_options.7 over xo_parse_args.3Alan Somers2025-07-162-6/+6
* cp: Add descriptions to all test cases.Dag-Erling Smørgrav2025-07-091-11/+164
* cp: Add an option to visit sources in order.Dag-Erling Smørgrav2025-07-093-4/+26
* cp: Add GNU-compatible long options.Dag-Erling Smørgrav2025-07-095-53/+86
* cp: Fix typo in test case.Dag-Erling Smørgrav2025-07-021-1/+1
* cp: Don't rely on FTS_DP to keep track of depth.Dag-Erling Smørgrav2025-07-022-23/+104
* sh(1): Do not interpret chdir to "" as equivalent to chdir with no argumentXin LI2025-07-024-2/+5
* pkill: better document ancestor-hidingKyle Evans2025-06-241-3/+18
* cp: Fix improper use of O_PATH.Dag-Erling Smørgrav2025-06-232-1/+19
* kill: Fix support for kill -0Ricardo Branco2025-06-201-1/+3
* ps(1), top(1): Priority: Let 0 be the first timesharing levelOlivier Certner2025-06-181-1/+1
* tests: Update for jemalloc's option parsingEd Maste2025-06-171-2/+2
* bin/cat: add test for reading data from stdinK Rin2025-06-131-0/+1
* kill: Use POSIX str2sig()Ricardo Branco2025-06-111-32/+8
* cp: Improve -p flag tests.Dag-Erling Smørgrav2025-06-101-24/+32
* timeout(1) tests: atf_fail requires a reasonKonstantin Belousov2025-06-091-1/+1
* timeout(1): pass full 32bit error return code from the exited childKonstantin Belousov2025-06-091-21/+37
* timeout(1): only start the child command after the parent is fully set upKonstantin Belousov2025-06-091-1/+16