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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't read the newline character to line buffer because lines are passed
jh
2009-12-12
13
-1
/
+53
*
sh: Test ;<newline> as well as ; in the 'for' parser test.
jilles
2009-12-06
1
-3
/
+3
*
Do not gratuitously fail *env(3) operations due to corrupt ('='-less)
green
2009-12-01
3
-3
/
+45
*
Disable job control when running 'sh -i' in the testsuite.
jilles
2009-11-29
2
-2
/
+2
*
Fix some cases where file descriptors from redirections leak to programs.
jilles
2009-11-29
2
-0
/
+56
*
Make this test case little bit more interesting.
jkim
2009-11-23
1
-500
/
+500
*
sh: Ensure the same command input file is on top after executing a builtin.
jilles
2009-11-22
1
-0
/
+27
*
trap: do not consider a bad signal name a fatal error.
jilles
2009-11-21
1
-0
/
+12
*
Add a test for r199631.
stefanf
2009-11-21
1
-0
/
+15
*
Add a few very basic tests for cd -{L,P} and pwd -{L,P}.
stefanf
2009-11-21
1
-12
/
+22
*
Correct copyright date in the BPF regression test.
jkim
2009-11-20
1
-1
/
+1
*
Adjust BPF JIT compiler regression tests to catch up with r199603.
jkim
2009-11-20
7
-20
/
+35
*
Add a test case for very long BPF program.
jkim
2009-11-19
2
-1
/
+1031
*
sh: Allow a newline before "in" in a for command, as required by POSIX.
jilles
2009-11-14
1
-0
/
+29
*
Add test-pidfile.c and increase warning level.
des
2009-11-12
1
-2
/
+2
*
Test cases for pidfile(3) - including two designed to catch issues arising
des
2009-11-12
1
-0
/
+280
*
Fix warnings and remove one unnecessary use of vfork(). The other could
des
2009-11-12
1
-9
/
+3
*
Fix warnings
des
2009-11-12
3
-7
/
+9
*
Check fork() return value
des
2009-11-10
1
-2
/
+5
*
sh: Exempt $@ and $* from set -u
jilles
2009-10-24
1
-0
/
+12
*
Add some tests for ${var?} and set -u.
jilles
2009-10-24
2
-0
/
+51
*
wordexp(3): fix some bugs with signals and long outputs
jilles
2009-10-23
1
-0
/
+42
*
Fix a case where rename actually succeeds, which is also expected behaviour
pjd
2009-10-20
1
-2
/
+3
*
Update copyright.
des
2009-10-19
1
-1
/
+1
*
Remove redundant $FreeBSD$.
des
2009-10-19
1
-2
/
+0
*
Tweaks for sigqueue tests:
kib
2009-10-11
2
-12
/
+27
*
Fix build on amd64.
delphij
2009-10-07
1
-4
/
+5
*
sh: Send the "xyz: not found" message to redirected fd 2.
jilles
2009-10-06
1
-0
/
+29
*
A few regression tests for SOCK_SEQPACKET UNIX domain sockets.
rwatson
2009-10-05
4
-0
/
+593
*
Regression tests for r197752 (handling of empty/NULL buffers).
das
2009-10-04
1
-1
/
+20
*
Replace the name of the sysctl to security.bsd.map_at_zero and to be
bz
2009-10-02
1
-13
/
+13
*
sh: Disallow mismatched quotes in backticks (`...`).
jilles
2009-10-01
1
-0
/
+7
*
Add a simple C program to check mmap calls to various different addresses.
bz
2009-09-27
2
-0
/
+102
*
Add cross-filesystem regression tests for ACLs.
trasz
2009-09-23
3
-1
/
+289
*
Add ACL fuzzer. It's not used by the regression tests right now,
trasz
2009-09-23
1
-0
/
+225
*
- Remove a bogus test: setsockopt() doesn't return a length, getsockopt()
jhb
2009-09-23
1
-4
/
+1
*
IEEE Std 1003.1, 2004 Edition states:
dds
2009-09-20
3
-0
/
+6
*
Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementation
dds
2009-09-20
2
-0
/
+5
*
Add correct test results.
dds
2009-09-20
3
-0
/
+42
*
Describe how other systems treat this case.
dds
2009-09-20
1
-1
/
+5
*
Allow [ to be used as a delimiter.
dds
2009-09-20
1
-0
/
+9
*
The transition to Subversion allows us to rename files without
dds
2009-09-20
124
-9
/
+7
*
Add regression tests for NFSv4 ACL granular permission enforcement.
trasz
2009-09-07
9
-2
/
+738
*
Add regression tests for NFSv4 ACLs and update POSIX.1e tests to the changed
trasz
2009-09-07
4
-26
/
+1013
*
Adapt to the fact that ls(1) correctly prints '+' for symlinks with ACLs now.
trasz
2009-09-01
1
-2
/
+1
*
Add regression test for ACLs on device files - mostly to make
trasz
2009-08-31
1
-0
/
+16
*
sh: Fix crash with empty functions (f() { }) introduced in r196483
jilles
2009-08-28
1
-0
/
+11
*
Add some tests for a fixed bug in an uncommitted patch.
jilles
2009-08-27
1
-0
/
+9
*
Add some tests for poll(2)/shutdown(2) interaction.
jilles
2009-08-25
2
-2
/
+205
*
sh: Fix crash when undefining or redefining a currently executing function.
jilles
2009-08-23
1
-0
/
+4
[next]