summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* MFC r292517: sh/mknodes: Close files and check for errors when writing.jilles2015-12-271-5/+15
* MFC r292360: sh: Fix use-after-free when attempting to modify a read-onlyjilles2015-12-231-1/+1
* MFC r289393:bdrewery2015-12-041-0/+2
* MFC r269902,r270101:ngie2015-12-0120-86/+125
* MFC r288430: wordexp: Rewrite to make WRDE_NOCMD reliable.jilles2015-10-254-0/+89
* MFC r268436,273243,278806,280920,286971: sh: Add various tests.jilles2015-09-1312-0/+65
* MFC r287148: sh: Fix out of bounds read when there is no ] after a [:class:].jilles2015-09-133-12/+17
* MFC r278826,279330: sh: Various cleanups to expand.c:jilles2015-09-131-60/+55
* MFC r272575: sh: Eliminate some gotos.jilles2015-09-135-56/+43
* MFC r287081: sh: Don't create bad parse result when postponing a badjilles2015-09-134-2/+13
* MFC r284779: sh: Fix some arithmetic undefined behaviour.jilles2015-08-152-4/+3
* MFC r274254: sh(1): Mention portability issue with shifting zero positionaljilles2015-01-041-2/+3
* MFC r271936: sh(1): Clarify that assignments before commands do not affectjilles2015-01-041-2/+3
* MFC r276037: sh: Remove EXP_REDIR.jilles2014-12-293-15/+8
* MFC r274854: sh: Use DQSYNTAX only while expanding, not SQSYNTAX.jilles2014-12-291-1/+1
* MFC r273920: sh: Fix corruption of CTL* bytes in positional parameters injilles2014-12-293-1/+28
* MFC r268576: sh: Correctly handle positional parameters beyond INT_MAX onjilles2014-12-143-2/+19
* MFC r268429: Don't install locale1.0 if MK_NLS == no.jilles2014-08-201-0/+2
* MFC r263847: sh: Fix memory leak with an assignment before a regular builtinjilles2014-04-151-2/+8
* MFC r263846: sh: Fix memory leak when trying to set a read only variable.jilles2014-04-151-1/+4
* MFC refactoring of the *.test.mk files.jmmv2014-04-141-1/+1
* MFC r263777: sh: Fix possible memory leaks and double frees with unexpectedjilles2014-04-145-14/+31
* MFC r263195: sh: Add some consts.jilles2014-04-053-11/+11
* MFC r262755: sh: Make argstr() return where it stopped and simplify expari()jilles2014-04-051-21/+5
* Sync sh(1) in stable/10 to head.jmmv2014-03-09435-219/+6844
* MFC r262467: sh: Add -h option to SYNOPSISdaichi2014-02-251-3/+3
* sh: Make return return from the closest function or dot script.jilles2013-09-044-15/+10
* sh: Fix race condition with signals and wait or set -T.jilles2013-09-024-31/+20
* sh: Simplify list() in the parser.jilles2013-08-301-21/+22
* sh: Separate out nbinary allocation into a function.jilles2013-08-301-21/+22
* sh: Use makename() where possible.jilles2013-08-301-22/+5
* sh: Add a function for the case where one token is required in the parse.jilles2013-08-301-31/+23
* sh: Recognize "--" as end of options in type builtin.jilles2013-08-301-0/+2
* sh: Cast -1 to pointer rather than pointer to variable of wrong type.jilles2013-08-302-5/+3
* sh: Recognize "--" as end of options in alias builtin.jilles2013-08-251-3/+5
* sh: Disallow empty simple commands.jilles2013-08-251-8/+4
* sh: Reject ++ and -- in arithmetic.jilles2013-08-241-0/+4
* sh: Do not prematurely discard stopped jobs in a wait builtin.jilles2013-08-241-5/+1
* sh: Remove unnecessary reset functions.jilles2013-08-166-25/+1
* sh: Recognize "--" as end of options in bg/fg/jobid builtins.jilles2013-08-161-6/+9
* sh: Recognize "--" as end of options in local builtin.jilles2013-08-141-0/+1
* sh: Allow a lone redirection before '|', ';;' or ';&'.jilles2013-08-141-0/+3
* sh: Remove an incorrect comment.jilles2013-07-251-1/+1
* sh: Remove #define MKINIT.jilles2013-07-257-11/+9
* sh: Remove mkinit.jilles2013-07-2514-576/+32
* sh: Remove output.c's reset() handler.jilles2013-07-251-19/+0
* sh: Do not read from stdin if an error occurs during -i -c cmd.jilles2013-07-121-1/+1
* sh: Do not close(-1) if pipe() fails.jilles2013-06-281-1/+2
* sh(1): A subshell environment has its own rlimits (ulimit).jilles2013-06-141-1/+4
* sh(1): Document new features in wait builtin.jilles2013-06-051-4/+9
OpenPOWER on IntegriCloud