summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* MFC r303213:kib2016-07-301-0/+1
* WITH_META_MODE: Fix bin/csh rebuilding tc.const.hbdrewery2016-06-141-1/+1
* Explicitly NUL terminate the buffer filled by fread().truckman2016-06-081-3/+3
* sh: Improve descriptions in 'ulimit -a' output.jilles2016-06-051-2/+2
* WITH_META_MODE: Don't expect meta files for side-effect generated files.bdrewery2016-06-031-0/+3
* ps(1): Expand variables to match expanded fieldscem2016-06-012-2/+2
* The (i < PROMPTLEN - 1) test added by r300442 in the code for the defaulttruckman2016-06-011-1/+1
* Clarify the explanations for the hostname and FQDN entries.wblock2016-05-311-3/+3
* Use require.progs with bc instead of require.files with /usr/bin/bcngie2016-05-291-1/+1
* Close the input FILE * in read_file() and the output FILE * in write_file()truckman2016-05-251-9/+18
* Fix Coverity CID 1019054 (String not null terminated) in setfacl.truckman2016-05-251-2/+2
* Fix CID 1011370 (Resource leak) in ps.truckman2016-05-252-8/+11
* Close from_fd if malloc() fails to avoid a file descriptor leak.truckman2016-05-251-0/+1
* Match the descriptions of the \H and \h prompt string sequences to reality.truckman2016-05-251-3/+3
* Hopefully fix Coverity CID 1008328 (Out-of-bounds write) in /bin/sh.truckman2016-05-231-4/+6
* ed(1): simplify by using arc4random_buf().pfg2016-05-211-4/+1
* ed(1): Cleanups for the DES mode.pfg2016-05-201-2/+2
* Rename getline with get_line to avoid collision with getline(3)bapt2016-05-101-14/+14
* DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.bdrewery2016-05-092-3/+3
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-0419-526/+451
* sh: Handle empty hostname and $PWD when building promptvangyzen2016-05-041-2/+3
* Fix including Kyuafile in packaged base system.gjb2016-04-291-1/+2
* ed(1): switch two statements so we check the index before dereferencing.pfg2016-04-261-1/+1
* Stop using sbrk in csh. This is a legacy interface and its use within cshandrew2016-04-261-1/+1
* Use NULL instead of 0 for pointers.araujo2016-04-191-1/+1
* Use NULL for pointers instead of 0.araujo2016-04-191-1/+1
* sh: Write LINENO value to stack string directly.jilles2016-04-161-4/+6
* MFHgjb2016-04-163-7/+5
|\
| * META_MODE: Don't rebuild build-tools targets during normal build.bdrewery2016-04-142-4/+4
| * sh: Simplify code by removing variable bracketed_name.jilles2016-04-131-3/+1
| * rcp(1): replace 0 with NULL for pointers.pfg2016-04-111-1/+1
* | MFHgjb2016-04-121-1/+1
* | MFHgjb2016-04-116-11/+11
|\ \ | |/
| * sh(1): replace 0 with NULL for pointers.pfg2016-04-092-2/+2
| * sh: Fix some unquoted variables in tests.jilles2016-04-093-7/+7
| * Revert r296416 by removing SAVESIGVEC and switching to fork instead. Thismp2016-04-071-2/+2
* | MFHgjb2016-04-045-4/+17
|\ \ | |/
| * sh: Fix use-after-free if a trap replaces itself.jilles2016-03-283-1/+15
| * Fix bunch of .Xrs.trasz2016-03-281-2/+1
| * CCACHE_BUILD: Don't use ccache when generating some files with CC -E.bdrewery2016-03-241-1/+1
* | MFHgjb2016-03-143-2/+12
|\ \ | |/
| * sh: Fix copying uninitialized field 'special'.jilles2016-03-131-0/+5
| * Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), addkib2016-03-122-2/+7
* | MFHgjb2016-03-1022-3/+217
|\ \ | |/
| * DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-0919-0/+209
| * sh: Add test for 'set -o nolog'.jilles2016-03-092-0/+5
| * sh: Avoid out-of-bounds access in setoptionbyindex() for 'set -o nolog'.jilles2016-03-091-3/+3
* | MFHgjb2016-03-072-3/+2
|\ \ | |/
| * sh: Fix some dead stores.jilles2016-03-062-3/+2
* | MFHgjb2016-03-061-0/+1
|\ \ | |/
OpenPOWER on IntegriCloud