summaryrefslogtreecommitdiff
path: root/regress/sys/kern
AgeCommit message (Expand)Author
2021-12-29Add unp_dispose() threads to 'unsopassgc' test.Vitaliy Makkoveev
2021-12-27Reduce sensitivity to TCP segmentation in urgent data test caseVisa Hankala
2021-12-27Disable poll/select iocond regressVisa Hankala
2021-12-27Make clear that poll_iocond pty test fails currently.Visa Hankala
2021-12-26Fix compiler warnings with sparc64 gcc 4.2.1.Alexander Bluhm
2021-12-25Adjust pty case for kqueue-based poll(2)Visa Hankala
2021-12-24Hook up iocond regress.Visa Hankala
2021-12-24Replace wait channel polling with simple sleep for portability.Visa Hankala
2021-12-24Delete obsolete __syscall regress that tested the old lseek syscallPhilip Guenther
2021-12-22Replace IO::Socket::INET with IO::Socket::IP.Alexander Bluhm
2021-12-15Fix the argument passed to garbage collector enforce thread forVitaliy Makkoveev
2021-12-15Fix whitespace.Alexander Bluhm
2021-12-15Increase file descriptor limit for undgram_conclose test.Alexander Bluhm
2021-12-15Fix compiler warning.Alexander Bluhm
2021-12-15more sys/signal.h before sys/proc.hAnton Lindqvist
2021-12-14Add new 'unsopassgc' test. This test tries to beak unix(4) sockets garbageVitaliy Makkoveev
2021-12-14Move 'unixsock' test from regress/sys/kern/unixsock/ toVitaliy Makkoveev
2021-12-14IO::Socket::IP non-blocking connect works a bit differently thanAlexander Bluhm
2021-12-14sys/signal.h before sys/proc.hTheo de Raadt
2021-12-14add missing sys/time.h includeAnton Lindqvist
2021-12-13Kill sys/cdefs.h includes, because overly complicated include+macroTheo de Raadt
2021-12-13remove a couple hundred sys/param.h includes in userland code, andTheo de Raadt
2021-12-12Replace deprecated IO::Socket::INET6 with IO::Socket::IP.Alexander Bluhm
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-29If the test fails, do not hang forever. Abort with a 10 secondsAlexander Bluhm