aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* ls(1): add a -v flag to sort naturallyAymeric Wibo2022-10-306-12/+67
* chio: Mark some arguments as unused.Warner Losh2022-10-251-2/+2
* sh: when loading profile, read only .sh files.Dag-Erling Smørgrav2022-10-221-8/+3
* pax: update date parsing code (from OpenBSD)Dag-Erling Smørgrav2022-10-193-65/+78
* sh: when loading profile, skip obvious scratch files.Dag-Erling Smørgrav2022-10-031-0/+5
* stty(1): provide details about interaction with job controlKonstantin Belousov2022-10-021-1/+27
* sh: read more profile files.Dag-Erling Smørgrav2022-10-011-0/+20
* sh: Fix mismatch in array bounds for vforkexecshell().John Baldwin2022-09-281-1/+1
* pax: name all supported formats.Dag-Erling Smørgrav2022-09-131-2/+3
* pax: comment typo fixes from NetBSD / OpenBSD.Dag-Erling Smørgrav2022-09-1310-31/+32
* pax: remove 4.4BSD compatibilityDag-Erling Smørgrav2022-09-1312-245/+0
* Handle NULL return from localtime(3) in ls(1) and find(1)Kirk McKusick2022-09-091-5/+6
* cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED.Alexander Motin2022-08-301-10/+9
* sh: nullify ENV in testsPiotr Pawel Stefaniak2022-08-203-3/+3
* sh: accept fc options grouped behind one '-'Piotr Pawel Stefaniak2022-08-206-21/+41
* For man page references found in ports, indicate the respective port.Jens Schweikhardt2022-08-143-8/+8
* sh.1: Fix a mandoc warningGordon Bergling2022-07-311-1/+2
* date: remove some ambiguity in tzdata referencesKyle Evans2022-07-281-10/+8
* date: attempt to more accurately describe year limitations with -vKyle Evans2022-06-281-2/+10
* sleep.1: Fix mdoc styleMateusz Piotrowski2022-05-251-6/+7
* stty: Remove stray '-'.Warner Losh2022-05-241-2/+2
* bin/sleep: document more non-standard featuresStefan Eßer2022-05-241-3/+4
* bin/sleep: add support for multiple delay valuesStefan Eßer2022-05-242-26/+40
* bin/sleep: add support for units other than secondsA. Mallory2022-05-242-5/+25
* pax(1): Remove a few double words in source code commentsGordon Bergling2022-04-091-4/+4
* cp: fix -R recursion detectionKyle Evans2022-04-062-42/+57
* Correct source markup. No change to output.Greg Lehey2022-03-301-8/+8
* Remove reference to kernel clock time zone.Greg Lehey2022-03-301-2/+8
* sh: fix autocompletion for commands that share name with a directoryPiotr Pawel Stefaniak2022-03-281-2/+33
* Describe modern time zone handling.Greg Lehey2022-03-281-11/+83
* ps(1): Use calloc instead of malloc and memset.Alfonso2022-03-111-2/+1
* df: do not report a 100% full inode usage on fs without inodesBaptiste Daroussin2022-03-112-4/+10
* cp: Make -P work without -R as per POSIXCameron Katri2022-02-233-9/+31
* cp: fix -R with linksKyle Evans2022-02-222-4/+83
* bin/df: allow -t option to be used together with -lStefan Eßer2022-02-103-28/+103
* cp: fix some cases with infinite recursionKyle Evans2022-01-272-5/+147
* sh: Don't add something to a null pointerJilles Tjoelker2022-01-261-0/+2
* pkgbase: Create a FreeBSD-csh packageEmmanuel Vadot2021-12-211-1/+4
* pkgbase: Put yellow pages programs to its own packageEmmanuel Vadot2021-12-211-1/+1
* sh: Avoid some headers when NO_HISTORY is set.Bryan Drewery2021-11-252-0/+4
* echo(1): Replace errexit() with err(3)Hans Petter Selasky2021-11-091-20/+2
* date: Capitalize seconds string in synopsesMateusz Piotrowski2021-11-032-4/+4
* date: Clean up synopsesMateusz Piotrowski2021-11-032-17/+38
* date.1: Fix some style issues and examplesMateusz Piotrowski2021-11-031-22/+27
* sh: Fix heredoc at certain places in case and forJilles Tjoelker2021-10-275-7/+37
* sh: Set PATH envvar after setting HOME in dotfileKa Ho Ng2021-10-261-2/+2
* sh(1): fix home/del key on mobaxterm envBaptiste Daroussin2021-10-201-0/+4
* sh(1): interactive mode improvementBaptiste Daroussin2021-10-201-0/+9
* src/bin/ps: Fix spelling errorElyes HAOUAS2021-10-021-1/+1
* src/bin/pax: Fix spelling errorElyes HAOUAS2021-10-021-1/+1