aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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