summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_dummynet.c
Commit message (Expand)AuthorAgeFilesLines
* Tidy up some stray / unused stuff in the IPFW package and friends.peter1999-04-201-10/+5
* Convert the dummynet lkm code to be kld aware (this isn't actually usedpeter1999-04-171-26/+27
* Use the correct length from the mbuf header instead of the one fromluigi1999-03-261-9/+9
* add missing #include "opt_bdg.h"luigi1999-03-241-1/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* ... _and_ the (void*) casts for %p. Next, I'll forget my own name :-(eivind1999-01-121-3/+3
* Avoid unnecessary GCCism - I hadn't noticed the __unused macro.eivind1999-01-121-2/+3
* * Print pointers using the correct type (%p) instead of %x.eivind1999-01-121-6/+8
* Add a missing bzero which could be the source of instabilityluigi1999-01-111-12/+21
* Remove some unused variables.luigi1998-12-311-4/+4
* Last bits (i think) of dummynet for -current.luigi1998-12-141-51/+64
* Bring in new files for dummynet supportluigi1998-09-121-0/+609
OpenPOWER on IntegriCloud