summaryrefslogtreecommitdiffstats
path: root/sys/net/ppp_tty.c
Commit message (Expand)AuthorAgeFilesLines
* Use new (inline) functions for calls into driver.phk2005-10-161-5/+3
* Axe ppp_for_tty(). Use tty->t_lsc pointer to store sc. Thisglebius2005-08-121-7/+7
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-1/+1
* Use m_uiotombuf() instead of own implementation. This is not justglebius2005-07-011-25/+10
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-24/+24
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+2
* Check O_NONBLOCK instead of IO_NDELAY.phk2004-12-221-2/+1
* Don't abuse tp->t_sc, as it is now used by tty drivers.cognet2004-11-071-13/+9
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Pick the hotchar out of the tty structure instead of caching privatephk2004-06-261-0/+1
* Fix line discipline switching issues: If opening a new ldisc fails,phk2004-06-261-10/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-2/+2
* 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
OpenPOWER on IntegriCloud