aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* MFC r314886,r314943,r314944:Bryan Drewery2017-03-226-11/+349
* MFC r314714:Bryan Drewery2017-03-221-3/+7
* MFC r315005: sh: Fix executing wrong command with ${x#$(y)}$(z).Jilles Tjoelker2017-03-183-1/+9
* MFC r314686: sh: Fix crash if a -T trap is taken during command substitutionJilles Tjoelker2017-03-124-2/+19
* MFC r314637: sh: Add some already working tests that exercise new code pathsJilles Tjoelker2017-03-124-0/+20
* MFC r313798:Konstantin Belousov2017-02-231-4/+4
* MFC r313659-r313673Baptiste Daroussin2017-02-172-2/+2
* Add history section for dd(1)Sevan Janiyan2017-02-031-1/+6
* In v3 UNIX, the kill utility is documented in category 8, not 1.Sevan Janiyan2017-02-031-2/+3
* MFC r311522:Konstantin Belousov2017-01-131-1/+2
* MFC r310118Alan Somers2017-01-121-1/+1
* MFC r310367:Pedro F. Giffuni2016-12-261-1/+4
* MFC r309873:Pedro F. Giffuni2016-12-263-4/+4
* MFC r310088, r310090, r310095Brooks Davis2016-12-212-4/+40
* MFC r309676Eric van Gyzen2016-12-151-6/+10
* MFC r309238,309239:Xin LI2016-12-121-12/+12
* MFH (r308297): use what(1) instead of strings(1).Dag-Erling Smørgrav2016-12-101-2/+2
* MFC r305358:Enji Cooper2016-12-031-0/+8
* MFC r308443, r308459, r308462, r308478, r308786Marcelo Araujo2016-11-252-6/+17
* MFC r306722:Sevan Janiyan2016-10-161-1/+6
* MFC r306721:Sevan Janiyan2016-10-161-1/+6
* MFC r306720:Sevan Janiyan2016-10-161-1/+6
* MFC r306719:Sevan Janiyan2016-10-161-1/+17
* MFC r306718:Sevan Janiyan2016-10-161-1/+6
* MFC r306582:Sevan Janiyan2016-10-101-6/+5
* MFC r306581:Sevan Janiyan2016-10-101-2/+2
* MFC r306714:Sevan Janiyan2016-10-101-1/+9
* MFC r306584:Sevan Janiyan2016-10-101-5/+7
* MFC r305841Andrey A. Chernov2016-09-221-6/+31
* MFC r302937Andrey A. Chernov2016-08-185-1/+39
* MFC r303423:Konstantin Belousov2016-08-151-0/+1
* MFC 302900,302902,302921,303461,304009:John Baldwin2016-08-151-2/+1
* MFC r303213:Konstantin Belousov2016-07-301-0/+1
* WITH_META_MODE: Fix bin/csh rebuilding tc.const.hBryan Drewery2016-06-141-1/+1
* Explicitly NUL terminate the buffer filled by fread().Don Lewis2016-06-081-3/+3
* sh: Improve descriptions in 'ulimit -a' output.Jilles Tjoelker2016-06-051-2/+2
* WITH_META_MODE: Don't expect meta files for side-effect generated files.Bryan Drewery2016-06-031-0/+3
* ps(1): Expand variables to match expanded fieldsConrad Meyer2016-06-012-2/+2
* The (i < PROMPTLEN - 1) test added by r300442 in the code for the defaultDon Lewis2016-06-011-1/+1
* Clarify the explanations for the hostname and FQDN entries.Warren Block2016-05-311-3/+3
* Use require.progs with bc instead of require.files with /usr/bin/bcEnji Cooper2016-05-291-1/+1
* Close the input FILE * in read_file() and the output FILE * in write_file()Don Lewis2016-05-251-9/+18
* Fix Coverity CID 1019054 (String not null terminated) in setfacl.Don Lewis2016-05-251-2/+2
* Fix CID 1011370 (Resource leak) in ps.Don Lewis2016-05-252-8/+11
* Close from_fd if malloc() fails to avoid a file descriptor leak.Don Lewis2016-05-251-0/+1
* Match the descriptions of the \H and \h prompt string sequences to reality.Don Lewis2016-05-251-3/+3
* Hopefully fix Coverity CID 1008328 (Out-of-bounds write) in /bin/sh.Don Lewis2016-05-231-4/+6
* ed(1): simplify by using arc4random_buf().Pedro F. Giffuni2016-05-211-4/+1
* ed(1): Cleanups for the DES mode.Pedro F. Giffuni2016-05-201-2/+2
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-101-14/+14