NetBSD/sys/filecorefs
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
..
Makefile
filecore.h
filecore_bmap.c add RCSIDs 2001-11-12 22:54:03 +00:00
filecore_extern.h
filecore_lookup.c add RCSIDs 2001-11-12 22:54:03 +00:00
filecore_mount.h MNT_GETARGS support 2002-09-21 18:10:34 +00:00
filecore_node.c Pool deals fairly well with physical memory shortage, but it doesn't 2002-03-08 20:48:27 +00:00
filecore_node.h a whole bunch of changes to improve performance and robustness under load: 2001-09-15 20:36:31 +00:00
filecore_utils.c add RCSIDs 2001-11-12 22:54:03 +00:00
filecore_vfsops.c Fix biff in previous change. 2002-09-21 20:26:49 +00:00
filecore_vnops.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
files.filecorefs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00