aboutsummaryrefslogtreecommitdiff
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* sh: Do not import IFS's value from the environment.Jilles Tjoelker2016-10-084-3/+15
* sh: Add some tests for non-standard features of the echo builtin.Jilles Tjoelker2016-09-024-0/+21
* sh: Fix a clang warning.Jilles Tjoelker2016-07-311-1/+2
* 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
* 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
* 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
* 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
* DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.Bryan Drewery2016-05-091-2/+2
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-048-474/+449
* sh: Handle empty hostname and $PWD when building promptEric van Gyzen2016-05-041-2/+3
* sh: Write LINENO value to stack string directly.Jilles Tjoelker2016-04-161-4/+6
* MFHGlen Barber2016-04-162-6/+4
|\
| * META_MODE: Don't rebuild build-tools targets during normal build.Bryan Drewery2016-04-141-3/+3
| * sh: Simplify code by removing variable bracketed_name.Jilles Tjoelker2016-04-131-3/+1
* | MFHGlen Barber2016-04-115-9/+9
|\|
| * 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
* | MFHGlen Barber2016-04-043-1/+15
|\|
| * sh: Fix use-after-free if a trap replaces itself.Jilles Tjoelker2016-03-283-1/+15
* | 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-1011-3/+96
|\|
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-098-0/+88
| * 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-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-022-94/+3
|\|
| * Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov2016-02-281-0/+3
| * DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-94/+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-227-32/+52
|\|
| * 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
| * sh: Rework code to remove '\0' from shell input.Jilles Tjoelker2016-02-193-28/+37
| * sh: Add tests for comments in sh -c.Jilles Tjoelker2016-02-193-0/+9
* | MFHGlen Barber2016-02-181-2/+0
|\|
| * Test directories can build in parallel fine.Bryan Drewery2016-02-161-2/+0
* | Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1