aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* ls(1): Allow LSCOLORS to specify an underlineCameron Katri2022-03-264-13/+30
* ps: fix `ps -aa`Math Ieu2022-03-221-6/+1
* cp: Make -P work without -R as per POSIXCameron Katri2022-03-093-9/+31
* cp: fix -R with linksKyle Evans2022-03-092-4/+83
* bin/df: allow -t option to be used together with -lStefan Eßer2022-03-043-28/+103
* echo(1): Replace errexit() with err(3)Hans Petter Selasky2022-01-071-20/+2
* pkgbase: Put yellow pages programs to its own packageEmmanuel Vadot2022-01-051-1/+1
* src/bin/sh: Fix spelling errorsElyes HAOUAS2021-11-194-4/+4
* src/bin/mkdir: Spell occur correctly.Elyes HAOUAS2021-11-191-1/+1
* src/bin/pax: Fix spelling errorElyes HAOUAS2021-11-191-1/+1
* src/bin/ps: Fix spelling errorElyes HAOUAS2021-11-191-1/+1
* date: Capitalize seconds string in synopsesMateusz Piotrowski2021-11-072-4/+4
* date.1: Fix some style issues and examplesMateusz Piotrowski2021-11-071-22/+27
* date: Clean up synopsesMateusz Piotrowski2021-11-072-17/+38
* sh: Set PATH envvar after setting HOME in dotfileKa Ho Ng2021-10-311-2/+2
* freebsd-version(1): Add -j flag to support jailsFaraz Vahedi2021-10-082-5/+37
* hostname: avoid strcpy() overlap in -d flag handlingKyle Evans2021-10-031-3/+4