aboutsummaryrefslogtreecommitdiff
path: root/sys/net/ppp_tty.c
Commit message (Expand)AuthorAgeFilesLines
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-4/+4
* Remove __P.Alfred Perlstein2002-03-191-18/+18
* Get rid of the twisted MFREE() macro entirely.Matthew Dillon2002-02-051-3/+1
* KSE Milestone 2Julian Elischer2001-09-121-11/+11
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-1/+1
* Removed unused includes (garbage left over/created by the SMPng megacommit).Bruce Evans2000-09-261-6/+0
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-21/+2
* Remove some #if NFOO > 0 that are always true because of config rules.Peter Wemm2000-01-291-5/+0
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-081-2/+2
* Suser() simplification:Poul-Henning Kamp1999-04-271-5/+5
* Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h.Peter Wemm1999-01-171-9/+2
* Missing splx().Peter Wemm1998-06-201-2/+4
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Oops, the previous commit should have changed `i386' to `__i386__',Bruce Evans1998-05-011-3/+3
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-3/+3
* Use getmicrotime() for if_lastchange, 10msec is plenty precision.Poul-Henning Kamp1998-04-061-2/+2
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-2/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-2/+2
* Implement the spirit but not the letter of Terrys hot-char patch.Poul-Henning Kamp1998-02-131-3/+4
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-061-2/+2
* Don't test for conflicting combinations of PPP_FILTER/BPFILTER here.Bruce Evans1997-11-181-29/+9
* Convert PPP_FILTER to an option, like PPP_BSDCOMP and PPP_DEFLATE.Peter Wemm1997-10-181-3/+7
* Better fix for the bpf dependency that doesn't have such a large impactPeter Wemm1997-10-181-1/+6
* Try out PPP_FILTERPeter Wemm1997-10-101-1/+2
* Update for new callout interface.Justin T. Gibbs1997-09-211-3/+3
* Some fixes from Bruce:Peter Wemm1997-08-221-4/+6
* Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at thePeter Wemm1997-08-191-112/+143
* Fix this damn mbuf with a negative m_len. It turnsBrian Somers1997-06-221-5/+1
* Protect against garbage mbufs in pppstart.Brian Somers1997-06-181-2/+7
* Prevent panic with garbage mbuf.Brian Somers1997-06-091-2/+2
* Move interrupt handling code from isa.c to a new file. This should makeDoug Rabson1997-06-021-2/+2
* Bruce mentioned to me that Paul Traina had noticed that the ppp_ttyPeter Wemm1997-05-311-4/+4
* don't refer to SWI_*_MASK, it's not SMP/UP kernel portable for the lkm.Peter Wemm1997-05-311-4/+3
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Second phase of merge, get rid of more machine-independent-dependencies.Satoshi Asami1996-09-031-5/+1
* Re-sync with the state of PC98 world. This will be the last commit beforeSatoshi Asami1996-08-301-2/+2
* The Great PC98 Merge.Satoshi Asami1996-06-141-1/+5
* Only print out the new masks if bootverbose is set.Nate Williams1996-06-121-2/+4
* Since the updates to ifnet.if_lastchange are so rare (relativelyGary Palmer1996-06-121-2/+2
* Change the use if ifnet.if_lastchange to be more in line withGary Palmer1996-06-101-2/+2
* Use new printf features rather than local kludges.Poul-Henning Kamp1996-01-241-27/+3
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-16/+16
* Re-Zap unused variables in their new location.. :-)Peter Wemm1995-11-011-3/+2
* Merge/update ppp-2.2 kernel parts onto mainline.Peter Wemm1995-10-311-31/+138
* Initial revisionPeter Wemm1995-10-311-0/+1026