aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* cat: capsicumize itMariusz Zaborski2021-01-152-4/+92
* Fix all warnings emitted in `make kernel-toolchain`Alex Richardson2021-01-071-1/+5
* sh/tests: Add a second kind of binary scripts without #!Jilles Tjoelker2021-01-032-0/+11
* cp(1): fix performance issue for large non-sparse file copiesRick Macklem2021-01-031-6/+5
* Soften caveat about fractional seconds for sleep(1)Benjamin Kaduk2021-01-011-3/+3
* Replace sscanf() by strtoul()Stefan Eßer2020-12-271-4/+5
* Simplify LS_COLWIDTHS processingStefan Eßer2020-12-271-72/+43
* sh: Explain duplicate tcsetpgrp() callsJilles Tjoelker2020-12-261-1/+6
* Remove unused includes.Xin LI2020-12-232-4/+0
* Remove unused headers.Xin LI2020-12-124-7/+0
* Remove unneeded headers.Xin LI2020-12-125-6/+0
* fts_read: Handle error from a NULL return better.Bryan Drewery2020-12-086-6/+9
* bin/setfacl: Little refactoring, no functional change.Gleb Popov2020-11-231-13/+13
* df: Remove support for mounting devicesMark Johnston2020-11-133-77/+5
* Whitespace cleanupLi-Wen Hsu2020-10-291-5/+4
* Remove superfluous `this` in commentLi-Wen Hsu2020-10-291-1/+1
* pwd(1): Add EXAMPLES sectionFernando Apesteguía2020-10-241-1/+21
* realpath(1): Add EXAMPLES section.Fernando Apesteguía2020-10-201-0/+8
* 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