aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pppctl
Commit message (Expand)AuthorAgeFilesLines
* pppctl88) Avoid strcpy() copies on overlapping string.Pedro F. Giffuni2018-01-291-1/+3
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+22
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-192-3/+3
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+23
* | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |/ |/|
* | 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