summaryrefslogtreecommitdiff
path: root/regress/sys/kern/kqueue
AgeCommit message (Expand)Author
2019-03-04add kqueue pty close slave testanton
2019-03-04add support for multiple kqueue pty testsanton
2019-03-04one regress test per line to reduce future churnanton
2018-08-24Add a regression test for the kernel stack exhaustion bug.Visa Hankala
2018-08-13Add a test covering the recently fixed issue with dangling knote references uponanton
2018-08-03Improve synchronization between the parent and children. This fixesVisa Hankala
2018-06-17fix usageanton
2018-06-17Add a test covering the panic found in knote_processexit(). Note that you'llanton
2018-05-22kevent: correctly check that timeout's nanoseconds are on [0, 1000000000)cheloha
2018-04-26Prefer <fcntl.h> over <sys/fcntl.h> in userlandPhilip Guenther
2016-09-21Use /dev/console as a template for the pseudo tty, stdin may be notAlexander Bluhm
2016-09-20To make debugging the kqueue test easier, always print the assertionAlexander Bluhm
2016-09-04When passing the (1ULL << 32) to EV_SET, it gets casted to __uintptr_t.Alexander Bluhm
2016-07-14Prevent silly states via knotes on pids > 2^32 and on nonexistent signals.Philip Guenther
2016-03-17Last parameter to execl[e]() functions *must* be cast to a pointer.Kenneth R Westerback
2015-12-05simplistic regress test for KEVENT_TIMER kqueue(2) callsBret Lambert
2015-08-13NOTE_FORK|NOTE_TRACK knote can track grandchild processes. Wait forMasao Uebayashi
2015-08-13Zero-clear test buffers. Close fds.Masao Uebayashi
2015-08-13Close an fd.Masao Uebayashi
2015-08-13Zero-clear test buffer. Close fds.Masao Uebayashi
2015-08-13Zero-clear test buffer.Masao Uebayashi
2015-08-13Zero-clear test buffer. KNF while here.Masao Uebayashi
2015-08-02Kill a useless assignment.Masao Uebayashi
2015-08-02Refactor to prepare a future change; no functional changes.Masao Uebayashi
2015-08-01SPC -> TABMasao Uebayashi
2015-04-25Disable kq-tun test, as it's been broken for a while and not because of kqPhilip Guenther
2014-11-22using /dev/random is okTheo de Raadt
2013-01-07missing argument to printfMiod Vallat
2012-07-08Add a test for kevent(EV_DELETE) screwing with POSIX file locksPhilip Guenthe
2011-07-07Add tests for kqueue EVFILT_SIGNAL and that they can't be passed overPhilip Guenthe
2011-07-07braces rock!Philip Guenthe
2011-07-06Switch to a device that isn't deprecated and return more info onPhilip Guenthe
2011-01-07do not rely on rndvar.h leaking shit into the namespaceTheo de Raadt
2010-08-04tun* interfaces are now automatically destroyed on last close whenPhilip Guenthe
2010-08-04Confirm that a NOTE_EXIT knote is delivered when the child exitsPhilip Guenthe
2010-06-26Do not print "Read from tunnel foo failed" in the failure case of aBret Lambert
2004-12-29define REGRESS_ROOT_TARGETS for tests that require root privilegesDavid Krause
2004-02-28regress tests full of warnings make me go redTheo de Raadt
2003-12-07destroy, not delete tunXXMarkus Friedl
2003-12-07- use tun98 and tun99 and not interfere with existing tun(4)Markus Friedl
2003-12-02delete nasty mickey changeTheo de Raadt
2003-12-02tun(4) select+kq tests from Christopher Maxwell <cmaxwell@themanor.net> w/ li...Michael Shalayeff
2003-07-31various cleanups; david says results are sameTheo de Raadt
2003-07-31fix the licenseMichael Shalayeff
2003-06-15better LDADDMichael Shalayeff
2003-06-12it has been brought to my attention that i have forgotten a license on this fileMichael Shalayeff
2003-06-12ugh. cleanup debuggingMichael Shalayeff
2003-06-12test for kqueue on ptys (to verify pr3209)Michael Shalayeff
2003-06-12-Wall and calc fix in the randomMichael Shalayeff
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.Anil Madhavapeddy