summaryrefslogtreecommitdiff
path: root/tests/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Commit a missing change from 299090Alan Somers2016-05-231-2/+0
* kern_descrip_test: Fix trivial buffer overrun with readlink(2)Conrad Meyer2016-05-121-1/+2
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-044-12/+0
* Automate the subr_unit test.Alan Somers2016-04-291-0/+10
* MFHGlen Barber2016-03-104-0/+77
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-094-0/+77
* | More 'tests' package fixes.Glen Barber2016-02-034-0/+12
|/
* Rename `recvfd` and `sendfd` variables in recvfd/sendfd functions to avoidEnji Cooper2015-12-301-11/+11
* Integrate tools/regression/sockets/unix_passfd into the FreeBSD testEnji Cooper2015-12-302-0/+397
* Add ptrace(2) reporting for LWP events.John Baldwin2015-12-291-7/+186
* Remove retval to fix a -Wunused-but-set-variable warning from gcc 4.9Enji Cooper2015-12-281-4/+3
* - Remove unused but set ssize in shutdown_send_sigpipeEnji Cooper2015-12-281-5/+11
* Clean trailing whitespaceEnji Cooper2015-12-281-19/+19
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-4/+3
* Avoid requiring 'make depend' here.Bryan Drewery2015-11-251-0/+1
* Integrate contrib/netbsd-tests/kernel/t_mqueue into the FreeBSD testEnji Cooper2015-11-231-0/+5
* Fix up convert.c generationEnji Cooper2015-11-231-2/+3
* Integrate tools/regression/pipe in to the FreeBSD test suite asEnji Cooper2015-11-1610-0/+799
* Integrate contrib/netbsd-tests/kernel/t_lockf.c into the FreeBSD test suite asEnji Cooper2015-11-161-0/+6
* Integrate acct(2) testcase in as tests/sys/kern/acct/acct_testEnji Cooper2015-11-163-0/+255
* Add tests for the copyin(9) handling of illegal buffers.Konstantin Belousov2015-10-192-0/+87
* Tweak: use 'mainlwp' instead of 'mainpid' since this is a thread (LWP)John Baldwin2015-10-061-3/+3
* Fix build with older GCC which, doesn't like 'main' being a variable name.Bryan Drewery2015-10-061-3/+3
* Fix various edge cases related to system call tracing.John Baldwin2015-10-062-15/+245
* Use _exit() instead of exit() in child processes created during tests.John Baldwin2015-09-091-10/+10
* Add a test to verify that a traced process sees its original parent viaJohn Baldwin2015-09-091-0/+87
* Properly size the children[] arrays in the follow fork tests.John Baldwin2015-09-091-6/+6
* Clear P_TRACED before reparenting a detached process back to itsJohn Baldwin2015-08-011-54/+527
* Fixed shutdown(2) unix(4) tests for SOCK_SEQPACKET after r285910 (by ed).Sergey Kandaurov2015-07-291-8/+52
* Add a CHILD_REQUIRE macro similar to ATF_REQUIRE for use in child processesJohn Baldwin2015-06-041-25/+47
* Consistently only use one end of the pipe in the parent and debuggerJohn Baldwin2015-05-311-3/+5
* Tweak the description of when waitpid() doesn't return any status for aJohn Baldwin2015-05-281-6/+6
* Do not allow a process to reap an orphan (a child currently beingJohn Baldwin2015-05-261-0/+246
* Only reparent a traced process to its old parent if the tracing process isJohn Baldwin2015-05-222-0/+144
* Move tests/sys/kern/mmap_test to tests/sys/vm/mmap_testEnji Cooper2015-04-272-106/+0
* Integrate tools/regression/mmap into the FreeBSD test suite asEnji Cooper2015-04-272-0/+106
* Integrate tools/regression/execve into the FreeBSD test suite asEnji Cooper2015-04-2711-0/+279
* Abort the create_socket test if socket creation fails.Alan Somers2014-09-101-1/+1
* Numerous small fixes, mostly suggested by Coverity.Alan Somers2014-08-201-6/+47
* Fix variable type to avoid printf formatter warning.Julio Merino2014-04-041-1/+1
* Added sysctl kern.maxfiles increase test, do not use /etc/passwd for testsPeter Holm2014-03-191-6/+118
* Make bsd.test.mk the only public mk fragment for the building of tests.Julio Merino2014-03-141-1/+1
* Replace 4.4BSD Lite's unix domain socket backpressure hack with a cleanerAlan Somers2014-03-131-17/+0
* kern/MakefileAlan Somers2014-03-072-34/+31
* Only use -lpthread for unix_seqpacket_test, not for all test programs.Alan Somers2014-03-061-1/+1
* Fix PR kern/185813 "SOCK_SEQPACKET AF_UNIX sockets with asymmetricalAlan Somers2014-03-061-1/+6
* Preserve naming consistency for test cases.Peter Holm2014-03-051-3/+3
* Changed name of test case to a more descriptive one and movedPeter Holm2014-03-041-10/+8
* Added a regression test for r234131.Peter Holm2014-02-262-1/+82
* test_eagain_*_* should've been using nonblocking sockets instead ofAlan Somers2014-02-171-1/+1