aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* sh: improve command completionPiotr Pawel Stefaniak2021-09-251-4/+18
* sh: reset sh bindings on bind -e, bind -vPiotr Pawel Stefaniak2021-09-251-0/+7
* sh: improve command completionPiotr Pawel Stefaniak2021-09-251-21/+19
* ls: prevent no-color build from complaining when COLORTERM is non-emptyPiotr Pawel Stefaniak2021-08-281-5/+3
* sh: fix NO_HISTORY buildPiotr Pawel Stefaniak2021-08-281-21/+21
* kenv: allow listing of static kernel environmentsKyle Evans2021-08-262-9/+47
* kenv: s/dump/list/ to clarify meaningKyle Evans2021-08-261-3/+3
* bin/ps: Avoid function name conflict with libc uname()Alex Richardson2021-08-053-3/+3
* df: remove the unused fstype varMateusz Guzik2021-07-251-3/+0
* pkgbase: Put chio in utilitiesEmmanuel Vadot2021-06-301-1/+1
* sh: fix debug buildPiotr Pawel Stefaniak2021-05-053-8/+5