summaryrefslogtreecommitdiffstats
path: root/tests/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* MFC r305676: wait: Do not copyout uninitialized status/rusage/wrusage.jilles2016-10-102-0/+71
* MFC r304238:ngie2016-08-281-1/+4
* MFC 303001: Add PTRACE_VFORK to trace vfork events.jhb2016-08-191-0/+126
* MFC 302900,302902,302921,303461,304009:jhb2016-08-151-0/+198
* Commit a missing change from 299090asomers2016-05-231-2/+0
* kern_descrip_test: Fix trivial buffer overrun with readlink(2)cem2016-05-121-1/+2
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-044-12/+0
* Automate the subr_unit test.asomers2016-04-291-0/+10
* MFHgjb2016-03-104-0/+77
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-094-0/+77
* | More 'tests' package fixes.gjb2016-02-034-0/+12
|/
* Rename `recvfd` and `sendfd` variables in recvfd/sendfd functions to avoidngie2015-12-301-11/+11
* Integrate tools/regression/sockets/unix_passfd into the FreeBSD testngie2015-12-302-0/+397
* Add ptrace(2) reporting for LWP events.jhb2015-12-291-7/+186
* Remove retval to fix a -Wunused-but-set-variable warning from gcc 4.9ngie2015-12-281-4/+3
* - Remove unused but set ssize in shutdown_send_sigpipengie2015-12-281-5/+11
* Clean trailing whitespacengie2015-12-281-19/+19
* Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-041-4/+3
* Avoid requiring 'make depend' here.bdrewery2015-11-251-0/+1
* Integrate contrib/netbsd-tests/kernel/t_mqueue into the FreeBSD testngie2015-11-231-0/+5
* Fix up convert.c generationngie2015-11-231-2/+3
* Integrate tools/regression/pipe in to the FreeBSD test suite asngie2015-11-1610-0/+799
* Integrate contrib/netbsd-tests/kernel/t_lockf.c into the FreeBSD test suite asngie2015-11-161-0/+6
* Integrate kern/kern_acct.c testcase in as tests/sys/kern/acct/acct_testngie2015-11-163-0/+255
* Add tests for the copyin(9) handling of illegal buffers.kib2015-10-192-0/+87
* Tweak: use 'mainlwp' instead of 'mainpid' since this is a thread (LWP)jhb2015-10-061-3/+3
* Fix build with older GCC which, doesn't like 'main' being a variable name.bdrewery2015-10-061-3/+3
* Fix various edge cases related to system call tracing.jhb2015-10-062-15/+245
* Revert r288682ngie2015-10-0510-0/+277
* Remove some paths preparing for a re-copy from headngie2015-10-0510-277/+0
* Use _exit() instead of exit() in child processes created during tests.jhb2015-09-091-10/+10
* Add a test to verify that a traced process sees its original parent viajhb2015-09-091-0/+87
* Properly size the children[] arrays in the follow fork tests.jhb2015-09-091-6/+6
* Clear P_TRACED before reparenting a detached process back to itsjhb2015-08-011-54/+527
* Fixed shutdown(2) unix(4) tests for SOCK_SEQPACKET after r285910 (by ed).pluknet2015-07-291-8/+52
* Add a CHILD_REQUIRE macro similar to ATF_REQUIRE for use in child processesjhb2015-06-041-25/+47
* Consistently only use one end of the pipe in the parent and debuggerjhb2015-05-311-3/+5
* Tweak the description of when waitpid() doesn't return any status for ajhb2015-05-281-6/+6
* Do not allow a process to reap an orphan (a child currently beingjhb2015-05-261-0/+246
* Only reparent a traced process to its old parent if the tracing process isjhb2015-05-222-0/+144
* Move tests/sys/kern/mmap_test to tests/sys/vm/mmap_testngie2015-04-272-106/+0
* Integrate tools/regression/mmap into the FreeBSD test suite asngie2015-04-272-0/+106
* Install the proper filesngie2015-04-133-0/+0
* Add $FreeBSD$ RCS tagngie2015-04-121-0/+2
* Integrate tools/regression/execve into the FreeBSD test suite as tests/sys/ke...ngie2015-04-1211-0/+277
* Abort the create_socket test if socket creation fails.asomers2014-09-101-1/+1
* Numerous small fixes, mostly suggested by Coverity.asomers2014-08-201-6/+47
* Fix variable type to avoid printf formatter warning.jmmv2014-04-041-1/+1
* Added sysctl kern.maxfiles increase test, do not use /etc/passwd for testspho2014-03-191-6/+118
* Make bsd.test.mk the only public mk fragment for the building of tests.jmmv2014-03-141-1/+1
OpenPOWER on IntegriCloud