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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r317912: sh: Fix INTOFF leak after a builtin with different locale
jilles
2017-05-14
2
-0
/
+6
*
MFC r315005: sh: Fix executing wrong command with ${x#$(y)}$(z).
jilles
2017-03-18
2
-0
/
+6
*
MFC r314686: sh: Fix crash if a -T trap is taken during command substitution
jilles
2017-03-12
3
-0
/
+14
*
MFC r314637: sh: Add some already working tests that exercise new code paths
jilles
2017-03-12
4
-0
/
+20
*
MFC r302937
ache
2016-08-18
4
-0
/
+38
*
Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed
ngie
2016-05-04
8
-474
/
+449
*
MFH
gjb
2016-04-11
3
-7
/
+7
|
\
|
*
sh: Fix some unquoted variables in tests.
jilles
2016-04-09
3
-7
/
+7
*
|
MFH
gjb
2016-04-04
2
-0
/
+11
|
\
\
|
|
/
|
*
sh: Fix use-after-free if a trap replaces itself.
jilles
2016-03-28
2
-0
/
+11
*
|
MFH
gjb
2016-03-10
10
-0
/
+93
|
\
\
|
|
/
|
*
DIRDEPS_BUILD: Connect MK_TESTS.
bdrewery
2016-03-09
8
-0
/
+88
|
*
sh: Add test for 'set -o nolog'.
jilles
2016-03-09
2
-0
/
+5
*
|
MFH
gjb
2016-02-24
3
-0
/
+14
|
\
\
|
|
/
|
*
sh: Fix set -v and multiline history after r295825.
jilles
2016-02-23
3
-0
/
+14
*
|
MFH
gjb
2016-02-22
4
-0
/
+22
|
\
\
|
|
/
|
*
sh: Rework code to remove '\0' from shell input.
jilles
2016-02-19
2
-0
/
+13
|
*
sh: Add tests for comments in sh -c.
jilles
2016-02-19
3
-0
/
+9
*
|
MFH
gjb
2016-02-18
1
-2
/
+0
|
\
\
|
|
/
|
*
Test directories can build in parallel fine.
bdrewery
2016-02-16
1
-2
/
+0
*
|
Fix build.
gjb
2016-02-03
7
-7
/
+0
*
|
First pass to fix the 'tests' packages.
gjb
2016-02-02
8
-0
/
+32
|
/
*
sh: Clean a readonly local, even if the variable does not exist outside.
jilles
2016-01-22
2
-0
/
+11
*
sh: Add already working test for local-readonly interaction.
jilles
2016-01-22
2
-0
/
+11
*
sh: Update associated state when restoring locals while leaving a function.
jilles
2016-01-10
2
-0
/
+16
*
sh: Add a test for 'cd -'.
jilles
2016-01-07
3
-0
/
+11
*
sh: Ensure OPTIND=1 in subshell without forking does not affect outer env.
jilles
2016-01-07
2
-0
/
+12
*
sh: Link tests/builtins/getopts9.0 to the build.
jilles
2016-01-03
1
-0
/
+1
*
sh: Add tests for #/##/%/%% on $* and $@.
jilles
2015-12-26
2
-0
/
+62
*
sh: Add limited test for ${#@} and ${#*}.
jilles
2015-12-06
2
-0
/
+19
*
sh: Link tests/parameters/positional8.0 to the build.
jilles
2015-12-05
1
-0
/
+1
*
sh: Fix ""$@, which should not use the special case for "$@".
jilles
2015-11-18
1
-0
/
+31
*
Add more SUBDIR_PARALLEL.
bdrewery
2015-10-15
1
-0
/
+2
*
Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and
ngie
2015-10-12
1
-2
/
+0
*
sh: Allow empty << EOF markers.
jilles
2015-09-02
2
-0
/
+22
*
sh: Fix read with escaped IFS characters at the end.
jilles
2015-08-30
2
-0
/
+11
*
sh: Fix out of bounds read when there is no ] after a [:class:].
jilles
2015-08-25
2
-0
/
+10
*
sh: Don't create bad parse result when postponing a bad substitution error.
jilles
2015-08-23
3
-0
/
+10
*
sh: Avoid negative character values from $'\Uffffffff' etc.
jilles
2015-08-20
2
-0
/
+9
*
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
2
-0
/
+18
*
sh: Fix the trap builtin to be POSIX-compliant for 'trap exit SIG' and 'trap ...
bdrewery
2015-04-18
3
-0
/
+27
*
sh: Add more tests for exotic IFS splitting.
jilles
2015-03-31
3
-0
/
+13
*
sh: Add simple tests for globbing/splitting command substitution.
jilles
2015-02-15
3
-0
/
+9
*
sh: Make sure output suitable as shell input is also printable.
jilles
2014-12-14
2
-0
/
+8
*
sh: Fix corruption of CTL* bytes in positional parameters in redirection.
jilles
2014-10-31
2
-0
/
+27
*
Treat IFS separators in "$*" as quoted.
jilles
2014-10-28
3
-0
/
+17
*
sh: Make getopts memory-safe if with changing arguments.
jilles
2014-10-26
2
-0
/
+12
*
sh: Allow backslash-newline continuation in more places:
jilles
2014-10-19
9
-0
/
+113
*
sh: Add some tests for backslash-newline continuation.
jilles
2014-10-17
4
-0
/
+30
[next]