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
/
tools
/
regression
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: Make return return from the closest function or dot script.
jilles
2013-09-04
1
-0
/
+13
*
sh: Recognize "--" as end of options in type builtin.
jilles
2013-08-30
1
-0
/
+3
*
sh: Recognize "--" as end of options in alias builtin.
jilles
2013-08-25
1
-0
/
+4
*
sh: Disallow empty simple commands.
jilles
2013-08-25
1
-0
/
+3
*
sh: Reject ++ and -- in arithmetic.
jilles
2013-08-24
1
-0
/
+6
*
sh: Recognize "--" as end of options in bg/fg/jobid builtins.
jilles
2013-08-16
1
-0
/
+9
*
sh: Add test for the non-standard jobid builtin.
jilles
2013-08-16
1
-0
/
+7
*
sh: Recognize "--" as end of options in local builtin.
jilles
2013-08-14
1
-0
/
+12
*
sh: Allow a lone redirection before '|', ';;' or ';&'.
jilles
2013-08-14
3
-0
/
+6
*
sh: Do not read from stdin if an error occurs during -i -c cmd.
jilles
2013-07-12
1
-0
/
+3
*
sh: Add tests for 'local -' (save shell options).
jilles
2013-06-15
2
-0
/
+43
*
sh: Return status 127 for unknown jobs in wait builtin.
jilles
2013-06-05
2
-0
/
+8
*
sh: Allow multiple operands in wait builtin.
jilles
2013-06-05
1
-0
/
+7
*
test: Remove -ntXY and -otXY primaries.
jilles
2013-05-31
1
-64
/
+1
*
sh: Add test cases for break outside a loop.
jilles
2013-05-31
2
-0
/
+19
*
sh: Remove racy test case for read builtin.
jilles
2013-05-03
1
-13
/
+0
*
sh: Improve error handling in read builtin:
jilles
2013-05-03
2
-0
/
+18
*
sh: Don't modify exit status when break/continue/return passes !.
jilles
2013-04-12
2
-0
/
+10
*
sh: Add a variation on builtins/eval4.0 where the cmdsubst returns 0.
jilles
2013-04-06
1
-0
/
+5
*
sh: Recognize "--" and explicitly reject options in wait builtin.
jilles
2013-03-15
2
-0
/
+7
*
sh: When executing a trap, keep exit status along with evalskip.
jilles
2013-03-03
1
-0
/
+10
*
Enhance test(1) by adding provision to compare any combination of the
peterj
2013-02-25
1
-1
/
+64
*
sh: If a SIGINT or SIGQUIT interrupts "wait", return status 128+sig.
jilles
2013-02-23
2
-0
/
+24
*
sh: Test that the exit status is 1 if read encounters EOF.
jilles
2013-02-23
1
-0
/
+5
*
sh: Pass $? to command substitution containing compound/multiple commands.
jilles
2013-01-14
1
-0
/
+5
*
sh: Add testcase that $? is preserved into a simple command substitution.
jilles
2013-01-13
1
-0
/
+5
*
sh: Add some testcases related to subshells.
jilles
2013-01-13
5
-0
/
+25
*
sh: Fix crash when parsing '{ } &'.
jilles
2013-01-13
1
-0
/
+7
*
sh: Don't lose $? when backquoted command ends with semicolon or newline.
jilles
2013-01-13
2
-0
/
+10
*
sh: Detect and flag write errors on stdout in builtins.
jilles
2012-12-12
1
-0
/
+3
*
sh: Apply rlimits to parser/alias10.0 so it fails fast.
jilles
2012-11-18
1
-0
/
+4
*
sh: Add tests for modifying an alias (r242766).
jilles
2012-11-08
3
-0
/
+21
*
sh: Test that a redefined alias works.
jilles
2012-11-07
1
-0
/
+6
*
sh: Add some tests for aliasing a utility to itself.
jilles
2012-09-22
2
-0
/
+8
*
sh: Add a simple test for the "local" builtin.
jilles
2012-07-15
1
-0
/
+13
*
sh: Expand assignment-like words specially for export/readonly/local.
jilles
2012-07-15
5
-0
/
+123
*
sh: Add tests where "export" does not parse differently.
jilles
2012-07-13
1
-0
/
+13
*
sh: Do not assume that SIGPIPE will only kill a subshell in builtins/wait3.0
jilles
2012-06-08
1
-1
/
+1
*
sh: Add a test for variables with underscores in arithmetic.
jilles
2012-03-11
1
-0
/
+4
*
sh: Make 'hash' return 1 if at least one utility is not found.
jilles
2012-02-11
1
-0
/
+6
*
sh: Fix $? in the first command of a 'for'.
jilles
2012-01-22
2
-0
/
+17
*
sh: Fix execution of multiple statements in a trap when evalskip is set
dumbbell
2012-01-16
2
-0
/
+14
*
sh: Test EXIT trap with multiple statements in it
dumbbell
2012-01-16
1
-0
/
+3
*
sh: Fix some bugs with exit status from case containing ;&.
jilles
2012-01-15
3
-0
/
+17
*
sh: Fix two bugs with case and exit status:
jilles
2012-01-15
3
-0
/
+17
*
sh: Add testcases that should not be broken by future optimizations.
jilles
2012-01-14
2
-0
/
+18
*
sh: Properly show "Not a directory" error in cd builtin.
jilles
2012-01-13
1
-0
/
+26
*
sh: Avoid possible echo options in a testcase.
jilles
2012-01-06
1
-3
/
+3
*
Spelling fixes for tools/
uqs
2011-12-30
1
-1
/
+1
*
sh: Allow quoting ^ and ] in bracket expressions.
jilles
2011-12-28
1
-0
/
+12
[next]