summaryrefslogtreecommitdiff
path: root/sys/net/if_strip.c
AgeCommit message (Collapse)Author
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-12sync with KAMEKenjiro Cho
ALTQify more drivers. ok millert@
2001-06-27introduce the ALTQ queue macros into sys/net files.Kenjiro Cho
the new model removes direct references to the fields in ifp->if_snd, and defines the following macros to manipulate ifp->if_snd. IFQ_ENQUEUE(ifq, m, pktattr, err) IFQ_DEQUEUE(ifq, m) IFQ_POLL(ifq, m) IFQ_PURGE(ifq) IFQ_IS_EMPTY(ifq) the new model also enforces some rules regarding how to use these macros. details are descrined in http://www.csl.sony.co.jp/~kjc/software/altq-new-design.txt
2001-06-15change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.Jun-ichiro itojun Hagino
follows BSD/OS practice and ucd-snmp code (FreeBSD does it for specific interfaces only). was: if_lastchange get updated on every packet transmission/receipt. now: if_lastchange get updated when IFF_UP is changed.
2000-12-30Fix PR 342: the problem was that the code was assuming that when theAngelos D. Keromytis
strip interface was configured up, a tty was already associated with it -- and proceeded to probe/reset/initialize it through a watchdog routine...
2000-06-26New timeouts.Artur Grabowski
1999-04-22we don't need to include buf.hArtur Grabowski
1998-02-10undef SLMTU if it's been externally definedAngelos D. Keromytis
1997-09-05Minor changes from ppp 2.3.1Todd C. Miller
1997-06-20strip%d not st%dTheo de Raadt
1997-06-01pass Wstrict-prototypes; grr, PR#193Theo de Raadt
1997-02-24OpenBSD tags + some prototyping policeNiklas Hallqvist
1996-10-04sync to netbsd 0901Theo de Raadt
1996-08-22__OpenBSD__Theo de Raadt
1996-07-27various fixesTheo de Raadt
1996-06-10init sc_unit properlyTheo de Raadt
1996-05-22syncTheo de Raadt