aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pppctl
Commit message (Expand)AuthorAgeFilesLines
* Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis2014-07-171-2/+2
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Expand *n't contractions.Ruslan Ermilov2005-02-131-3/+3
* Sort sections.Ruslan Ermilov2005-01-181-20/+20
* Handle select() returning -1/EINTR - fairly common in these KSE days.Brian Somers2004-12-131-1/+5
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-18/+37
* Apply s/LIBC_R/LIBPTHREAD/ to the DPADD variable. The LDADD variableMarcel Moolenaar2004-01-311-1/+1
* s/-lc_r/-lpthread/Daniel Eischen2004-01-301-1/+1
* Add IPv6 support to pppctl by using getaddrinfo() and trying each addressTim J. Robbins2003-12-071-89/+115
* add FBSDIDPhilippe Charnier2003-07-061-2/+3
* style.Makefile(5)David E. O'Brien2003-04-041-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-4/+5
* *** empty log message ***David E. O'Brien2001-10-011-9/+9
* Better handling of the return from snprintfBrian Somers2001-08-181-3/+8
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-7/+7
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-2/+3
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+0
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-2/+0
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-2/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Issue a ``quit'' after other ppp commands given on the command line andBrian Somers2001-03-251-0/+5
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0
* A NetBSD specific fixBrian Somers2001-03-051-2/+8
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-4/+10
* -pthread -> -lc_rDaniel Eischen2001-01-241-1/+1
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
* Change interactive mode so that a monitor thread keeps an eye on theBrian Somers2000-11-272-72/+240
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-1/+2
* libutil is no longer required as setproctitle() has moved to libcBrian Somers2000-09-022-5/+2
* If the -p option is used, use setproctitle() to hide it's argumentBrian Somers2000-08-162-4/+37
* Add another example showing how you can use pppctl to only allowNik Clayton2000-04-301-0/+21
* NetBSD has changed the el_init() prototypeBrian Somers1999-09-201-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Use err[x]/warn[x] and improve error reportingBrian Somers1999-08-021-23/+25
* Add support for NetBSD (history() from libedit is different).Brian Somers1999-04-261-2/+9
* Mention the error when we fail to connect().Brian Somers1999-01-311-4/+10
* Sort cross references.Wolfram Schneider1998-08-311-4/+4
* Remove OpenBSD build support - let the Makefile vary perBrian Somers1998-08-311-7/+1
* Add OpenBSD build supportBrian Somers1998-08-301-2/+8
* .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTPoul-Henning Kamp1998-05-131-2/+2
* Quiet -Wall in gcc-2.8.1Brian Somers1998-03-221-2/+3
* Remove bogus timeout code in Receive().Brian Somers1997-12-271-7/+13
* Add (BSD) copyright headers.Brian Somers1997-12-211-2/+26
* Cosmetic: Tidy up.Brian Somers1997-12-211-19/+12
* Zero struct sockaddr_??s before filling them in.Brian Somers1997-12-211-1/+3
* Correct the "how to find out if the line is up" example.Brian Somers1997-12-211-2/+2
* "No reply from ppp" -> "Connection closed".Brian Somers1997-12-181-2/+2