freebsd-skq/sys/contrib/altq/altq
rwatson 5d770a09e8 Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
IFF_DRV_RUNNING, as well as the move from ifnet.if_flags to
ifnet.if_drv_flags.  Device drivers are now responsible for
synchronizing access to these flags, as they are in if_drv_flags.  This
helps prevent races between the network stack and device driver in
maintaining the interface flags field.

Many __FreeBSD__ and __FreeBSD_version checks maintained and continued;
some less so.

Reviewed by:	pjd, bz
MFC after:	7 days
2005-08-09 10:20:02 +00:00
..
altq_cbq.c Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and 2005-08-09 10:20:02 +00:00
altq_cbq.h Import parts of the ALTQ framework from latest KAME snapshot (which is up to 2004-06-12 00:10:21 +00:00
altq_cdnr.c FreeBSD-ify ALTQ: 2004-06-12 00:57:20 +00:00
altq_cdnr.h Import parts of the ALTQ framework from latest KAME snapshot (which is up to 2004-06-12 00:10:21 +00:00
altq_classq.h Import parts of the ALTQ framework from latest KAME snapshot (which is up to 2004-06-12 00:10:21 +00:00
altq_hfsc.c FreeBSD-ify ALTQ: 2004-06-12 00:57:20 +00:00
altq_hfsc.h Import parts of the ALTQ framework from latest KAME snapshot (which is up to 2004-06-12 00:10:21 +00:00
altq_priq.c FreeBSD-ify ALTQ: 2004-06-12 00:57:20 +00:00
altq_priq.h Import parts of the ALTQ framework from latest KAME snapshot (which is up to 2004-06-12 00:10:21 +00:00
altq_red.c FreeBSD-ify ALTQ: 2004-06-12 00:57:20 +00:00
altq_red.h Import parts of the ALTQ framework from latest KAME snapshot (which is up to 2004-06-12 00:10:21 +00:00
altq_rio.c Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
altq_rio.h Import parts of the ALTQ framework from latest KAME snapshot (which is up to 2004-06-12 00:10:21 +00:00
altq_rmclass_debug.h Import parts of the ALTQ framework from latest KAME snapshot (which is up to 2004-06-12 00:10:21 +00:00
altq_rmclass.c FreeBSD-ify ALTQ: 2004-06-12 00:57:20 +00:00
altq_rmclass.h Import parts of the ALTQ framework from latest KAME snapshot (which is up to 2004-06-12 00:10:21 +00:00
altq_subr.c Do not fail to initialize callouts (on SMP only) -- it leads to crashing. 2005-02-22 04:27:05 +00:00
altq_var.h Don't use the static CALLOUT_INITIALIZER for __FreeBSD_version >= 600000. It 2005-02-21 17:11:09 +00:00
altq.h FreeBSD-ify ALTQ: 2004-06-12 00:57:20 +00:00
altqconf.h Import parts of the ALTQ framework from latest KAME snapshot (which is up to 2004-06-12 00:10:21 +00:00
if_altq.h Transform tbr_dequeue into a function pointer in order to build drivers with 2004-06-15 01:45:19 +00:00