aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_spppsubr.c
Commit message (Expand)AuthorAgeFilesLines
* Removed unused includes.Bruce Evans1998-06-211-2/+1
* s/nanoruntime/nanouptime/gPoul-Henning Kamp1998-05-171-2/+2
* Use random() for seq numbers and read_random for CHAP challenge.Poul-Henning Kamp1998-04-061-6/+11
* Make read_random() take a (void *) argument instead of (char *)Poul-Henning Kamp1998-04-061-4/+4
* Time changes mark 2:Poul-Henning Kamp1998-04-041-4/+6
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-5/+6
* Fixed syntax error in previous commit.Bruce Evans1998-03-011-2/+2
* Make it possible to indicate that we don't care about the remotePoul-Henning Kamp1998-02-281-3/+6
* Staticize.Eivind Eklund1998-02-091-6/+6
* Make INET a proper option.Eivind Eklund1998-01-081-1/+4
* Reviewed by: Joerg WunschGary Jennejohn1998-01-011-10/+3
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-151-1/+3
* Jumbo patch to implement PAP and CHAP for sppp(4). Partially based onJoerg Wunsch1997-10-111-147/+1454
* Update for new callout interface.Justin T. Gibbs1997-09-211-9/+15
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* Fix a traceroute problem in the CISCO HDLC mode. (cisco routers notKenjiro Cho1997-08-121-2/+2
* Implement the LCP fail_counter: if an option has been NAK'ed for moreJoerg Wunsch1997-08-101-4/+13
* PR: kern/4117Jun-ichiro itojun Hagino1997-08-061-2/+2
* Fix a couple of log()'s that came out with the wrong (default)Joerg Wunsch1997-05-231-6/+6
* Introduce a third queue per interface, serving only PPP controlJoerg Wunsch1997-05-221-16/+42
* Major nit: i've confused link0 and link1 in my brain and/or in eitherJoerg Wunsch1997-05-201-15/+21
* Major overhaul of the SyncPPP layer. Basically, this comprises now aJoerg Wunsch1997-05-191-759/+1971
* Make sppp's logging human-readable. Also, use log(9), as opposed toJoerg Wunsch1997-05-111-134/+262
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-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
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-2/+3
* Get rid of the ifdef MULTICAST's. I think the rest of the kernel got ridJohn Hay1996-08-301-3/+1
* Add $Id$Gary Palmer1996-06-101-0/+2
* Change the use if ifnet.if_lastchange to be more in line withGary Palmer1996-06-101-2/+0
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-30/+47
* Implement some rudimentry IPX support...Peter Wemm1995-11-281-2/+18
* If a lcp configure request is received in the lcp opened state and itPeter Wemm1995-11-211-24/+28
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-0/+11
* This upgrades the driver for Cronyx-Sigma multiplexor boardsJordan K. Hubbard1995-10-041-232/+337
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-111-3/+4
* Nuke some more compiler warnings, while I'm at it..Jordan K. Hubbard1995-02-151-16/+16
* Add support for two separate cloning flags, one set by the lower layers,Garrett Wollman1994-12-131-0/+1
* Fix bogus include paths:Bruce Evans1994-12-041-2/+2
* Cronyx/Sigma sync/async serial driver with PPP supportGarrett Wollman1994-12-021-0/+1219