index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r317912: sh: Fix INTOFF leak after a builtin with different locale
jilles
2017-07-01
3
-1
/
+7
*
MFC r315005: sh: Fix executing wrong command with ${x#$(y)}$(z).
jilles
2017-06-30
3
-1
/
+9
*
MFC r314686: sh: Fix crash if a -T trap is taken during command substitution.
jilles
2017-04-14
4
-6
/
+23
*
MFC r314637: sh: Add some already working tests that exercise new code paths
jilles
2017-03-12
4
-0
/
+20
*
MFC r295643:
ngie
2017-02-16
1
-2
/
+0
*
MFC r289172,r290254:
ngie
2017-02-09
1
-2
/
+0
*
MFC r301007:
wblock
2016-07-04
1
-3
/
+3
*
MFC r301139
truckman
2016-06-08
1
-1
/
+1
*
MFC r300642
truckman
2016-06-01
1
-3
/
+3
*
MFC r300442
truckman
2016-06-01
1
-4
/
+6
*
MFC r299035: sh: Handle empty hostname and $PWD when building prompt
vangyzen
2016-05-11
1
-2
/
+3
*
MFC r297360: sh: Fix use-after-free if a trap replaces itself.
jilles
2016-04-09
3
-1
/
+15
*
MFC r278818: sh: Add stsavestr(), like savestr() but allocates using
jilles
2016-04-09
4
-12
/
+16
*
MFC r292517: sh/mknodes: Close files and check for errors when writing.
jilles
2015-12-27
1
-5
/
+15
*
MFC r292360: sh: Fix use-after-free when attempting to modify a read-only
jilles
2015-12-23
1
-1
/
+1
*
MFC r289393:
bdrewery
2015-12-04
1
-0
/
+2
*
MFC r269902,r270101:
ngie
2015-12-01
20
-86
/
+125
*
MFC r288430: wordexp: Rewrite to make WRDE_NOCMD reliable.
jilles
2015-10-25
4
-0
/
+89
*
MFC r268436,273243,278806,280920,286971: sh: Add various tests.
jilles
2015-09-13
12
-0
/
+65
*
MFC r287148: sh: Fix out of bounds read when there is no ] after a [:class:].
jilles
2015-09-13
3
-12
/
+17
*
MFC r278826,279330: sh: Various cleanups to expand.c:
jilles
2015-09-13
1
-60
/
+55
*
MFC r272575: sh: Eliminate some gotos.
jilles
2015-09-13
5
-56
/
+43
*
MFC r287081: sh: Don't create bad parse result when postponing a bad
jilles
2015-09-13
4
-2
/
+13
*
MFC r284779: sh: Fix some arithmetic undefined behaviour.
jilles
2015-08-15
2
-4
/
+3
*
MFC r274254: sh(1): Mention portability issue with shifting zero positional
jilles
2015-01-04
1
-2
/
+3
*
MFC r271936: sh(1): Clarify that assignments before commands do not affect
jilles
2015-01-04
1
-2
/
+3
*
MFC r276037: sh: Remove EXP_REDIR.
jilles
2014-12-29
3
-15
/
+8
*
MFC r274854: sh: Use DQSYNTAX only while expanding, not SQSYNTAX.
jilles
2014-12-29
1
-1
/
+1
*
MFC r273920: sh: Fix corruption of CTL* bytes in positional parameters in
jilles
2014-12-29
3
-1
/
+28
*
MFC r268576: sh: Correctly handle positional parameters beyond INT_MAX on
jilles
2014-12-14
3
-2
/
+19
*
MFC r268429: Don't install locale1.0 if MK_NLS == no.
jilles
2014-08-20
1
-0
/
+2
*
MFC r263847: sh: Fix memory leak with an assignment before a regular builtin
jilles
2014-04-15
1
-2
/
+8
*
MFC r263846: sh: Fix memory leak when trying to set a read only variable.
jilles
2014-04-15
1
-1
/
+4
*
MFC refactoring of the *.test.mk files.
jmmv
2014-04-14
1
-1
/
+1
*
MFC r263777: sh: Fix possible memory leaks and double frees with unexpected
jilles
2014-04-14
5
-14
/
+31
*
MFC r263195: sh: Add some consts.
jilles
2014-04-05
3
-11
/
+11
*
MFC r262755: sh: Make argstr() return where it stopped and simplify expari()
jilles
2014-04-05
1
-21
/
+5
*
Sync sh(1) in stable/10 to head.
jmmv
2014-03-09
435
-219
/
+6844
*
MFC r262467: sh: Add -h option to SYNOPSIS
daichi
2014-02-25
1
-3
/
+3
*
sh: Make return return from the closest function or dot script.
jilles
2013-09-04
4
-15
/
+10
*
sh: Fix race condition with signals and wait or set -T.
jilles
2013-09-02
4
-31
/
+20
*
sh: Simplify list() in the parser.
jilles
2013-08-30
1
-21
/
+22
*
sh: Separate out nbinary allocation into a function.
jilles
2013-08-30
1
-21
/
+22
*
sh: Use makename() where possible.
jilles
2013-08-30
1
-22
/
+5
*
sh: Add a function for the case where one token is required in the parse.
jilles
2013-08-30
1
-31
/
+23
*
sh: Recognize "--" as end of options in type builtin.
jilles
2013-08-30
1
-0
/
+2
*
sh: Cast -1 to pointer rather than pointer to variable of wrong type.
jilles
2013-08-30
2
-5
/
+3
*
sh: Recognize "--" as end of options in alias builtin.
jilles
2013-08-25
1
-3
/
+5
*
sh: Disallow empty simple commands.
jilles
2013-08-25
1
-8
/
+4
*
sh: Reject ++ and -- in arithmetic.
jilles
2013-08-24
1
-0
/
+4
[next]