NetBSD/sys
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
..
adosfs merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
altq merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
arch merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
coda merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
compat merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
conf merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
crypto change arc4_ctx to use unsigned values -- kills lint warnings 2002-10-22 21:50:08 +00:00
ddb Another item on the TODO list: 2002-08-26 11:35:22 +00:00
dev merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
filecorefs merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
fs MNT_GETARGS support 2002-09-21 18:10:34 +00:00
gdbscripts Build a .gdbinit in the kernel build directory. The new .gdbinit 2002-09-01 23:04:47 +00:00
ipkdb Don't record option-dependencies here, since none of these options 2002-10-11 00:50:30 +00:00
isofs merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
kern merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
lib Replace the SuperH memcpy() with homebrewed code. The former seems to have 2002-10-22 12:25:18 +00:00
lkm Adjust callers to setgate() to match new prototype. 2002-10-06 10:40:04 +00:00
miscfs merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
msdosfs merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
net merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
netatalk ARGSUSED 2002-10-22 21:58:33 +00:00
netccitt Move netccitt config defns to netccitt/files.netccitt. 2002-10-10 22:17:59 +00:00
netinet merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
netinet6 do not differentiate manually configured address from autoconfigured ones 2002-10-17 00:07:44 +00:00
netisdn merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
netiso Move netiso config defns to netiso/files.netiso. 2002-10-10 22:56:03 +00:00
netkey warn about the arc4 generator if no NRND, but still use it 2002-10-07 00:40:15 +00:00
netnatm Move netnatm config defns to netnatm/files.netnatm. 2002-10-10 22:58:49 +00:00
netns Move netns config defns to netns/files.netns. 2002-10-10 23:04:33 +00:00
netsmb merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
nfs merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
ntfs merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
stand
sys merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
ufs merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
uvm merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
Makefile