summaryrefslogtreecommitdiffstats
path: root/sys/net/ppp_tty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* de-register. deraadt okitojun2003-12-101-22/+22
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-231-2/+2
* comment spelling, from jonathon graytedu2003-09-181-2/+2
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-5/+5
* use MGETHDR instead of MGET for the first mbuf.kjc2003-03-091-2/+7
* license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,deraadt2002-07-011-20/+36
* First round of __P removal in sysmillert2002-03-141-18/+18
* sync with KAME.kjc2002-02-131-1/+10
* change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.itojun2001-06-151-2/+1
* No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)ho2001-05-161-5/+2
* Remove two unnecessary splx(). This was missed somewhere along the way, sinceaaron2001-03-091-4/+2
* Convert to use new timeout API.art2000-06-301-3/+4
* fix unsigned without a size-typederaadt1999-07-041-2/+2
* Minor changes from ppp 2.3.1millert1997-09-051-204/+205
* prevent warning:kstailey1997-01-151-2/+2
* Kernel changes for ppp2.3a4.joshd1996-07-251-175/+198
* if_name/if_unit -> if_xname/if_softcderaadt1996-05-101-14/+14
* partial sync with netbsd 960418, more to comederaadt1996-04-211-11/+31
* From NetBSD: 960217 mergeniklas1996-03-031-13/+14
* initial import of NetBSD treederaadt1995-10-181-0/+1025