NetBSD/sys/miscfs
jdolecek e0cc03a09b merge kqueue branch into -current
kqueue provides a stateful and efficient event notification framework
currently supported events include socket, file, directory, fifo,
pipe, tty and device changes, and monitoring of processes and signals

kqueue is supported by all writable filesystems in NetBSD tree
(with exception of Coda) and all device drivers supporting poll(2)

based on work done by Jonathan Lemon for FreeBSD
initial NetBSD port done by Luke Mewburn and Jason Thorpe
2002-10-23 09:10:23 +00:00
..
deadfs add a VOP_PUTPAGES method for all the filesystems that don't have pages, 2001-12-06 04:27:40 +00:00
fdesc merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
fifofs merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
genfs merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
kernfs put back the while loop in kernfs_getattr() removed in rev 1.82; it's 2002-10-12 14:04:45 +00:00
nullfs MNT_GETARGS support 2002-09-21 18:08:27 +00:00
overlay MNT_GETARGS support 2002-09-21 18:08:27 +00:00
portal MNT_GETARGS support 2002-09-21 18:08:27 +00:00
procfs MNT_GETARGS support 2002-09-21 18:08:27 +00:00
specfs merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
syncfs add a VOP_PUTPAGES method for all the filesystems that don't have pages. 2001-12-06 04:30:49 +00:00
umapfs MNT_GETARGS support 2002-09-21 18:08:27 +00:00
union remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
Makefile install miscfs/syncfs/syncfs.h 2001-09-09 17:42:46 +00:00