| Commit message (Expand) | Author | Age | Files | Lines |
* | utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than | peter | 2002-11-15 | 1 | -1/+1 |
* | Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ | brian | 2002-08-27 | 1 | -0/+1 |
* | Show the port number (tty slot, pppoe session id etc) under | brian | 2002-06-30 | 1 | -5/+14 |
* | Remove whitespace at the end of lines. | brian | 2002-06-15 | 1 | -1/+1 |
* | Coerce pid_t to long rather than int for better portability. | brian | 2002-05-27 | 1 | -3/+3 |
* | o Clean up some #includes | brian | 2002-05-14 | 1 | -4/+9 |
* | Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line | brian | 2002-03-30 | 1 | -0/+14 |
* | o Add ipv6 support, abstracting most NCP addresses into opaque | brian | 2001-08-14 | 1 | -0/+5 |
* | Handle hardware-imposed MTU/MRU limitations. PPPoE will no longer | brian | 2001-06-18 | 1 | -0/+6 |
* | MAXPATHLEN -> PATH_MAX | brian | 2001-03-08 | 1 | -4/+4 |
* | Use fstat to check if descriptor 0 is a socket. | brian | 2001-01-14 | 1 | -2/+9 |
* | Add ``enable/disable tcpmssfixup'', defaulting to enabled. | brian | 2000-11-28 | 1 | -0/+2 |
* | If write() gives -1/ENOBUFS, keep the packet and sleep for 1/10th | brian | 2000-10-09 | 1 | -2/+3 |
* | Support PPPoATM, disabled for now as /usr/include/netnatm doesn't exist | brian | 2000-09-14 | 1 | -1/+7 |
* | Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID | brian | 2000-08-18 | 1 | -0/+3 |
* | Maintain input and output throughput averages and choose the highest | brian | 2000-08-15 | 1 | -2/+6 |
* | Calculate the average link throughput using a counter based on the | brian | 2000-08-15 | 1 | -10/+16 |
* | Mention it in the log file when we HUP a process that | brian | 2000-05-24 | 1 | -0/+2 |
* | Fix some printf-style argument bugs | brian | 2000-03-14 | 1 | -2/+2 |
* | To avoid namespace polution in NetBSD: | brian | 2000-03-14 | 1 | -6/+6 |
* | Cosmetic: Make struct mbuf more like kernel mbufs. | brian | 1999-12-20 | 1 | -9/+9 |
* | Make -foreground a proper option (allowing ``allow mode foreground'', | brian | 1999-11-28 | 1 | -0/+1 |
* | Change ``set cd'' so that its default value is device specific. The | brian | 1999-11-26 | 1 | -4/+8 |
* | Rewrite the link descriptor transfer code in MP mode. | brian | 1999-11-25 | 1 | -13/+19 |
* | Support PPPoE | brian | 1999-11-06 | 1 | -44/+58 |
* | Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead. | brian | 1999-10-25 | 1 | -39/+5 |
* | Manually create a correct(*) entry in wtmp when logging out a PPPoTCP or | brian | 1999-10-21 | 1 | -3/+44 |
* | If we're running ppp -direct over a tcp or udp connection, | brian | 1999-10-21 | 1 | -1/+10 |
* | Support ``set cd off'' to tell ppp not to even look for carrier on the | brian | 1999-09-26 | 1 | -7/+11 |
* | Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines. | brian | 1999-09-21 | 1 | -3/+0 |
* | NetBSD has moved ``extern int errno;'' to signal.h :-/ | brian | 1999-09-20 | 1 | -0/+3 |
* | Cosmetic: | brian | 1999-09-08 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | o Add the -foreground switch. This switch behaves like -background except | brian | 1999-08-19 | 1 | -4/+4 |
* | Add ISDN support via isdnd & i4b. This requires version | brian | 1999-08-06 | 1 | -5/+16 |
* | o Obsolete the undocumented ``set weight'' command. | brian | 1999-08-05 | 1 | -8/+17 |
* | Show the correct error if we fail to open a device. | brian | 1999-06-11 | 1 | -7/+17 |
* | Correct the way ppp transfers links on the server side in MP | brian | 1999-06-05 | 1 | -15/+66 |
* | Introduce the ``keep-session'' option. Refer to the man | brian | 1999-06-02 | 1 | -3/+6 |
* | Increase the length of an individual device name to LINE_LEN. | brian | 1999-06-01 | 1 | -5/+7 |
* | Correct the ``ignoring sync/async'' warnings so that they show | brian | 1999-05-24 | 1 | -7/+6 |
* | Move the tty locking stuff back out to physical.c so | brian | 1999-05-18 | 1 | -43/+100 |
* | Initialise the struct device part of struct ttydevice. | brian | 1999-05-13 | 1 | -5/+4 |
* | Allow ``host:port/udp'' devices and support ``host:port/tcp'' as | brian | 1999-05-12 | 1 | -51/+78 |
* | Revert to the previous behaviour of only doing a utmp | brian | 1999-05-09 | 1 | -2/+2 |
* | o Redesign the layering mechanism and make the aliasing code part of | brian | 1999-05-08 | 1 | -64/+676 |
* | Change ``set device'' so that it parses its arguments as one | brian | 1999-04-27 | 1 | -2/+3 |
* | Only call isatty() when we open our descriptor, and remember | brian | 1999-01-10 | 1 | -7/+2 |
* | If we've got a full output buffer queue and cannot send | brian | 1998-08-25 | 1 | -1/+11 |
* | o Support callback types NONE, E.164, AUTH and CBCP. | brian | 1998-08-07 | 1 | -3/+4 |