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
*
sh: Avoid negative character values from $'\Uffffffff' etc.
jilles
2015-08-20
3
-5
/
+15
*
sh: Add test for $'\u' without any digits.
jilles
2015-08-20
2
-0
/
+8
*
sh: Backslash-newline should not affect field splitting in read builtin.
jilles
2015-08-16
3
-2
/
+21
*
sh: When setting option via long name, don't go via letter.
jilles
2015-08-14
1
-13
/
+20
*
sh(1): libedit has supported multibyte encodings for a while.
jilles
2015-07-11
1
-4
/
+2
*
sh: Fix some arithmetic undefined behaviour.
jilles
2015-06-24
2
-4
/
+3
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+114
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
40
-192
/
+294
|
|
\
|
|
/
|
/
|
|
*
Merge from head@274682
sjg
2014-11-19
56
-419
/
+845
|
|
\
|
*
\
Merge head from 7/28
sjg
2014-08-19
23
-97
/
+160
|
|
\
\
|
*
|
|
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
|
*
|
|
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
|
|
Merge from head
sjg
2014-05-08
5
-1
/
+30
|
|
\
\
\
|
*
\
\
\
Merge head
sjg
2014-04-28
439
-262
/
+6935
|
|
\
\
\
\
|
*
|
|
|
|
Updated dependencies
sjg
2013-10-13
1
-2
/
+0
|
*
|
|
|
|
Merge from head
sjg
2013-09-05
26
-847
/
+288
|
|
\
\
\
\
\
|
*
\
\
\
\
\
sync from head
sjg
2013-04-12
16
-66
/
+100
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
|
|
|
|
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+2
|
*
|
|
|
|
|
|
Sync with HEAD.
obrien
2013-02-08
22
-286
/
+236
|
|
\
\
\
\
\
\
\
|
|
\
\
\
\
\
\
\
|
|
\
\
\
\
\
\
\
|
*
-
.
\
\
\
\
\
\
\
Sync from head
sjg
2012-11-04
14
-136
/
+187
|
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+115
|
|
|
/
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
sh: Pass along SIGINT from a child if job control is enabled, even when not
jilles
2015-04-25
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
sh: Fix the trap builtin to be POSIX-compliant for 'trap exit SIG' and 'trap ...
bdrewery
2015-04-18
5
-4
/
+30
*
|
|
|
|
|
|
|
|
|
sh: Add more tests for exotic IFS splitting.
jilles
2015-03-31
3
-0
/
+13
*
|
|
|
|
|
|
|
|
|
sh: Fix more compiler warnings related to variable declarations.
jilles
2015-03-03
5
-6
/
+7
*
|
|
|
|
|
|
|
|
|
sh: Fix more compiler warnings.
jilles
2015-03-01
6
-13
/
+20
*
|
|
|
|
|
|
|
|
|
sh: Fix compiler warnings related to duplicate or missing declarations.
jilles
2015-03-01
5
-7
/
+6
*
|
|
|
|
|
|
|
|
|
Fix unitialized variable that broke sh on PowerPC starting with r278826.
nwhitehorn
2015-02-26
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
sh: Add details about importing the environment and initializing OPTIND.
jilles
2015-02-22
1
-7
/
+14
*
|
|
|
|
|
|
|
|
|
sh: Various cleanups to expand.c:
jilles
2015-02-15
1
-60
/
+55
*
|
|
|
|
|
|
|
|
|
sh: Prefer "" to nullstr where possible.
jilles
2015-02-15
8
-9
/
+8
*
|
|
|
|
|
|
|
|
|
sh: Add stsavestr(), like savestr() but allocates using stalloc().
jilles
2015-02-15
4
-12
/
+16
*
|
|
|
|
|
|
|
|
|
sh: Add simple tests for globbing/splitting command substitution.
jilles
2015-02-15
3
-0
/
+9
*
|
|
|
|
|
|
|
|
|
sh: Abort a wait builtin on any trapped signal.
jilles
2015-01-31
2
-5
/
+6
*
|
|
|
|
|
|
|
|
|
sh: Move some code from onint() to onsig(), making onint() noreturn.
jilles
2014-12-21
4
-21
/
+21
*
|
|
|
|
|
|
|
|
|
sh: Remove EXP_REDIR.
jilles
2014-12-21
3
-15
/
+8
*
|
|
|
|
|
|
|
|
|
sh: Make sure output suitable as shell input is also printable.
jilles
2014-12-14
3
-22
/
+76
*
|
|
|
|
|
|
|
|
|
sh: Remove special case for '=' in set -x; always quote it in outqstr().
jilles
2014-11-30
2
-11
/
+2
*
|
|
|
|
|
|
|
|
|
Convert bin/ to LIBADD, reduce overlinking allow to build all components as
bapt
2014-11-25
1
-2
/
+1
*
|
|
|
|
|
|
|
|
|
sh: Prepend "$0: " to error messages if there is no command name.
jilles
2014-11-22
2
-0
/
+4
*
|
|
|
|
|
|
|
|
|
sh: Use DQSYNTAX only while expanding, not SQSYNTAX.
jilles
2014-11-22
1
-1
/
+1
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
sh(1): Add/improve information about exit status of commands.
jilles
2014-11-14
1
-10
/
+24
*
|
|
|
|
|
|
|
|
sh(1): Mention portability issue with shifting zero positional parameters.
jilles
2014-11-07
1
-2
/
+3
*
|
|
|
|
|
|
|
|
sh: Fix corruption of CTL* bytes in positional parameters in redirection.
jilles
2014-10-31
3
-1
/
+28
*
|
|
|
|
|
|
|
|
Treat IFS separators in "$*" as quoted.
jilles
2014-10-28
4
-5
/
+25
*
|
|
|
|
|
|
|
|
sh: Make getopts memory-safe if with changing arguments.
jilles
2014-10-26
5
-6
/
+39
*
|
|
|
|
|
|
|
|
sh: Allow backslash-newline continuation in more places:
jilles
2014-10-19
10
-32
/
+156
*
|
|
|
|
|
|
|
|
sh: Add some tests for backslash-newline continuation.
jilles
2014-10-17
4
-0
/
+30
[next]