summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/physical.c
Commit message (Expand)AuthorAgeFilesLines
* MAXPATHLEN -> PATH_MAXbrian2001-03-081-4/+4
* Use fstat to check if descriptor 0 is a socket.brian2001-01-141-2/+9
* Add ``enable/disable tcpmssfixup'', defaulting to enabled.brian2000-11-281-0/+2
* If write() gives -1/ENOBUFS, keep the packet and sleep for 1/10thbrian2000-10-091-2/+3
* Support PPPoATM, disabled for now as /usr/include/netnatm doesn't existbrian2000-09-141-1/+7
* Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDbrian2000-08-181-0/+3
* Maintain input and output throughput averages and choose the highestbrian2000-08-151-2/+6
* Calculate the average link throughput using a counter based on thebrian2000-08-151-10/+16
* Mention it in the log file when we HUP a process thatbrian2000-05-241-0/+2
* Fix some printf-style argument bugsbrian2000-03-141-2/+2
* To avoid namespace polution in NetBSD:brian2000-03-141-6/+6
* Cosmetic: Make struct mbuf more like kernel mbufs.brian1999-12-201-9/+9
* Make -foreground a proper option (allowing ``allow mode foreground'',brian1999-11-281-0/+1
* Change ``set cd'' so that its default value is device specific. Thebrian1999-11-261-4/+8
* Rewrite the link descriptor transfer code in MP mode.brian1999-11-251-13/+19
* Support PPPoEbrian1999-11-061-44/+58
* Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead.brian1999-10-251-39/+5
* Manually create a correct(*) entry in wtmp when logging out a PPPoTCP orbrian1999-10-211-3/+44
* If we're running ppp -direct over a tcp or udp connection,brian1999-10-211-1/+10
* Support ``set cd off'' to tell ppp not to even look for carrier on thebrian1999-09-261-7/+11
* 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
* Cosmetic:brian1999-09-081-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* o Add the -foreground switch. This switch behaves like -background exceptbrian1999-08-191-4/+4
* Add ISDN support via isdnd & i4b. This requires versionbrian1999-08-061-5/+16
* o Obsolete the undocumented ``set weight'' command.brian1999-08-051-8/+17
* Show the correct error if we fail to open a device.brian1999-06-111-7/+17
* Correct the way ppp transfers links on the server side in MPbrian1999-06-051-15/+66
* Introduce the ``keep-session'' option. Refer to the manbrian1999-06-021-3/+6
* Increase the length of an individual device name to LINE_LEN.brian1999-06-011-5/+7
* Correct the ``ignoring sync/async'' warnings so that they showbrian1999-05-241-7/+6
* Move the tty locking stuff back out to physical.c sobrian1999-05-181-43/+100
* Initialise the struct device part of struct ttydevice.brian1999-05-131-5/+4
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asbrian1999-05-121-51/+78
* Revert to the previous behaviour of only doing a utmpbrian1999-05-091-2/+2
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-64/+676
* Change ``set device'' so that it parses its arguments as onebrian1999-04-271-2/+3
* Only call isatty() when we open our descriptor, and rememberbrian1999-01-101-7/+2
* If we've got a full output buffer queue and cannot sendbrian1998-08-251-1/+11
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-3/+4
* Remove redundant includesbrian1998-06-271-3/+1
* o Move our prompt descriptor list outside of the bundle.brian1998-05-231-2/+2
* MFMP: Make ppp multilink capable.brian1998-05-211-0/+230
OpenPOWER on IntegriCloud