aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Skip ls tests that use sparse files if these are not supported.Julio Merino2016-08-241-0/+8
* Remove description of P_FOLLOWFORK as this flag was removed.John Baldwin2016-08-121-2/+1
* Correct the history of where ps first appeared.Warren Block2016-08-121-1/+2
* uuid_to_string(3) is allocating memory and can fail on that.Mariusz Zaborski2016-08-031-2/+4
* sh: Fix a clang warning.Jilles Tjoelker2016-07-311-1/+2
* When a debugger attaches to the process, SIGSTOP is sent to theKonstantin Belousov2016-07-281-1/+2
* Addm missed required call to xo_finish() when only header is printed.Konstantin Belousov2016-07-231-0/+1
* Path generation was not according to collateAndrey A. Chernov2016-07-165-1/+39
* Back out non-collating [a-z] ranges.Andrey A. Chernov2016-07-142-2/+20
* After removing collation for [a-z] ranges in r302512, do it here too.Andrey A. Chernov2016-07-132-20/+2
* dd(1): Enable access to SIZE_T_MAX character devicesConrad Meyer2016-07-092-10/+31
* 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
* DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.Bryan Drewery2016-05-092-3/+3
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-0419-526/+451
* sh: Handle empty hostname and $PWD when building promptEric van Gyzen2016-05-041-2/+3
* Fix including Kyuafile in packaged base system.Glen Barber2016-04-291-1/+2
* ed(1): switch two statements so we check the index before dereferencing.Pedro F. Giffuni2016-04-261-1/+1
* Stop using sbrk in csh. This is a legacy interface and its use within cshAndrew Turner2016-04-261-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-191-1/+1
* Use NULL for pointers instead of 0.Marcelo Araujo2016-04-191-1/+1
* sh: Write LINENO value to stack string directly.Jilles Tjoelker2016-04-161-4/+6
* MFHGlen Barber2016-04-163-7/+5
|\
| * META_MODE: Don't rebuild build-tools targets during normal build.Bryan Drewery2016-04-142-4/+4
| * sh: Simplify code by removing variable bracketed_name.Jilles Tjoelker2016-04-131-3/+1
* | MFHGlen Barber2016-04-121-1/+1
|\|
| * rcp(1): replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-111-1/+1
* | MFHGlen Barber2016-04-116-11/+11
|\|
| * sh(1): replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-092-2/+2
| * sh: Fix some unquoted variables in tests.Jilles Tjoelker2016-04-093-7/+7
| * Revert r296416 by removing SAVESIGVEC and switching to fork instead. ThisMark Peek2016-04-071-2/+2
* | MFHGlen Barber2016-04-045-4/+17
|\|
| * sh: Fix use-after-free if a trap replaces itself.Jilles Tjoelker2016-03-283-1/+15
| * Fix bunch of .Xrs.Edward Tomasz Napierala2016-03-281-2/+1
| * CCACHE_BUILD: Don't use ccache when generating some files with CC -E.Bryan Drewery2016-03-241-1/+1