brueffer
a00534bfeb
Fix mandoc warnings/errors.
...
MFC after: 1 week
2015-08-12 11:56:19 +00:00
glebius
72f04611ec
Remove ifq_drops from struct ifqueue. Now queue drops are accounted in
...
struct ifnet if_oqdrops.
Some netgraph modules used ifqueue w/o ifnet. Accounting of queue drops
is simply removed from them. There were no API to read this statistic.
Sponsored by: Netflix
Sponsored by: Nginx, Inc.
2014-09-19 09:01:19 +00:00
rwatson
56b6b68fd9
Garbage collect man page reference to IFF_NEEDSGIANT.
2009-04-18 20:09:43 +00:00
mlaier
f0350755fa
Add a minimal altq.4 manpage to tell about the kernel options and where to
...
find more information. Also move the "SUPPORTED DEVICES" section from altq.9
to altq.4, where is belongs.
Requested by: green
MFC after: 2 days
2004-10-07 12:10:25 +00:00
mlaier
f4ca848950
dc(4) is now supported as well. While here sort the list and remove awi,
...
which isn't yet supported.
2004-10-01 20:44:48 +00:00
mlaier
4de2140db0
Document supported devices here (for lack of a better place). Users
...
interested in ALTQ are likely to type in "man altq" at some point and maybe
they will scroll down to the bottom as well.
MFC after: 3 days
2004-08-25 18:49:32 +00:00
mlaier
7f0c7f1817
mdoc(7) and english grammar makeover.
...
Submitted by: ru
2004-08-09 15:58:39 +00:00
mlaier
c794eed216
Add altq(9) explaining about the IFQ_* and IFQ_DRV_* macros in if_var.h and
...
how to convert drivers.
Obtained from: NetBSD (with changes)
Reviewed by: josef
2004-08-07 12:35:56 +00:00