aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* (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
* sh: Fix mismatch in array bounds for vforkexecshell().John Baldwin2022-11-111-1/+1
* pax: remove 4.4BSD compatibilityDag-Erling Smørgrav2022-11-0219-342/+112
* sh: read more profile files.Dag-Erling Smørgrav2022-11-021-0/+20
* df: do not report a 100% full inode usage on fs without inodesBaptiste Daroussin2022-10-122-4/+10
* sh(1): fix home/del key on mobaxterm envBaptiste Daroussin2022-10-121-0/+4
* sh(1): interactive mode improvementBaptiste Daroussin2022-10-121-0/+9
* stty(1): provide details about interaction with job controlKonstantin Belousov2022-10-091-1/+27
* Handle NULL return from localtime(3) in ls(1) and find(1)Kirk McKusick2022-09-271-5/+6
* date: attempt to more accurately describe year limitations with -vKyle Evans2022-09-181-2/+10
* cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED.Alexander Motin2022-09-061-10/+9
* sh: accept fc options grouped behind one '-'Piotr Pawel Stefaniak2022-08-246-21/+41
* sh: nullify ENV in testsPiotr Pawel Stefaniak2022-08-243-3/+3
* sh: implement persistent history storageBaptiste Daroussin2022-04-305-2/+85
* cp: fix -R recursion detectionKyle Evans2022-04-242-42/+57
* cp: fix some cases with infinite recursionKyle Evans2022-04-242-5/+147
* pax(1): Remove a few double words in source code commentsGordon Bergling2022-04-141-4/+4
* sh: fix autocompletion for commands that share name with a directoryPiotr Pawel Stefaniak2022-04-131-2/+33