aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* sh: fix NO_HISTORY buildPiotr Pawel Stefaniak2021-08-191-21/+21
* df: remove the unused fstype varMateusz Guzik2021-07-201-3/+0
* bin/ps: Avoid function name conflict with libc uname()Alex Richardson2021-07-193-3/+3
* kenv: allow listing of static kernel environmentsKyle Evans2021-07-192-9/+47
* kenv: s/dump/list/ to clarify meaningKyle Evans2021-07-191-3/+3
* pkgbase: Put chio in utilitiesEmmanuel Vadot2021-06-191-1/+1
* date.1: Remove mention of -d and -f flagsCeri Davies2021-06-161-2/+2
* sh: implement persistent history storageBaptiste Daroussin2021-05-105-2/+81
* sh: fix debug buildPiotr Pawel Stefaniak2021-04-113-8/+5
* ed(1): Add two references in the SEE ALSO sectionGordon Bergling2021-04-091-1/+11
* sh: silence sanitizerPiotr Pawel Stefaniak2021-04-011-1/+4
* sh: improve emacs modeBaptiste Daroussin2021-03-301-1/+3
* sh(1): autocomplete commandsPiotr Pawel Stefaniak2021-03-292-1/+129
* bin/pkill: Fix {pgrep,pkill}-j_test.shAlex Richardson2021-02-132-34/+37
* cp: fix indentationBaptiste Daroussin2021-01-271-1/+1
* Fix typo in pwait.c introduced in 5bdce6ff546eAlexander V. Chernikov2021-01-211-1/+1
* Remove deadlock in rc caused by pwait waiting for itself.Alexander V. Chernikov2021-01-212-1/+9
* cat: style nitsMariusz Zaborski2021-01-201-1/+1
* Remove the unnecessary space before the colonMateusz Piotrowski2021-01-201-2/+1
* cat: depend on Makefile to rebuild when WITH_CASPER changesEd Maste2021-01-171-0/+2
* cat: disable building it with CasperMariusz Zaborski2021-01-171-6/+7
* cat: style nitsMariusz Zaborski2021-01-161-2/+2
* cat: persistent errnoMariusz Zaborski2021-01-161-1/+10
* cat: Fix potential memory leakMariusz Zaborski2021-01-151-0/+1