summaryrefslogtreecommitdiff
path: root/sys/net/ppp_tty.c
AgeCommit message (Collapse)Author
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.
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-03-09Remove two unnecessary splx(). This was missed somewhere along the way, sinceAaron Campbell
this was done long ago in NetBSD during an update to ppp-2.3b4.
2000-06-30Convert to use new timeout API.Artur Grabowski
1999-07-04fix unsigned without a size-typeTheo de Raadt
1997-09-05Minor changes from ppp 2.3.1Todd C. Miller
1997-01-15prevent warning:kstailey
ppp_tty.c:790: warning: `s' might be used uninitialized in this function
1996-07-25Kernel changes for ppp2.3a4.joshd
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt