index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
sys
/
kern
/
kqueue
Age
Commit message (
Expand
)
Author
2014-11-22
using /dev/random is ok
Theo de Raadt
2013-01-07
missing argument to printf
Miod Vallat
2012-07-08
Add a test for kevent(EV_DELETE) screwing with POSIX file locks
Philip Guenthe
2011-07-07
Add tests for kqueue EVFILT_SIGNAL and that they can't be passed over
Philip Guenthe
2011-07-07
braces rock!
Philip Guenthe
2011-07-06
Switch to a device that isn't deprecated and return more info on
Philip Guenthe
2011-01-07
do not rely on rndvar.h leaking shit into the namespace
Theo de Raadt
2010-08-04
tun* interfaces are now automatically destroyed on last close when
Philip Guenthe
2010-08-04
Confirm that a NOTE_EXIT knote is delivered when the child exits
Philip Guenthe
2010-06-26
Do not print "Read from tunnel foo failed" in the failure case of a
Bret Lambert
2004-12-29
define REGRESS_ROOT_TARGETS for tests that require root privileges
David Krause
2004-02-28
regress tests full of warnings make me go red
Theo de Raadt
2003-12-07
destroy, not delete tunXX
Markus Friedl
2003-12-07
- use tun98 and tun99 and not interfere with existing tun(4)
Markus Friedl
2003-12-02
delete nasty mickey change
Theo de Raadt
2003-12-02
tun(4) select+kq tests from Christopher Maxwell <cmaxwell@themanor.net> w/ li...
Michael Shalayeff
2003-07-31
various cleanups; david says results are same
Theo de Raadt
2003-07-31
fix the license
Michael Shalayeff
2003-06-15
better LDADD
Michael Shalayeff
2003-06-12
it has been brought to my attention that i have forgotten a license on this file
Michael Shalayeff
2003-06-12
ugh. cleanup debugging
Michael Shalayeff
2003-06-12
test for kqueue on ptys (to verify pr3209)
Michael Shalayeff
2003-06-12
-Wall and calc fix in the random
Michael Shalayeff
2002-09-02
Rename a bunch of the old bsd.regress.mk variables into the new ones.
Anil Madhavapeddy
2002-06-19
regress for the kqueu for random
Michael Shalayeff
2002-06-11
kill err(3) newlines; ok miod@, deraadt@
Jason Peel
2002-03-02
A start for testing EVFILT_PROC, not done yet, but this is a good check point.
Artur Grabowski
2002-02-27
Add a test for inheriting kqueue descriptors on fork.
Artur Grabowski
2002-01-07
better.
Niels Provos
2002-01-07
simple kqueue test for pipes
Niels Provos