aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Catch up to r325719 which makes the kern.proc.pid sysctl "work" for zombies.John Baldwin2017-12-181-1/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-314-4/+0
* Discard the correct thread event reported for a ptrace stop.John Baldwin2017-10-271-0/+171
* Add a test for sending a signal while stepping a thread via PT_STEP.John Baldwin2017-10-251-0/+87
* Add a test for r324671 along with some other masked tests.Bryan Drewery2017-10-171-9/+245
* This child is expected to exit on SIGTRAP, don't leave a core behind.Bryan Drewery2017-10-161-0/+4
* Fix shadowed variable hidden by WARNS changing to 3 in r313006.Bryan Drewery2017-10-121-1/+1
* Make test scripts under tests/... non-executableEnji Cooper2017-08-081-0/+0
* Annotate tests that require root privileges appropriatelyEnji Cooper2017-08-021-4/+25
* Clean up :coredump_phnumEnji Cooper2017-07-191-15/+11
* Remove expected failure for :coredump_phnumEnji Cooper2017-07-191-2/+0
* Send all of `data`, not just a portion of itEnji Cooper2017-05-281-3/+6
* Add a regression test for r318191.Mark Johnston2017-05-121-0/+95
* Don't pass size_t arguments to setsockopt(SO_SNDBUF/SO_RCVBUF).Brooks Davis2017-04-281-10/+10
* armv8 has support for optional CRC32C instructions. This patch checks if they...Michael Tuexen2017-04-272-1/+26
* Remove the unportable -msse4 here too after fixing crc32_sse42.c to notBruce Evans2017-04-021-1/+1
* ptrace_test: eliminate assumption about thread schedulingEric Badger2017-03-181-35/+68
* Don't clear p_ptevents on normal SIGKILL deliveryEric Badger2017-03-161-0/+74
* don't stop in issignal() if P_SINGLE_EXIT is setEric Badger2017-03-071-0/+136
* Actually fix buildworlds other than i386/amd64/sparc64 after r313992Eric Badger2017-02-231-0/+8
* Fix world build for archs where __builtin_debugtrap() does not work.Eric Badger2017-02-221-1/+2
* Defer ptracestop() signals that cannot be delivered immediatelyEric Badger2017-02-202-0/+1121
* calculate_crc32c: Add SSE4.2 implementation on x86Conrad Meyer2017-01-312-1/+139
* Fix typo in r312216Enji Cooper2017-01-151-1/+1
* Revert r312119 and reword the intent to fix -Wshadow issuesEnji Cooper2017-01-151-0/+1
* Add include Makefiles for tests/sys/{fs,kern,kqueue,mac}/...Enji Cooper2017-01-141-0/+3
* Follow up to r312118Enji Cooper2017-01-141-1/+1
* Fix -Wformat issue with zero-length format string passed to err(3)Enji Cooper2017-01-141-1/+1
* Use type-independent formats for printing nlink_t and ino_t.Konstantin Belousov2017-01-061-2/+4
* reaper: Make REAPER_KILL_SUBTREE actually work.Jilles Tjoelker2016-12-141-0/+102
* Add tests for reaper receiving SIGCHLD (r309886).Jilles Tjoelker2016-12-121-0/+162
* Add some tests for reaper functionality (in procctl()).Jilles Tjoelker2016-12-102-0/+495
* coredump_phnum_test: Make expected pheader count more flexibleConrad Meyer2016-12-041-5/+5
* Expect :coredump_phnum to failEnji Cooper2016-12-031-0/+2
* Fix test coredump_phnum_test:coredump_phnum require.config specificationEnji Cooper2016-12-031-1/+1
* Add test case for >65535 segment coredumpsConrad Meyer2016-11-013-0/+156
* Fix comment. We have different VM layout on MIPS, so test is skipped.Ruslan Bukin2016-10-181-1/+6
* Skip test on MIPS as we don't have shared page implemented yet.Ruslan Bukin2016-10-101-0/+5
* Ensure data in pipe is available to read.Ruslan Bukin2016-10-101-0/+18
* wait: Do not copyout uninitialized status/rusage/wrusage.Jilles Tjoelker2016-09-092-0/+71
* Only expect :encode_tv_random_million to fail on 64-bit platformsEnji Cooper2016-08-161-1/+4
* Add PTRACE_VFORK to trace vfork events.John Baldwin2016-07-181-0/+126
* Add a mask of optional ptrace() events.John Baldwin2016-07-151-0/+136
* Add a test for user signal delivery.John Baldwin2016-07-151-0/+62
* 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