summaryrefslogtreecommitdiffstats
path: root/sys/net/if_spppsubr.c
Commit message (Expand)AuthorAgeFilesLines
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-1/+18
* When getting a RCN event in state ACK_RCVD, RFC 1661 demands that wejoerg1999-10-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* rganize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,phk1999-03-301-27/+48
* Misplaces brace puts important code into debug section.phk1999-02-231-5/+5
* Remove all the #ifdef notyet stuff, it is probably never going to happenphk1999-02-191-77/+27
* Update sppp support to i4b level. This includes the new spppcontrolphk1998-12-271-33/+115
* More isdn4bsd convergence: cleanup log messages.phk1998-12-261-18/+24
* Converge further on the isdn4bsd version of this file.phk1998-12-261-27/+25
* clean up more timeout/untimeout portability stuff.phk1998-12-261-34/+19
* Straigthen out the use of the tls and tlf callbacks.phk1998-12-161-9/+14
* *** empty log message ***phk1998-12-111-7/+12
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-6/+6
* Minor cleanup: kill a couple of unused variables, and a couple ofjoerg1998-10-061-3/+7
* In an attempt to reduce the huge number of differences between thejoerg1998-10-061-225/+337
* Fix a =/== confusion that caused the CHAP type renegotiation tojoerg1998-10-051-2/+2
* Fixed printf format errors. sppp_dotted_quad() was yet another private,bde1998-08-171-9/+10
* Fixed yet more ioctl breakage due to the type of the `cmd' arg changingbde1998-08-151-5/+5
* Removed unused includes.bde1998-06-211-2/+1
* s/nanoruntime/nanouptime/gphk1998-05-171-2/+2
* Use random() for seq numbers and read_random for CHAP challenge.phk1998-04-061-6/+11
* Make read_random() take a (void *) argument instead of (char *)phk1998-04-061-4/+4
* Time changes mark 2:phk1998-04-041-4/+6
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-5/+6
* Fixed syntax error in previous commit.bde1998-03-011-2/+2
* Make it possible to indicate that we don't care about the remotephk1998-02-281-3/+6
* Staticize.eivind1998-02-091-6/+6
* Make INET a proper option.eivind1998-01-081-1/+4
* Reviewed by: Joerg Wunschgj1998-01-011-10/+3
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-151-1/+3
* Jumbo patch to implement PAP and CHAP for sppp(4). Partially based onjoerg1997-10-111-147/+1454
* Update for new callout interface.gibbs1997-09-211-9/+15
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Fix a traceroute problem in the CISCO HDLC mode. (cisco routers notkjc1997-08-121-2/+2
* Implement the LCP fail_counter: if an option has been NAK'ed for morejoerg1997-08-101-4/+13
* PR: kern/4117itojun1997-08-061-2/+2
* Fix a couple of log()'s that came out with the wrong (default)joerg1997-05-231-6/+6
* Introduce a third queue per interface, serving only PPP controljoerg1997-05-221-16/+42
* Major nit: i've confused link0 and link1 in my brain and/or in eitherjoerg1997-05-201-15/+21
* Major overhaul of the SyncPPP layer. Basically, this comprises now ajoerg1997-05-191-759/+1971
* Make sppp's logging human-readable. Also, use log(9), as opposed tojoerg1997-05-111-134/+262
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-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
* Convert the interface address and IP interface address structureswollman1996-12-131-2/+3
* Get rid of the ifdef MULTICAST's. I think the rest of the kernel got ridjhay1996-08-301-3/+1
* Add $Id$gpalmer1996-06-101-0/+2
* Change the use if ifnet.if_lastchange to be more in line withgpalmer1996-06-101-2/+0
* Another mega commit to staticize things.phk1995-12-141-30/+47
* Implement some rudimentry IPX support...peter1995-11-281-2/+18
OpenPOWER on IntegriCloud