NetBSD/sys/ufs/ufs
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
..
dinode.h Add support for the Apple UFS variation on ffs 2002-09-28 20:11:05 +00:00
dir.h Add support for the Apple UFS variation on ffs 2002-09-28 20:11:05 +00:00
inode.h Deal with fragment size changes better. For each fragment that can 2002-07-06 01:30:11 +00:00
Makefile
quota.h Remove superfluous semicolon. 2001-11-06 06:40:44 +00:00
ufs_bmap.c Add comment that getblk() in ufs_bmaparray() returns an error only if 2002-05-11 12:23:53 +00:00
ufs_bswap.h Revert previous. This is actually being done a better way. 2002-01-31 19:18:18 +00:00
ufs_extern.h Bring over fixes from FreeBSD that weren't incorporated yet, mainly 2001-12-18 10:57:21 +00:00
ufs_ihash.c add RCSID 2001-11-08 02:39:06 +00:00
ufs_inode.c fix an error case. 2002-01-26 08:32:05 +00:00
ufs_lookup.c Add support for the Apple UFS variation on ffs 2002-09-28 20:11:05 +00:00
ufs_quota.c add RCSID 2001-11-08 02:39:06 +00:00
ufs_readwrite.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
ufs_vfsops.c add RCSID 2001-11-08 02:39:06 +00:00
ufs_vnops.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
ufsmount.h Add support for the Apple UFS variation on ffs 2002-09-28 20:11:05 +00:00