aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* ls(1): Use \& as an escape character for the ',' optionGordon Bergling2020-10-101-1/+1
* pkill(1): Add EXAMPLES section to man pageFernando Apesteguía2020-10-051-1/+106
* kenv(1): Add EXAMPLES to man pageFernando Apesteguía2020-10-051-1/+39
* hostname(1): Add EXAMPLES to man pageFernando Apesteguía2020-10-051-1/+20
* df(1): Add EXAMPLES section to man pageFernando Apesteguía2020-10-051-11/+51
* pwait(1): Add EXAMPLES section to man pageFernando Apesteguía2020-10-051-2/+50
* cp(1): Bugfixes for some issues reported by mandocGordon Bergling2020-10-031-3/+3
* ls(1): Bugfix for an issue reported by mandocGordon Bergling2020-10-031-1/+1
* cp: tests: fix weird 20 insertionKyle Evans2020-09-231-1/+2
* cp: add some basic testsKyle Evans2020-09-233-0/+75
* build: provide a default WARNS for all in-tree buildsKyle Evans2020-09-181-1/+0
* cp: fall back to read/write if copy_file_range failsAlan Somers2020-09-111-4/+35
* cp: use copy_file_range(2)Alan Somers2020-09-101-21/+10
* sh: Write absolute path in command -vV and typeJilles Tjoelker2020-09-015-11/+64
* ls(1): Update all POSIX references and correct the STANDARDS sectionGordon Bergling2020-08-311-9/+10
* sh: Keep ignored SIGINT/SIGQUIT after set in a background jobJilles Tjoelker2020-08-285-2/+27
* date.1: note possibly surprising behaviour of -j -fEd Maste2020-08-261-1/+4
* ls(1): Update POSIX conformance from 2001 to 2008Gordon Bergling2020-08-211-10/+10
* ps(1): Fix formatting of the "command" field for kernel threads.Mark Johnston2020-07-281-4/+7
* sh(1): print a newline when ^D quits shPiotr Pawel Stefaniak2020-07-271-0/+4
* chio: avoid out of bounds readEd Maste2020-07-261-1/+1
* Update to D25266, bin/ps: Make the rtprio option actually showKirk McKusick2020-07-141-1/+8
* sh: Do not ignore INTOFF during a trapJilles Tjoelker2020-07-091-6/+1
* Fix description of the "\$" sequence for PS1Mateusz Piotrowski2020-07-061-3/+3
* sh/tests: Re-enable bin.sh.execution.functional_test.bg12.0Jilles Tjoelker2020-06-281-15/+1
* sh/tests: Fix flaky execution/bg12.0Jilles Tjoelker2020-06-281-1/+1
* ps(1): don't try to handle non-SMP systemsPiotr Pawel Stefaniak2020-06-273-19/+1
* ps(1): reuse keyword "cpu" to show CPU numberPiotr Pawel Stefaniak2020-06-275-5/+37
* Temporarily skip flakey bin.sh.execution.functional_test.bg12 in CILi-Wen Hsu2020-06-261-1/+15
* bin/ps: Make the rtprio option actually show realtime prioritiesLorenzo Salvadore2020-06-192-10/+11
* sh/tests: Add tests for SIGINT in non-jobc background commandsJilles Tjoelker2020-06-143-0/+30
* ps: remove xo_no_setlocale() callYuri Pankov2020-06-091-1/+0
* ps: use %hs instead of %s format specifiersYuri Pankov2020-06-073-5/+6
* Add O_DIRECT flag to DD for cache bypassRichard Scheffenegger2020-06-044-4/+17
* vfs: add restrictions to read(2) of a directory [1/2]Kyle Evans2020-06-042-0/+7
* sh: Allow more scripts without #!Jilles Tjoelker2020-05-303-1/+42
* sh: Remove a comment that was obsoleted by r358152Jilles Tjoelker2020-05-221-3/+1
* ls: fix WITHOUT_LS_COLORS buildKyle Evans2020-05-211-0/+4
* ls(1): actually restore proper behaviorKyle Evans2020-05-212-2/+16
* ls: fix a --color regression from r337956Kyle Evans2020-05-212-4/+10
* sh: Fix double INTON with vforkJilles Tjoelker2020-05-163-1/+10
* sh/tests: Test some obscure cases with aliasing keywordsJilles Tjoelker2020-05-125-0/+21
* ps: extend the non-standard option -d (tree view) to work with -pPiotr Pawel Stefaniak2020-05-071-1/+9
* ls(1): Fix trivial SEGV due to NULL deref in OOM pathConrad Meyer2020-05-051-0/+14
* sh: Assert INTOFF rather than applying it in ck*Jilles Tjoelker2020-04-281-6/+13
* Remove include of stdint.h. It was added in r241014 for uintmax_t,Xin LI2020-04-231-1/+0
* sh: Remove remnants to compile out fc completelyJilles Tjoelker2020-04-222-10/+3
* Fix build with NO_HISTORY setBryan Drewery2020-04-211-3/+3
* [sh] Fix a "may be unused" warning on mips-gccAdrian Chadd2020-04-161-0/+1
* Bump WARNS for sh(1).Edward Tomasz Napierala2020-04-011-2/+0