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
/
tests
/
sys
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix LDADD/DPADD that should be LIBADD.
bdrewery
2015-12-04
1
-4
/
+3
*
Avoid requiring 'make depend' here.
bdrewery
2015-11-25
1
-0
/
+1
*
Integrate contrib/netbsd-tests/kernel/t_mqueue into the FreeBSD test
ngie
2015-11-23
1
-0
/
+5
*
Fix up convert.c generation
ngie
2015-11-23
1
-2
/
+3
*
Integrate tools/regression/pipe in to the FreeBSD test suite as
ngie
2015-11-16
10
-0
/
+799
*
Integrate contrib/netbsd-tests/kernel/t_lockf.c into the FreeBSD test suite as
ngie
2015-11-16
1
-0
/
+6
*
Integrate kern/kern_acct.c testcase in as tests/sys/kern/acct/acct_test
ngie
2015-11-16
3
-0
/
+255
*
Add tests for the copyin(9) handling of illegal buffers.
kib
2015-10-19
2
-0
/
+87
*
Tweak: use 'mainlwp' instead of 'mainpid' since this is a thread (LWP)
jhb
2015-10-06
1
-3
/
+3
*
Fix build with older GCC which, doesn't like 'main' being a variable name.
bdrewery
2015-10-06
1
-3
/
+3
*
Fix various edge cases related to system call tracing.
jhb
2015-10-06
2
-15
/
+245
*
Revert r288682
ngie
2015-10-05
10
-0
/
+277
*
Remove some paths preparing for a re-copy from head
ngie
2015-10-05
10
-277
/
+0
*
Use _exit() instead of exit() in child processes created during tests.
jhb
2015-09-09
1
-10
/
+10
*
Add a test to verify that a traced process sees its original parent via
jhb
2015-09-09
1
-0
/
+87
*
Properly size the children[] arrays in the follow fork tests.
jhb
2015-09-09
1
-6
/
+6
*
Clear P_TRACED before reparenting a detached process back to its
jhb
2015-08-01
1
-54
/
+527
*
Fixed shutdown(2) unix(4) tests for SOCK_SEQPACKET after r285910 (by ed).
pluknet
2015-07-29
1
-8
/
+52
*
Add a CHILD_REQUIRE macro similar to ATF_REQUIRE for use in child processes
jhb
2015-06-04
1
-25
/
+47
*
Consistently only use one end of the pipe in the parent and debugger
jhb
2015-05-31
1
-3
/
+5
*
Tweak the description of when waitpid() doesn't return any status for a
jhb
2015-05-28
1
-6
/
+6
*
Do not allow a process to reap an orphan (a child currently being
jhb
2015-05-26
1
-0
/
+246
*
Only reparent a traced process to its old parent if the tracing process is
jhb
2015-05-22
2
-0
/
+144
*
Move tests/sys/kern/mmap_test to tests/sys/vm/mmap_test
ngie
2015-04-27
2
-106
/
+0
*
Integrate tools/regression/mmap into the FreeBSD test suite as
ngie
2015-04-27
2
-0
/
+106
*
Install the proper files
ngie
2015-04-13
3
-0
/
+0
*
Add $FreeBSD$ RCS tag
ngie
2015-04-12
1
-0
/
+2
*
Integrate tools/regression/execve into the FreeBSD test suite as tests/sys/ke...
ngie
2015-04-12
11
-0
/
+277
*
Abort the create_socket test if socket creation fails.
asomers
2014-09-10
1
-1
/
+1
*
Numerous small fixes, mostly suggested by Coverity.
asomers
2014-08-20
1
-6
/
+47
*
Fix variable type to avoid printf formatter warning.
jmmv
2014-04-04
1
-1
/
+1
*
Added sysctl kern.maxfiles increase test, do not use /etc/passwd for tests
pho
2014-03-19
1
-6
/
+118
*
Make bsd.test.mk the only public mk fragment for the building of tests.
jmmv
2014-03-14
1
-1
/
+1
*
Replace 4.4BSD Lite's unix domain socket backpressure hack with a cleaner
asomers
2014-03-13
1
-17
/
+0
*
kern/Makefile
asomers
2014-03-07
2
-34
/
+31
*
Only use -lpthread for unix_seqpacket_test, not for all test programs.
asomers
2014-03-06
1
-1
/
+1
*
Fix PR kern/185813 "SOCK_SEQPACKET AF_UNIX sockets with asymmetrical
asomers
2014-03-06
1
-1
/
+6
*
Preserve naming consistency for test cases.
pho
2014-03-05
1
-3
/
+3
*
Changed name of test case to a more descriptive one and moved
pho
2014-03-04
1
-10
/
+8
*
Added a regression test for r234131.
pho
2014-02-26
2
-1
/
+82
*
test_eagain_*_* should've been using nonblocking sockets instead of
asomers
2014-02-17
1
-1
/
+1
*
Replace the old unix_seqpacket and unix_seqpacket_exercise tests, which
asomers
2014-01-23
2
-0
/
+1127