summaryrefslogtreecommitdiffstats
path: root/sys/net/ppp_tty.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* Use if_printf(ifp, "blah") instead of printf("ppp%d: blah", ifp->if_unit).brooks2002-10-211-15/+13
* Be consistent about functions being static.phk2002-10-161-1/+1
* Make ppp(4) devices clonable and unloadable.brooks2002-08-091-2/+8
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-4/+4
* Remove __P.alfred2002-03-191-18/+18
* Get rid of the twisted MFREE() macro entirely.dillon2002-02-051-3/+1
* KSE Milestone 2julian2001-09-121-11/+11
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-1/+1
* Removed unused includes (garbage left over/created by the SMPng megacommit).bde2000-09-261-6/+0
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-21/+2
* Remove some #if NFOO > 0 that are always true because of config rules.peter2000-01-291-5/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-251-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-2/+2
* Suser() simplification:phk1999-04-271-5/+5
* Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h.peter1999-01-171-9/+2
* Missing splx().peter1998-06-201-2/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Oops, the previous commit should have changed `i386' to `__i386__',bde1998-05-011-3/+3
* Support compiling with `gcc -ansi'.bde1998-04-151-3/+3
* Use getmicrotime() for if_lastchange, 10msec is plenty precision.phk1998-04-061-2/+2
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-2/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-2/+2
* Implement the spirit but not the letter of Terrys hot-char patch.phk1998-02-131-3/+4
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-2/+2
* Don't test for conflicting combinations of PPP_FILTER/BPFILTER here.bde1997-11-181-29/+9
* Convert PPP_FILTER to an option, like PPP_BSDCOMP and PPP_DEFLATE.peter1997-10-181-3/+7
* Better fix for the bpf dependency that doesn't have such a large impactpeter1997-10-181-1/+6
* Try out PPP_FILTERpeter1997-10-101-1/+2
* Update for new callout interface.gibbs1997-09-211-3/+3
* Some fixes from Bruce:peter1997-08-221-4/+6
* Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at thepeter1997-08-191-112/+143
* Fix this damn mbuf with a negative m_len. It turnsbrian1997-06-221-5/+1
* Protect against garbage mbufs in pppstart.brian1997-06-181-2/+7
* Prevent panic with garbage mbuf.brian1997-06-091-2/+2
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-021-2/+2
* Bruce mentioned to me that Paul Traina had noticed that the ppp_ttypeter1997-05-311-4/+4
* don't refer to SWI_*_MASK, it's not SMP/UP kernel portable for the lkm.peter1997-05-311-4/+3
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Second phase of merge, get rid of more machine-independent-dependencies.asami1996-09-031-5/+1
* Re-sync with the state of PC98 world. This will be the last commit beforeasami1996-08-301-2/+2
* The Great PC98 Merge.asami1996-06-141-1/+5
* Only print out the new masks if bootverbose is set.nate1996-06-121-2/+4
OpenPOWER on IntegriCloud