NetBSD/sys/miscfs
thorpej d0340288a0 - 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-02 18:39:15 +00:00
..
deadfs Abolish all the silly indirection macros for initializing vnode ops tables. 2021-07-18 23:57:13 +00:00
fdesc Add containment for the cloning devices hack in vn_open. 2021-06-29 22:40:53 +00:00
fifofs - Add a new EVFILT_WRITE test case for FIFOs that correctly validates 2021-10-02 18:39:15 +00:00
genfs Change the kqueue filterops::f_isfd field to filterops::f_flags, and 2021-09-26 01:16:07 +00:00
kernfs Abolish all the silly indirection macros for initializing vnode ops tables. 2021-07-19 01:33:53 +00:00
nullfs Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
overlay Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
procfs Abolish all the silly indirection macros for initializing vnode ops tables. 2021-07-18 23:57:13 +00:00
specfs Abolish all the silly indirection macros for initializing vnode ops tables. 2021-07-18 23:57:13 +00:00
umapfs Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
Makefile Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00