NetBSD/tests/kernel
martin 1d9b419295 Pull up following revision(s) (requested by thorpej in ticket #1353):
sys/miscfs/fifofs/fifo_vnops.c: revision 1.90
	tests/kernel/kqueue/write/t_fifo.c: revision 1.5

- Add a new EVFILT_WRITE test case for FIFOs that correctly validates
the writability thresholds.
- Fix a bug in fifo_kqfilter() exposed by the new test case; in the
EVFILT_WRITE case, we were attaching the wrong end of the socket
pair to the knote!
- In filt_fiforead(), use ">= so->so_rcv.sb_lowat" rather than "> 0"
for consistency with fifo_poll().  NFC.
2021-10-04 14:48:25 +00:00
..
kqueue Pull up following revision(s) (requested by thorpej in ticket #1353): 2021-10-04 14:48:25 +00:00
threadpool_tester Fix spurios whitespace (thank you substandard vi clones). 2018-12-26 22:21:10 +00:00
tty
Makefile Pull up following revision(s) (requested by kamil in ticket #71): 2019-08-16 19:26:48 +00:00
Makefile.inc
gen_t_subr_prf unexpand 2019-05-21 04:10:20 +00:00
h_getprocpath.c Add tests to make sure that the program name is what it is supposed to be. 2017-12-10 15:37:54 +00:00
h_interpreter.sh Add tests to make sure that the program name is what it is supposed to be. 2017-12-10 15:37:54 +00:00
h_ps_strings1.c
h_ps_strings2.c
h_segv.c Fix typo 2019-04-25 19:37:09 +00:00
t_extattrctl.c
t_extent.c
t_filedesc.c
t_interp.sh
t_kauth_pr_47598.c
t_ksem.c Implement support for "pshared" POSIX semaphores. 2019-02-03 03:20:23 +00:00
t_lock.c
t_lockf.c
t_mqueue.c
t_origin.sh Add a $ORIGIN test 2019-06-07 21:18:16 +00:00
t_proccwd.c Fix a mistake in a test for KERN_PROC_CWD 2019-06-01 22:18:23 +00:00
t_procpath.sh Add tests to make sure that the program name is what it is supposed to be. 2017-12-10 15:37:54 +00:00
t_ps_strings.sh
t_pty.c
t_rnd.c
t_sysctl.c
t_sysv.c * Use 'struct testmsg' rather than 'struct mymsg' (avoids a conflict 2018-02-03 02:57:15 +00:00
t_timeleft.c add call error checks, requested by mrg@ 2019-01-14 00:23:43 +00:00
t_trapsignal.sh Some arm CPUs do not implement traps on floating point exceptions. 2019-01-26 16:44:30 +00:00
t_umount.sh
t_umountstress.sh
t_zombie.c Correct assert in ATF t_zombie test 2018-05-18 00:25:30 +00:00