NetBSD/sys/altq
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
altq.h
altq_afmap.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 06:37:15 +00:00
altq_afmap.h
altq_blue.c bring in latest ALTQ from kjc. ALTQify some of the drivers. 2002-03-05 04:12:57 +00:00
altq_blue.h
altq_cbq.c fix a bug in a cbq list chasing. 2002-10-07 02:57:39 +00:00
altq_cbq.h Spell 'should' correctly. 2002-07-18 11:59:06 +00:00
altq_cdnr.c add RCSIDs 2001-11-12 23:08:56 +00:00
altq_cdnr.h
altq_classq.h
altq_conf.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
altq_conf.h Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
altq_fifoq.c add RCSIDs 2001-11-12 23:08:56 +00:00
altq_fifoq.h
altq_flowvalve.h
altq_hfsc.c sync with KAME. 2002-05-18 22:53:25 +00:00
altq_hfsc.h
altq_localq.c add RCSIDs 2001-11-12 23:08:56 +00:00
altq_priq.c add RCSIDs 2001-11-12 23:08:56 +00:00
altq_priq.h
altq_red.c bring in latest ALTQ from kjc. ALTQify some of the drivers. 2002-03-05 04:12:57 +00:00
altq_red.h
altq_rio.c add RCSIDs 2001-11-12 23:08:56 +00:00
altq_rio.h
altq_rmclass.c add RCSIDs 2001-11-12 23:08:56 +00:00
altq_rmclass.h bring in latest ALTQ from kjc. ALTQify some of the drivers. 2002-03-05 04:12:57 +00:00
altq_rmclass_debug.h
altq_subr.c replace cpu_tsc_freq with curcpu()->ci_tsc_freq 2002-10-09 07:28:57 +00:00
altq_var.h define ALTQ_NOPCC if i386 and !I586_CPU and !I686_CPU. 2002-05-31 06:52:00 +00:00
altq_wfq.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 06:37:15 +00:00
altq_wfq.h
altqconf.h pull only "opt_altq_enabled.h" in if_altq.h, and include altqconf.h 2002-09-22 20:09:15 +00:00
files.altq Move ALTQ configuration definitions into altq/files.altq 2002-04-16 21:27:13 +00:00
if_altq.h pull only "opt_altq_enabled.h" in if_altq.h, and include altqconf.h 2002-09-22 20:09:15 +00:00