summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ppp.c
Commit message (Expand)AuthorAgeFilesLines
* Some fixes from Bruce:peter1997-08-221-4/+4
* Use two NetBSD-style options (PPP_DEFLATE and PPP_BSDCOMP) to controlpeter1997-08-191-4/+6
* Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at thepeter1997-08-191-140/+280
* Bruce mentioned to me that Paul Traina had noticed that the ppp_ttypeter1997-05-311-1/+9
* Don't include <sys/ioctl.h> in the kernel. Stage 4: includebde1997-03-241-2/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Don't try to do anything with the `ifr' parameter for SIOCADDMULTIwollman1997-01-171-13/+0
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Don't dereference sc->sc_setmtu if it's NULL (such as when it's not running)peter1996-07-211-2/+3
* Since the updates to ifnet.if_lastchange are so rare (relativelygpalmer1996-06-121-2/+2
* Change the use if ifnet.if_lastchange to be more in line withgpalmer1996-06-101-3/+2
* Eliminated sloppy common-style declarations. Now there are no duplicatedbde1996-04-131-1/+3
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-2/+1
* Clean up Ethernet drivers:wollman1996-02-061-6/+6
* Use new printf features rather than local kludges.phk1996-01-241-4/+3
* Another mega commit to staticize things.phk1995-12-141-6/+6
* Enhance the likelyhood that IPX over ppp will actually work.. :-)peter1995-11-131-3/+54
* Fix the incomplete merge for the IPX code - the internals are different.peter1995-11-031-1/+9
* Re-Zap unused variables in their new location.. :-)peter1995-11-011-4/+1
* Merge/update ppp-2.2 kernel parts onto mainline.peter1995-10-311-1095/+832
* Second batch of cleanup changes.phk1995-10-291-4/+3
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-1/+6
* Don't wait for output to drain in pppclose(). Discard output immediatelybde1995-10-051-5/+10
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-3/+3
* Fix several sysinit functions that had the wrong type and unnecessarilybde1995-08-301-6/+7
* Obtained from: an ancient patch of mine via 1.1.5bde1995-07-311-3/+3
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-6/+6
* Obtained from: partly from ancient patches by ache and me via 1.1.5bde1995-07-291-2/+2
* Obtained from: partly from ancient patches by ache and me via 1.1.5bde1995-07-211-2/+2
* PR #kern/600: PPP does not pay attention to IPTOS_LOWDELAYjoerg1995-07-081-1/+10
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-2/+14
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
* pppinput:ache1995-03-291-5/+9
* Support for pseudo-device LKMs. Note that this is restricted to onlywollman1995-03-201-2/+2
* *close: just purge tty queues if we can't drain themache1995-02-131-2/+3
* Fix previous change: don't attempt to reserve cblocks if the tty is null.bde1994-11-271-5/+8
* Fix cblock starvation bugs by reserving enough cblocks for minimalbde1994-11-261-2/+20
* The long-time-waited-for patch for PPP.ugen1994-11-231-1/+2
* Make it compile again. XXX - this is not really the right way to fixwollman1994-11-011-4/+4
* Make PPP compile cleanlypst1994-11-011-17/+20
* Install line discipline the new way.wollman1994-10-051-13/+8
* A number of bug-fixes inspired by Mark Treacy:wollman1994-10-051-2/+14
* Make the kernel side of PPP compile.wollman1994-09-231-11/+18
* Initial revisionwollman1994-09-231-0/+1575
OpenPOWER on IntegriCloud