| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | ppp: Use valid prototypes for function declarations with no arguments. | John Baldwin | 2023-04-24 | 1 | -1/+1 |
| * | Retire the -DRELEASE_CRUNCH define. | Warner Losh | 2019-07-12 | 1 | -8/+1 |
| * | Remove the NATM framework including the en(4), fatm(4), hatm(4), and | Brooks Davis | 2017-04-24 | 1 | -7/+0 |
| * | Fix warning when compiling with gcc46: | Eitan Adler | 2012-01-20 | 1 | -2/+1 |
| * | Port ppp(8) to utmpx. | Ed Schouten | 2010-01-13 | 1 | -14/+14 |
| * | When ``ppp -direct'' is invoked by a program that uses pipe(2) to | Brian Somers | 2009-08-24 | 1 | -0/+1 |
| * | Make ppp use <termios.h>, not <sys/tty.h>. | Ed Schouten | 2008-06-05 | 1 | -1/+1 |
| * | Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and | Bjoern A. Zeeb | 2008-05-26 | 1 | -10/+0 |
| * | Add a bunch of malloc() return checks | Brian Somers | 2004-10-11 | 1 | -1/+6 |
| * | Fix the build on 64-bit platforms. | Marcel Moolenaar | 2004-09-06 | 1 | -1/+1 |
| * | Make ppp WARNS=5 clean | Brian Somers | 2004-09-05 | 1 | -16/+22 |
| * | Add configuration option "set pppoe [standard|3Com]" which allows | Gleb Smirnoff | 2004-07-29 | 1 | -0/+8 |
| * | Report the number of bytes not written when complaining about failed writes | Brian Somers | 2004-07-20 | 1 | -2/+2 |
| * | utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than | Peter Wemm | 2002-11-15 | 1 | -1/+1 |
| * | Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ | Brian Somers | 2002-08-27 | 1 | -0/+1 |
| * | Show the port number (tty slot, pppoe session id etc) under | Brian Somers | 2002-06-30 | 1 | -5/+14 |
| * | Remove whitespace at the end of lines. | Brian Somers | 2002-06-15 | 1 | -1/+1 |
| * | Coerce pid_t to long rather than int for better portability. | Brian Somers | 2002-05-27 | 1 | -3/+3 |
| * | o Clean up some #includes | Brian Somers | 2002-05-14 | 1 | -4/+9 |
| * | Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line | Brian Somers | 2002-03-30 | 1 | -0/+14 |
| * | o Add ipv6 support, abstracting most NCP addresses into opaque | Brian Somers | 2001-08-14 | 1 | -0/+5 |
| * | Handle hardware-imposed MTU/MRU limitations. PPPoE will no longer | Brian Somers | 2001-06-18 | 1 | -0/+6 |
| * | MAXPATHLEN -> PATH_MAX | Brian Somers | 2001-03-08 | 1 | -4/+4 |
| * | Use fstat to check if descriptor 0 is a socket. | Brian Somers | 2001-01-14 | 1 | -2/+9 |
| * | Add ``enable/disable tcpmssfixup'', defaulting to enabled. | Brian Somers | 2000-11-28 | 1 | -0/+2 |
| * | If write() gives -1/ENOBUFS, keep the packet and sleep for 1/10th | Brian Somers | 2000-10-09 | 1 | -2/+3 |
| * | Support PPPoATM, disabled for now as /usr/include/netnatm doesn't exist | Brian Somers | 2000-09-14 | 1 | -1/+7 |
| * | Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID | Brian Somers | 2000-08-18 | 1 | -0/+3 |
| * | Maintain input and output throughput averages and choose the highest | Brian Somers | 2000-08-15 | 1 | -2/+6 |
| * | Calculate the average link throughput using a counter based on the | Brian Somers | 2000-08-15 | 1 | -10/+16 |
| * | Mention it in the log file when we HUP a process that | Brian Somers | 2000-05-24 | 1 | -0/+2 |
| * | Fix some printf-style argument bugs | Brian Somers | 2000-03-14 | 1 | -2/+2 |
| * | To avoid namespace polution in NetBSD: | Brian Somers | 2000-03-14 | 1 | -6/+6 |
| * | Cosmetic: Make struct mbuf more like kernel mbufs. | Brian Somers | 1999-12-20 | 1 | -9/+9 |
| * | Make -foreground a proper option (allowing ``allow mode foreground'', | Brian Somers | 1999-11-28 | 1 | -0/+1 |
| * | Change ``set cd'' so that its default value is device specific. The | Brian Somers | 1999-11-26 | 1 | -4/+8 |
| * | Rewrite the link descriptor transfer code in MP mode. | Brian Somers | 1999-11-25 | 1 | -13/+19 |
| * | Support PPPoE | Brian Somers | 1999-11-06 | 1 | -44/+58 |
| * | Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead. | Brian Somers | 1999-10-25 | 1 | -39/+5 |
| * | Manually create a correct(*) entry in wtmp when logging out a PPPoTCP or | Brian Somers | 1999-10-21 | 1 | -3/+44 |
| * | If we're running ppp -direct over a tcp or udp connection, | Brian Somers | 1999-10-21 | 1 | -1/+10 |
| * | Support ``set cd off'' to tell ppp not to even look for carrier on the | Brian Somers | 1999-09-26 | 1 | -7/+11 |
| * | Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines. | Brian Somers | 1999-09-21 | 1 | -3/+0 |
| * | NetBSD has moved ``extern int errno;'' to signal.h :-/ | Brian Somers | 1999-09-20 | 1 | -0/+3 |
| * | Cosmetic: | Brian Somers | 1999-09-08 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | o Add the -foreground switch. This switch behaves like -background except | Brian Somers | 1999-08-19 | 1 | -4/+4 |
| * | Add ISDN support via isdnd & i4b. This requires version | Brian Somers | 1999-08-06 | 1 | -5/+16 |
| * | o Obsolete the undocumented ``set weight'' command. | Brian Somers | 1999-08-05 | 1 | -8/+17 |