| Commit message (Expand) | Author | Age | Files | Lines |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -3/+3 |
* | Sort sections. | ru | 2005-01-18 | 1 | -20/+20 |
* | Handle select() returning -1/EINTR - fairly common in these KSE days. | brian | 2004-12-13 | 1 | -1/+5 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -18/+37 |
* | Apply s/LIBC_R/LIBPTHREAD/ to the DPADD variable. The LDADD variable | marcel | 2004-01-31 | 1 | -1/+1 |
* | s/-lc_r/-lpthread/ | deischen | 2004-01-30 | 1 | -1/+1 |
* | Add IPv6 support to pppctl by using getaddrinfo() and trying each address | tjr | 2003-12-07 | 1 | -89/+115 |
* | add FBSDID | charnier | 2003-07-06 | 1 | -2/+3 |
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -1/+1 |
* | The .Nm utility | charnier | 2002-07-14 | 1 | -4/+5 |
* | *** empty log message *** | obrien | 2001-10-01 | 1 | -9/+9 |
* | Better handling of the return from snprintf | brian | 2001-08-18 | 1 | -3/+8 |
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 1 | -7/+7 |
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -2/+3 |
* | Remove GCC'isms in CFLAGS. | obrien | 2001-07-20 | 1 | -1/+0 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -2/+0 |
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 1 | -2/+1 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Issue a ``quit'' after other ppp commands given on the command line and | brian | 2001-03-25 | 1 | -0/+5 |
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -2/+0 |
* | A NetBSD specific fix | brian | 2001-03-05 | 1 | -2/+8 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -4/+10 |
* | -pthread -> -lc_r | deischen | 2001-01-24 | 1 | -1/+1 |
* | mdoc(7) police: use canonical form of .Dd macro. | ru | 2000-12-11 | 1 | -1/+1 |
* | Change interactive mode so that a monitor thread keeps an eye on the | brian | 2000-11-27 | 2 | -72/+240 |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -1/+2 |
* | libutil is no longer required as setproctitle() has moved to libc | brian | 2000-09-02 | 2 | -5/+2 |
* | If the -p option is used, use setproctitle() to hide it's argument | brian | 2000-08-16 | 2 | -4/+37 |
* | Add another example showing how you can use pppctl to only allow | nik | 2000-04-30 | 1 | -0/+21 |
* | NetBSD has changed the el_init() prototype | brian | 1999-09-20 | 1 | -1/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | Use err[x]/warn[x] and improve error reporting | brian | 1999-08-02 | 1 | -23/+25 |
* | Add support for NetBSD (history() from libedit is different). | brian | 1999-04-26 | 1 | -2/+9 |
* | Mention the error when we fail to connect(). | brian | 1999-01-31 | 1 | -4/+10 |
* | Sort cross references. | wosch | 1998-08-31 | 1 | -4/+4 |
* | Remove OpenBSD build support - let the Makefile vary per | brian | 1998-08-31 | 1 | -7/+1 |
* | Add OpenBSD build support | brian | 1998-08-30 | 1 | -2/+8 |
* | .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT | phk | 1998-05-13 | 1 | -2/+2 |
* | Quiet -Wall in gcc-2.8.1 | brian | 1998-03-22 | 1 | -2/+3 |
* | Remove bogus timeout code in Receive(). | brian | 1997-12-27 | 1 | -7/+13 |
* | Add (BSD) copyright headers. | brian | 1997-12-21 | 1 | -2/+26 |
* | Cosmetic: Tidy up. | brian | 1997-12-21 | 1 | -19/+12 |
* | Zero struct sockaddr_??s before filling them in. | brian | 1997-12-21 | 1 | -1/+3 |
* | Correct the "how to find out if the line is up" example. | brian | 1997-12-21 | 1 | -2/+2 |
* | "No reply from ppp" -> "Connection closed". | brian | 1997-12-18 | 1 | -2/+2 |
* | Remove an unnecessary (and wrong) cast. | brian | 1997-12-17 | 1 | -2/+2 |
* | Add Id string. | brian | 1997-11-18 | 1 | -0/+4 |
* | Notice that ppp has closed the connection properly. | brian | 1997-11-18 | 2 | -69/+47 |