summaryrefslogtreecommitdiffstats
path: root/regress/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Link all regress/sys/kern/ subdirs to build and sort alphabetically.bluhm2020-11-101-29/+17
* Since rework of source IP selection, we can reverse the last changesdenis2020-11-073-14/+7
* Compiling rtable.c kernel source file needs satosin() and satosin6()bluhm2020-11-062-6/+5
* add missing rcs idanton2020-11-051-0/+2
* Set up two WireGuard wg(4) interfaces in different routing domains.bluhm2020-11-041-0/+154
* The 'source IP address' commit (route.c r1.249) broke the rtable regresstb2020-11-031-1/+9
* On arm64 char is unsigned, use int in getopt() loop.bluhm2020-11-031-2/+4
* hook up vnodeanton2020-10-261-1/+2
* Add a reproducer for uvm vnode deadlock fixed in revision 1.108 ofanton2020-10-262-0/+196
* Fix building the library when invoked with make regress.bluhm2020-10-211-1/+3
* Add arm64 support.kettenis2020-10-202-4/+6
* Implement propper handling for make clean and obj.bluhm2020-10-165-23/+29
* add kcov remote interrupt coverage testanton2020-10-032-3/+36
* sync usageanton2020-10-031-2/+2
* Remove tests that are now under signal/mpi2020-09-1623-2280/+0
* Move sigsuspend test.mpi2020-09-162-0/+134
* Unhooked signal tests that just moved.mpi2020-09-161-3/+2
* Put all signal tests under a single directory.mpi2020-09-1622-1/+2155
* Fix bug in the select() portion of the test, the timeout was ignored.millert2020-08-182-14/+13
* add kcov remote coverage testsanton2020-08-012-29/+107
* print the address of the "non-MAP_STACK stack", so it can be comparedderaadt2020-07-262-1/+2
* Add stackpivot asm for ppc and ppc64 regress test.mortimer2020-07-252-6/+9
* With "%lx" new awk(1) prints 64 bit value also on 32 bit platforms.bluhm2020-07-251-8/+10
* Improve MACHINE/MACHINE_ARCH access to actually testing architecturesderaadt2020-07-201-2/+5
* test _exit(2) rather than exit(3) [to keep things simpler], andderaadt2020-07-201-1/+3
* Make this build on powerpc64.kettenis2020-07-061-1/+3
* Make this build on powerpc/powerpc64. Only test on powerpc64 for nowkettenis2020-07-062-2/+9
* add a test covering the by now fixed regression during pipe closeanton2020-06-294-5/+116
* Add test that splicing inet and unix sockets. This test should be abortedmvs2020-06-181-0/+24
* The unmount-nested test creates 15 partitions with file systems.bluhm2020-05-251-17/+17
* initial framework for ipv6 source address selection testingpamela2020-04-133-0/+142
* Do not create /hooray as part of the regress test. Regress testsclaudio2020-04-071-2/+1
* For open with O_CREAT pass a mask of 0644 with else files are createdclaudio2020-04-071-37/+37
* Unified diff makes it easier to understand where regressions are.mpi2020-04-071-2/+2
* Don't #include <machine/cpufunc.h>, not available on all archsjca2020-04-031-2/+1
* Add ulimit -c unlimited to the commands that plan to produce a coredump.claudio2020-04-013-6/+7
* Enable tests now that the original parent see the exit status after thempi2020-03-161-1/+211
* Add a regression test for vnd(4).visa2020-03-122-1/+29
* output the name of each targetanton2020-03-111-1/+3
* Add a regression test for kqueue recursion. Also check that select(2)visa2020-03-082-2/+141
* Accidently some tests were never running. Make regress target namesbluhm2020-03-021-9/+9
* Enable ptrace2mpi2020-02-281-2/+2
* Import ptrace(2) regression tests from FreeBSD.mpi2020-02-285-0/+585
* Since OpenBSD has switched to the strict host model, this regressbluhm2020-02-021-7/+9
* delete wasteful ;;deraadt2020-01-221-2/+2
* Do not create files as dependency of .BEGIN rule. Noticed bybluhm2020-01-157-20/+20
* Rework when tests have to be skipped due to insufficient configurationbluhm2020-01-088-102/+192
* Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP andvisa2020-01-081-2/+2
* simplify assertionsanton2019-12-241-17/+5
* add pipe kqueue testsanton2019-12-244-3/+319