summaryrefslogtreecommitdiff
path: root/regress/sys
AgeCommit message (Expand)Author
2021-12-12Replace deprecated IO::Socket::INET6 with IO::Socket::IP.Alexander Bluhm
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2021-12-10Move 'unconacc' test to regress/sys/kern/unixsockets/ directory.Vitaliy Makkoveev
2021-12-10Move 'undgram_conclose' test to regress/sys/kern/unixsockets directory.Vitaliy Makkoveev
2021-12-09Move 'unsendrecvthr' test to regress/sys/kern/unixsockets directory.Vitaliy Makkoveev
2021-12-09Move 'unfdpassfail' test to regress/sys/kern/unixsockets/ directory.Vitaliy Makkoveev
2021-12-09Remove old 'ungc' testVitaliy Makkoveev
2021-12-09Commit 'ungc.c'Vitaliy Makkoveev
2021-12-09Move 'ungc' test to regress/sys/kern/unixsocketsVitaliy Makkoveev
2021-12-09Add sys/kern/unixsockets directory to contain all unix(4) sockets tests.Vitaliy Makkoveev
2021-12-08Remove unnecessary select(2) exceptfds kludges.Visa Hankala
2021-12-06Test poll/select with various I/O conditions; not hooked up yet.Visa Hankala
2021-12-01Make `sun' global variable. It used by threads and could be corruptedVitaliy Makkoveev
2021-11-29Use nanosleep(3) instead of select(2) for test run time delay. Use ~10Vitaliy Makkoveev
2021-11-29Create socket within current directory instead of /tmp. Also remove itVitaliy Makkoveev
2021-11-29Register-time event should make poll/select non-blocking.Visa Hankala
2021-11-29Add and enable 'unconacc' test which provides multithreaded connect(2)Vitaliy Makkoveev
2021-11-27Adjust wait channel name and re-enable test.Visa Hankala
2021-11-27Fix timeouts in poll/select regress testsVisa Hankala
2021-11-24Disable poll_close test for now as it expects kqueue backend.Visa Hankala
2021-11-23A weird little test which can expose buggy return value conditions in poll()Theo de Raadt
2021-11-22Add regress test for futexes in shared anonymous memory.Mark Kettenis
2021-11-21Add tests for concurrent closing of a poll/select monitored fd.Visa Hankala
2021-11-19Add and enable the new 'undgram_conclose' test which tries to kill theVitaliy Makkoveev
2021-11-19Add and enable new 'unsendrecvthr' test which performs multithreadedVitaliy Makkoveev
2021-11-13hook up unfdpassfail and ungcAnton Lindqvist
2021-10-31Also remove pcap files during make clean.Alexander Bluhm
2021-10-29If the test fails, do not hang forever. Abort with a 10 secondsAlexander Bluhm
2021-10-29Hook poll tests.Martin Pieuchot
2021-10-29Test that poll(2) returns POLLNVAL for an already closed fd.Martin Pieuchot
2021-10-25open() flags never contain O_CREAT, so variatic mode_t can be removed here alsoTheo de Raadt
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-22knf nitsAnton Lindqvist
2021-10-22add pipe select hangup test case; ok mpi@Anton Lindqvist
2021-10-13Sending live tcpdump output over SSH while running tests may dropAlexander Bluhm
2021-10-06This regress uses vnd devices to create a softraid volume. Raid levelsAlexander Bluhm
2021-10-05add missing sudoAnton Lindqvist
2021-10-05add missing sudoAnton Lindqvist
2021-10-05build prog onceAnton Lindqvist
2021-10-03Extend filesystem tests to test mfs and tmpfs. Hook up mfs but leave tmpfsClaudio Jeker
2021-10-02quote sudoAnton Lindqvist
2021-10-02add missing sudoAnton Lindqvist
2021-09-30Quote SUDO value during propagation, allowing `doas -n' to be correctlyAnton Lindqvist
2021-09-28Turns out that older SPARC CPUs (like the UltraSPARC II) do report an exactMark Kettenis
2021-09-28Use -Wl,-z,wxneeded instead of -z wxneeded such that this builds with baseMark Kettenis
2021-09-28add missing sudoAnton Lindqvist
2021-09-27Return 0 from main() otherwise the exit code is garbage on sparc64.Alexander Bluhm
2021-09-20Use proper sigsuspend() instead of old pause() and use sigprocmask() toClaudio Jeker
2021-08-30Test for the pathetic case that the 2nd unveil inClaudio Jeker
2021-08-30Check that fchdir() works. The problem in unveil was fixed some time ago.Claudio Jeker