NetBSD/sys/dev
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
..
acpi fix a simple, but wicked bug in EcSpaceHandler(). 2002-10-15 20:53:37 +00:00
apm Moved MI APM definitions into dev/apm. 2002-10-14 02:08:37 +00:00
arcbios merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
ata merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
bi Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
bluetooth merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
cardbus Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
dec merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
dmover merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
ebus Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
eisa Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
hpc merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
i2c
i2o merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
ic merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
ieee1394 Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
ir merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
isa merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
isapnp Don't include <i386/isa/icu.h> 2002-10-11 19:14:06 +00:00
mca merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
microcode Update to the latest Fibre Channel f/w from the QLogic intranet site. 2002-10-18 23:19:20 +00:00
mii fix lint warnings about things being stringified under cpp -traditional 2002-10-23 01:50:11 +00:00
mscp merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
mvme merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
news
ofisa Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
ofw merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
pci merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
pckbc Add trailing ; to CFATTACH_DECL. 2002-10-02 16:51:16 +00:00
pcmcia remove redundant defines caught by lint 2002-10-23 02:06:11 +00:00
podulebus Add trailing ; to CFATTACH_DECL. 2002-10-02 16:51:16 +00:00
qbus merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
raidframe merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
rasops remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
rcons
sbus merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
scsipi merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
std
sun merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
sysmon merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
tc merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
usb merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
vme merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
wscons merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
wsfont merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
xmi Add trailing ; to CFATTACH_DECL. 2002-10-02 16:51:16 +00:00
DEVNAMES Change obviously-acorn32-specific entries to say acorn32 rather than arm32. 2002-10-06 12:35:01 +00:00
Makefile Moved MI APM definitions into dev/apm. 2002-10-14 02:08:37 +00:00
auconv.c
auconv.h
audio.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
audio_if.h
audiovar.h
aurateconv.c Support for sampling rate conversion against slinear_be 16bit/24bit. 2002-10-13 11:34:54 +00:00
ccd.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
ccdvar.h
cgd.c Allow debugging to work on LP64 arches. 2002-10-14 19:16:55 +00:00
cgd_crypto.c The CryptoGraphic Disk Driver. 2002-10-04 18:22:35 +00:00
cgd_crypto.h The CryptoGraphic Disk Driver. 2002-10-04 18:22:35 +00:00
cgdvar.h The CryptoGraphic Disk Driver. 2002-10-04 18:22:35 +00:00
clock_subr.c
clock_subr.h
clockctl.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
cninit.c
cons.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
cons.h Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
dksubr.c We need to pass the dk_softc, not the osc. 2002-10-12 22:43:25 +00:00
dkvar.h A slight abstraction for disks. This is mainly [right now] in 2002-10-04 18:02:00 +00:00
kttcp.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
kttcpio.h
ld.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
ldvar.h
md.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
md.h
md_root.c
midi.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
midi_if.h
midisyn.c
midisynvar.h
midivar.h
mm.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
mulaw.c
mulaw.h
radio.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
radio_if.h
radiovar.h
rnd.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
rndpool.c Account for 1 bit of entropy for each timestamp added during 2002-10-09 14:48:58 +00:00
sequencer.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
sequencervar.h
vnd.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
vndvar.h