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