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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add more SUBDIR_PARALLEL.
bdrewery
2015-10-15
3
-0
/
+5
*
-
.
Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfs
ngie
2015-10-14
3
-0
/
+50
|
\
\
|
|
*
Add Makefile forgotten in r289224
ngie
2015-10-13
1
-0
/
+7
|
|
/
|
*
Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfs
ngie
2015-10-13
2
-0
/
+43
|
*
Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSD
ngie
2015-10-13
6
-0
/
+990
|
/
*
Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and
ngie
2015-10-12
2
-2
/
+2
*
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
21
-0
/
+2046
*
Remove some paths preparing for a re-copy from head
ngie
2015-10-05
21
-2046
/
+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
*
Add more mmap tests related to character devices.
jhb
2015-09-04
1
-8
/
+103
*
Add various tests to ensure that invalid arguments passed to mmap()
jhb
2015-08-06
1
-0
/
+72
*
Convert the map_at_zero test case to ATF. In particular, this will
jhb
2015-08-06
2
-37
/
+24
*
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
*
Pass unsigned long argument to ioctl().
rodrigc
2015-07-26
1
-1
/
+2
*
The bug caught by flock's test 16 was fixed by r268384.
markj
2015-07-05
1
-5
/
+0
*
Make cleanup routines idempotent
jmmv
2015-07-04
1
-7
/
+12
*
Misc fixes from projects/bmake
sjg
2015-06-11
1
-1
/
+1
*
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
*
Adjust CFLAGS to find freebsd_test_suite/macros.h
ngie
2015-04-28
1
-0
/
+2
*
Use PLAIN_REQUIRE_KERNEL_MODULE to require "mqueuefs"
ngie
2015-04-28
6
-0
/
+22
*
- Use ATF_REQUIRE_KERNEL_MDOULE to require aio(4)
ngie
2015-04-28
2
-25
/
+33
*
Use ATF_REQUIRE_KERNEL_MODULE instead of aio_available function
ngie
2015-04-28
1
-17
/
+10
*
Fill in the copyright boilerplate for the test program
ngie
2015-04-28
1
-0
/
+27
*
Move tests/sys/kern/mmap_test to tests/sys/vm/mmap_test
ngie
2015-04-27
4
-1
/
+8
*
Integrate tools/regression/mmap into the FreeBSD test suite as
ngie
2015-04-27
2
-0
/
+106
*
-
.
Integrate tools/regression/aio/aiotest and tools/regression/aio/kqueue into the
ngie
2015-04-27
5
-0
/
+1132
|
\
\
|
|
*
Integrate tests/sys/aio/kqueue into tests/sys/aio
ngie
2015-04-16
3
-0
/
+454
|
|
/
|
*
Integrate tools/regression/aio/aiotest into the FreeBSD test suite as tests/s...
ngie
2015-04-16
3
-0
/
+678
|
*
Update comments
ngie
2015-04-16
1
-8
/
+4
|
*
Set WARNS to 6, but turn off -Wcast-align; this is an issue with unix_cmsg and
ngie
2015-04-16
1
-6
/
+3
|
*
Fix WARNS=6 issues with gcc
ngie
2015-04-16
5
-7
/
+8
|
*
Don't use /tmp for temporary files; this violates ATF/kyuas sandbox
ngie
2015-04-16
2
-2
/
+2
|
*
Rename unix_sendtorace_test to unix_sendto_race_test
ngie
2015-04-16
2
-1
/
+1
|
*
Convert accf_data_attach_test over to ATF and mark all steps after step 8 in
ngie
2015-04-16
2
-74
/
+42
|
*
- Convert zerosend_test to an ATF format testcase
ngie
2015-04-15
2
-121
/
+173
|
*
Convert unix_passfd_test to ATF
ngie
2015-04-15
2
-194
/
+199
|
*
Pick a random port if a specific one isn't provided on the command line
ngie
2015-04-14
1
-5
/
+11
|
*
Test for EPROTOTYPE, not EPROTONOSUPPORT
ngie
2015-04-14
2
-5
/
+5
|
*
Use socket, not sockets/ (XXX: reminder to add a sanity check for this later...)
ngie
2015-04-14
28
-1
/
+1
|
*
Fix WARNS= 6 by removing garbage collecting unused argc/argv
ngie
2015-04-13
1
-1
/
+1
[next]