aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* | MFHGlen Barber2016-03-143-2/+12
|\|
| * sh: Fix copying uninitialized field 'special'.Jilles Tjoelker2016-03-131-0/+5
| * Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), addKonstantin Belousov2016-03-122-2/+7
* | MFHGlen Barber2016-03-1022-3/+217
|\|
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-0919-0/+209
| * sh: Add test for 'set -o nolog'.Jilles Tjoelker2016-03-092-0/+5
| * sh: Avoid out-of-bounds access in setoptionbyindex() for 'set -o nolog'.Jilles Tjoelker2016-03-091-3/+3
* | MFHGlen Barber2016-03-072-3/+2
|\|
| * sh: Fix some dead stores.Jilles Tjoelker2016-03-062-3/+2
* | MFHGlen Barber2016-03-061-0/+1
|\|
| * Signal handling within tcsh vfork code path will conflict with some systemMark Peek2016-03-051-0/+1
* | MFHGlen Barber2016-03-022-19/+19
|\|
| * sh: Remove a redundant STPUTC check.Jilles Tjoelker2016-03-021-1/+1
| * sh: Don't trust that signal descriptions fit within 49 bytes.Jilles Tjoelker2016-03-021-18/+18
* | MFHGlen Barber2016-03-0211-328/+64
|\|
| * dump(1) -> dump(8).Edward Tomasz Napierala2016-02-291-1/+1
| * Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov2016-02-281-0/+3
| * Add speed limit to dd(1). This is useful for testing RCTL disk io limitsEdward Tomasz Napierala2016-02-285-7/+60
| * DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-244-320/+0
* | MFHGlen Barber2016-02-244-1/+16
|\|
| * sh: Fix set -v and multiline history after r295825.Jilles Tjoelker2016-02-234-1/+16
* | MFHGlen Barber2016-02-2213-59/+105
|\|
| * sh: Don't hash alias name when there are no aliases.Jilles Tjoelker2016-02-211-2/+4
| * sh: Optimize setprompt(0).Jilles Tjoelker2016-02-211-0/+2
| * sh: Remove unnecessary flushouts while reading script.Jilles Tjoelker2016-02-211-2/+0
| * Make the "invalid numeric value" error message actually displayableEdward Tomasz Napierala2016-02-211-8/+6
| * sh: Rework code to remove '\0' from shell input.Jilles Tjoelker2016-02-193-28/+37