aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused calls to inet_addr()Brian Somers2002-07-181-1/+0
* o Clean up some #includesBrian Somers2002-05-141-0/+1
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers2002-03-301-0/+1
* socket()s first argument should be a protocol family rather than anBrian Somers2002-01-161-1/+1
* socket's first argument is an address family, not a protocol family.Brian Somers2002-01-161-1/+1
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerBrian Somers2001-06-181-0/+1
* Use fstat to check if descriptor 0 is a socket.Brian Somers2001-01-141-24/+35
* Return -2 when tcp_OpenConnection() fails so that ppp doesn'tBrian Somers2000-05-221-4/+4
* Change ``set cd'' so that its default value is device specific. TheBrian Somers1999-11-261-0/+3
* Support PPPoEBrian Somers1999-11-061-3/+6
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.Brian Somers1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/Brian Somers1999-09-201-0/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add ISDN support via isdnd & i4b. This requires versionBrian Somers1999-08-061-2/+2
* Correct the way ppp transfers links on the server side in MPBrian Somers1999-06-051-1/+3
* Correct the ``ignoring sync/async'' warnings so that they showBrian Somers1999-05-241-3/+5
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asBrian Somers1999-05-121-39/+93
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-0/+134