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
2019-03-04
add kqueue pty close slave test
anton
2019-03-04
add support for multiple kqueue pty tests
anton
2019-03-04
one regress test per line to reduce future churn
anton
2018-08-24
Add a regression test for the kernel stack exhaustion bug.
Visa Hankala
2018-08-13
Add a test covering the recently fixed issue with dangling knote references upon
anton
2018-08-03
Improve synchronization between the parent and children. This fixes
Visa Hankala
2018-06-17
fix usage
anton
2018-06-17
Add a test covering the panic found in knote_processexit(). Note that you'll
anton
2018-05-22
kevent: correctly check that timeout's nanoseconds are on [0, 1000000000)
cheloha
2018-04-26
Prefer <fcntl.h> over <sys/fcntl.h> in userland
Philip Guenther
2016-09-21
Use /dev/console as a template for the pseudo tty, stdin may be not
Alexander Bluhm
2016-09-20
To make debugging the kqueue test easier, always print the assertion
Alexander Bluhm
2016-09-04
When passing the (1ULL << 32) to EV_SET, it gets casted to __uintptr_t.
Alexander Bluhm
2016-07-14
Prevent silly states via knotes on pids > 2^32 and on nonexistent signals.
Philip Guenther
2016-03-17
Last parameter to execl[e]() functions *must* be cast to a pointer.
Kenneth R Westerback
2015-12-05
simplistic regress test for KEVENT_TIMER kqueue(2) calls
Bret Lambert
2015-08-13
NOTE_FORK|NOTE_TRACK knote can track grandchild processes. Wait for
Masao Uebayashi
2015-08-13
Zero-clear test buffers. Close fds.
Masao Uebayashi
2015-08-13
Close an fd.
Masao Uebayashi
2015-08-13
Zero-clear test buffer. Close fds.
Masao Uebayashi
2015-08-13
Zero-clear test buffer.
Masao Uebayashi
2015-08-13
Zero-clear test buffer. KNF while here.
Masao Uebayashi
2015-08-02
Kill a useless assignment.
Masao Uebayashi
2015-08-02
Refactor to prepare a future change; no functional changes.
Masao Uebayashi
2015-08-01
SPC -> TAB
Masao Uebayashi
2015-04-25
Disable kq-tun test, as it's been broken for a while and not because of kq
Philip Guenther
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
[next]