summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/physical.c
Commit message (Expand)AuthorAgeFilesLines
* When ``ppp -direct'' is invoked by a program that uses pipe(2) tobrian2009-08-241-0/+1
* Make ppp use <termios.h>, not <sys/tty.h>.ed2008-06-051-1/+1
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andbz2008-05-261-10/+0
* Add a bunch of malloc() return checksbrian2004-10-111-1/+6
* Fix the build on 64-bit platforms.marcel2004-09-061-1/+1
* Make ppp WARNS=5 cleanbrian2004-09-051-16/+22
* Add configuration option "set pppoe [standard|3Com]" which allowsglebius2004-07-291-0/+8
* Report the number of bytes not written when complaining about failed writesbrian2004-07-201-2/+2
* utmp.ut_time and lastlog.ll_time are explicitly int32_t rather thanpeter2002-11-151-1/+1
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_brian2002-08-271-0/+1
* Show the port number (tty slot, pppoe session id etc) underbrian2002-06-301-5/+14
* Remove whitespace at the end of lines.brian2002-06-151-1/+1
* Coerce pid_t to long rather than int for better portability.brian2002-05-271-3/+3
* o Clean up some #includesbrian2002-05-141-4/+9
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's linebrian2002-03-301-0/+14
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-0/+5
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerbrian2001-06-181-0/+6
* 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
OpenPOWER on IntegriCloud