summaryrefslogtreecommitdiff
path: root/regress/sys/kern/kqueue
AgeCommit message (Expand)Author
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
2002-06-19regress for the kqueu for randomMichael Shalayeff
2002-06-11kill err(3) newlines; ok miod@, deraadt@Jason Peel
2002-03-02A start for testing EVFILT_PROC, not done yet, but this is a good check point.Artur Grabowski
2002-02-27Add a test for inheriting kqueue descriptors on fork.Artur Grabowski
2002-01-07better.Niels Provos
2002-01-07simple kqueue test for pipesNiels Provos