summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.bdrewery2016-05-091-2/+2
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-048-474/+449
* sh: Handle empty hostname and $PWD when building promptvangyzen2016-05-041-2/+3
* sh: Write LINENO value to stack string directly.jilles2016-04-161-4/+6
* MFHgjb2016-04-162-6/+4
|\
| * META_MODE: Don't rebuild build-tools targets during normal build.bdrewery2016-04-141-3/+3
| * sh: Simplify code by removing variable bracketed_name.jilles2016-04-131-3/+1
* | MFHgjb2016-04-115-9/+9
|\ \ | |/
| * 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
* | MFHgjb2016-04-043-1/+15
|\ \ | |/
| * sh: Fix use-after-free if a trap replaces itself.jilles2016-03-283-1/+15
* | 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-1011-3/+96
|\ \ | |/
| * DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-098-0/+88
| * 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
| * sh: Remove a redundant STPUTC check.jilles2016-03-021-1/+1
| * sh: Don't trust that signal descriptions fit within 49 bytes.jilles2016-03-021-18/+18
* | MFHgjb2016-03-022-19/+19
* | MFHgjb2016-03-022-94/+3
|\ \ | |/
| * Implement process-shared locks support for libthr.so.3, withoutkib2016-02-281-0/+3
| * DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-94/+0
* | MFHgjb2016-02-244-1/+16
|\ \ | |/
| * sh: Fix set -v and multiline history after r295825.jilles2016-02-234-1/+16
* | MFHgjb2016-02-227-32/+52
|\ \ | |/
| * sh: Don't hash alias name when there are no aliases.jilles2016-02-211-2/+4
| * sh: Optimize setprompt(0).jilles2016-02-211-0/+2
| * sh: Remove unnecessary flushouts while reading script.jilles2016-02-211-2/+0
| * sh: Rework code to remove '\0' from shell input.jilles2016-02-193-28/+37
| * sh: Add tests for comments in sh -c.jilles2016-02-193-0/+9
* | MFHgjb2016-02-181-2/+0
|\ \ | |/
| * Test directories can build in parallel fine.bdrewery2016-02-161-2/+0
* | Explicitly add unmarked bin/ binaries to the runtime package.gjb2016-02-091-0/+1
* | Fix build.gjb2016-02-037-7/+0
* | MFHgjb2016-02-022-13/+41
|\ \ | |/
| * sh: Don't allocate a redirtab if there are no redirections.jilles2016-01-301-7/+22
| * sh(1): Document 'cd -'.jilles2016-01-301-6/+19
* | First pass to fix the 'tests' packages.gjb2016-02-028-0/+32
|/
* sh: Constify internal representation in expand.c.jilles2016-01-241-22/+28
* sh: Remove a global variable from cd.c.jilles2016-01-241-14/+15
* sh: Use OLDPWD shell variable for 'cd -'.jilles2016-01-231-10/+9
* sh: Clean a readonly local, even if the variable does not exist outside.jilles2016-01-223-0/+12
* sh: Add already working test for local-readonly interaction.jilles2016-01-222-0/+11
* sh: Simplify some code related to positional parameters.jilles2016-01-192-17/+13
* sh: Update associated state when restoring locals while leaving a function.jilles2016-01-104-2/+29
OpenPOWER on IntegriCloud