aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* pax: Clear arcn in each read function.Dag-Erling Smørgrav2024-08-012-27/+5
* ls: Make -, apply to -s as well as -l.Dag-Erling Smørgrav2024-08-014-10/+27
* cat: Check for lack of success rather than a specific failure.Dag-Erling Smørgrav2024-05-141-5/+5
* sync.8: Document that the "sync dance" is not a thingMateusz Piotrowski2024-04-281-1/+29
* cp: Clarify an obscure comment.Dag-Erling Smørgrav2024-04-272-11/+29
* ln: Improve link(1) variant of ln(1).Dag-Erling Smørgrav2024-04-082-14/+83
* cp: Improved conformance when copying directories.Dag-Erling Smørgrav2024-04-082-12/+23
* ln: Use stdbool, style nits.Dag-Erling Smørgrav2024-04-042-85/+76
* cat: fix cap_rights_init usageEd Maste2024-03-221-1/+1
* cat: add CAP_SEEK capabilityMariusz Zaborski2024-03-221-1/+1
* hostname(1): Add test casesLin Lee2024-02-083-0/+98
* chflags(1): obey siginfo request on chflagsat(2) failureKonstantin Belousov2024-02-061-2/+8
* chflags(1): Fix -f optionRicardo Branco2024-02-061-3/+5
* cp: Add tests for hard link case.Dag-Erling Smørgrav2024-01-174-78/+154
* cp: Add -N flag, inspired by NetBSD's similar flagWarner Losh2024-01-174-11/+27
* sys/*/conf/*, docs: fix links to handbookCeri Davies2024-01-101-2/+2
* Fix /root permissions after 'make installworld'Thomas Eberhardt2023-12-012-0/+2
* (s)tty: add support for IUTF8 input flagBojan Novković2023-10-213-0/+6
* date.1: Examples: Use syntax that is also compatible with cshMateusz Piotrowski2023-10-041-2/+2
* sh tests: Update $LINENO tests after $FreeBSD$ removalMark Johnston2023-08-232-4/+4
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-2316-16/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-2328-28/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-2310-20/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-23712-712/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-23106-213/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-234-4/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-2343-43/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-238-16/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-251-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-252-2/+2
* getfacl: free `acl` in print_acl error pathKyle Evans2023-07-111-0/+1
* nproc.1: Fix "first appeared in" detailsMateusz Piotrowski2023-06-051-2/+2
* ps: Add libxo to usage messageMateusz Piotrowski2023-06-051-3/+3
* ps: Fix synopsisMateusz Piotrowski2023-06-052-3/+3
* sh(1): fix history file write checkingDaniel Kolesa2023-05-191-1/+1
* msdosfs: fix debug print format and parameterStefan Eßer2023-05-011-1/+12
* pkill: tests: do a pass for case-sensitive conflictsKyle Evans2023-04-209-8/+8
* pkill: use an ARG_MAX size buffer for argument matchingKyle Evans2023-04-094-5/+220
* csh: install hard link with same mode as targetEd Maste2023-03-231-1/+4
* sh: install hard link with same mode as targetEd Maste2023-03-231-0/+1
* uuidgen(1): fix another typoBaptiste Daroussin2023-03-061-1/+1
* uuidgen(1): back to the past and fix typoBaptiste Daroussin2023-03-061-2/+2
* uuidgen: add -c for compact uuidBaptiste Daroussin2023-03-062-3/+35
* nproc: denote an incompatiblity with LinuxMateusz Guzik2023-02-232-2/+7
* Add nproc(1)Mateusz Guzik2023-02-234-0/+191
* cp: Add tests involving sparse files.Dag-Erling Smørgrav2023-02-096-95/+202
* df: Return non-zero status on write failure.Dag-Erling Smørgrav2023-02-091-8/+8
* timeout: Move from /usr/bin to /binMateusz Piotrowski2023-02-078-0/+829
* bin/uuidgen: add support for v4 uuidsTobias C. Berner2023-01-102-12/+67
* ls(1): add a -v flag to sort naturallyAymeric Wibo2022-12-246-12/+67