aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* src/bin/mkdir: Spell occur correctly.Elyes HAOUAS2021-10-021-1/+1
* src/bin/sh: Fix spelling errorsElyes HAOUAS2021-10-024-4/+4
* freebsd-version(1): Add -j flag to support jailsFaraz Vahedi2021-10-012-5/+37
* hostname: avoid strcpy() overlap in -d flag handlingKyle Evans2021-09-251-3/+4
* ps: fix `ps -aa`Math Ieu2021-09-241-6/+1
* read builtin: Empty variables on timeoutBryan Drewery2021-09-244-0/+29
* sh: Add -o verify to use O_VERIFY when sourcing scriptsStephane Rochoy2021-09-239-12/+31
* sh: try to avoid overwriting HISTFILE produced by other shellsPiotr Pawel Stefaniak2021-09-221-2/+6
* sh: improve command completionPiotr Pawel Stefaniak2021-09-221-4/+18
* sh: reset sh bindings on bind -e, bind -vPiotr Pawel Stefaniak2021-09-221-0/+7
* sh: remove emacs improvements that are now defaults in libeditBaptiste Daroussin2021-09-221-2/+0
* ls(1): Allow LSCOLORS to specify an underlineCameron Katri2021-09-194-13/+30
* sh: improve command completionPiotr Pawel Stefaniak2021-09-191-21/+19
* sh: improve emacs modeBaptiste Daroussin2021-08-281-0/+1
* Fix build of bin/getfacl after libc changes.Gleb Popov2021-08-271-92/+1
* ls: prevent no-color build from complaining when COLORTERM is non-emptyPiotr Pawel Stefaniak2021-08-191-5/+3