NetBSD/sys/fs/puffs
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
..
files.puffs Part 2/n of extensive changes to request transport to/from userspace: 2007-11-10 21:45:04 +00:00
Makefile
puffs_msgif.c - Needs sys/atomic.h for atomic_inc_uint() 2008-01-31 08:23:04 +00:00
puffs_msgif.h For code clarity typedef void *puffs_cookie_t. 2008-01-28 21:06:36 +00:00
puffs_node.c Welcome to 4.99.55: 2008-03-01 14:16:49 +00:00
puffs_subr.c Welcome to 4.99.55: 2008-03-01 14:16:49 +00:00
puffs_sys.h For code clarity typedef void *puffs_cookie_t. 2008-01-28 21:06:36 +00:00
puffs_vfsops.c Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
puffs_vnops.c Replace struct lock on vnodes with a simpler lock object built on 2008-01-30 09:50:19 +00:00