NetBSD/sys/fs
rmind c6186face4 Welcome to 4.99.55:
- Add a lot of missing selinit() and seldestroy() calls.

- Merge selwakeup() and selnotify() calls into a single selnotify().

- Add an additional 'events' argument to selnotify() call.  It will
  indicate which event (POLL_IN, POLL_OUT, etc) happen.  If unknown,
  zero may be used.

Note: please pass appropriate value of 'events' where possible.
Proposed on: <tech-kern>
2008-03-01 14:16:49 +00:00
..
adosfs Do genfs_node_init() earlier. PR kern/36162. 2008-02-05 15:18:36 +00:00
cd9660 Convert to ansi definitions from old-style definitons. 2008-02-27 19:43:36 +00:00
efs Replace struct lock on vnodes with a simpler lock object built on 2008-01-30 09:50:19 +00:00
filecorefs Do genfs_node_init() earlier. PR kern/36162. 2008-02-05 15:18:36 +00:00
hfs Replace struct lock on vnodes with a simpler lock object built on 2008-01-30 09:50:19 +00:00
msdosfs PR kern/37706 (forced unmount of file systems is unsafe): 2008-01-30 11:46:59 +00:00
ntfs PR kern/37706 (forced unmount of file systems is unsafe): 2008-01-30 11:46:59 +00:00
ptyfs Replace struct lock on vnodes with a simpler lock object built on 2008-01-30 09:50:19 +00:00
puffs Welcome to 4.99.55: 2008-03-01 14:16:49 +00:00
smbfs Lock v_knlist with the vnode interlock. PR kern/37881. 2008-02-05 14:19:52 +00:00
sysvbfs Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
tmpfs u_int is not a C99 standard type, so spell it out completely as 2008-02-06 11:23:53 +00:00
udf Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
union Convert to ansi definitions from old-style definitons. 2008-02-27 19:59:48 +00:00
unionfs A port of FreeBSD's updated unionfs. This is a work in progress. In 2008-02-18 16:44:22 +00:00
Makefile Add read-only support for SGI's Extent File System. 2007-06-29 23:30:16 +00:00
unicode.h -add __unused declarations to make it possible to use only half of it 2007-02-26 12:33:08 +00:00