summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppctl
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-131-0/+22
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-271-2/+1
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-192-3/+3
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| | |
| * | Updated dependenciessjg2014-05-101-0/+2
| | |
| * | Updated dependenciessjg2013-03-111-0/+1
| | |
| * | Updated dependenciessjg2013-02-161-2/+0
| | |
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+23
| | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| |/ |/| | | | | Reduce overlinking
* | Replace all uses of libncurses and libtermcap with their wide characterbrooks2014-07-171-2/+2
|/ | | | | | | | | | variants. This allows usable file system images (i.e. those with both a shell and an editor) to be created with only one copy of the curses library. Exp-run: antoine PR: 189842 Discussed with: bapt Sponsored by: DARPA, AFRL
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
| | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors)
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
|
* Expand *n't contractions.ru2005-02-131-3/+3
|
* Sort sections.ru2005-01-181-20/+20
|
* Handle select() returning -1/EINTR - fairly common in these KSE days.brian2004-12-131-1/+5
| | | | | PR: 74972 MFC after: 3 days
* Mechanically kill hard sentence breaks.ru2004-07-021-18/+37
|
* Apply s/LIBC_R/LIBPTHREAD/ to the DPADD variable. The LDADD variablemarcel2004-01-311-1/+1
| | | | already had s/libc_r/libpthread/ applied to it.
* s/-lc_r/-lpthread/deischen2004-01-301-1/+1
|
* Add IPv6 support to pppctl by using getaddrinfo() and trying each addresstjr2003-12-071-89/+115
| | | | | | | it returns. This allows it to connect to the server side again, which has been listening on IPv6 addresses exclusively for more than 2 years. PR: 59369
* add FBSDIDcharnier2003-07-061-2/+3
|
* style.Makefile(5)obrien2003-04-041-1/+1
|
* The .Nm utilitycharnier2002-07-141-4/+5
|
* *** empty log message ***obrien2001-10-011-9/+9
|
* Better handling of the return from snprintfbrian2001-08-181-3/+8
|
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-7/+7
| | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms>
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-2/+3
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+0
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-2/+0
|
* mdoc(7) police: normalize .Nd.ru2001-04-181-2/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Issue a ``quit'' after other ppp commands given on the command line andbrian2001-03-251-0/+5
| | | | | | | | then wait for the connection to be closed by the peer. This means that commands such as ``pppctl ... show links'' will display the correct output again (rather than truncating it depending on how much data arrived in the last packet).
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-2/+0
|
* A NetBSD specific fixbrian2001-03-051-2/+8
| | | | Kind-of obtained from: NetBSD
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-4/+10
|
* -pthread -> -lc_rdeischen2001-01-241-1/+1
|
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
|
* Change interactive mode so that a monitor thread keeps an eye on thebrian2000-11-272-72/+240
| | | | | | | | | | | | ppp descriptor and signals the terminal thread when there's something to read on that descriptor. This means that the main loop doesn't have to alarm() itself into dropping out of el_gets() frequently to check the descriptor. This dropping out was disturbing syscons (via ioctl()s from libedit) enough to reset the screensaver timeout every .5 of a second. PR: 20345
* Use Fx macro wherever possible.ru2000-11-141-1/+2
|
* libutil is no longer required as setproctitle() has moved to libcbrian2000-09-022-5/+2
|
* If the -p option is used, use setproctitle() to hide it's argumentbrian2000-08-162-4/+37
| | | | (a password) asap.
* Add another example showing how you can use pppctl to only allownik2000-04-301-0/+21
| | | | | | dial out at certain times of the day. Approved by: brian
* NetBSD has changed the el_init() prototypebrian1999-09-201-1/+2
| | | | Submitted by: Kazuyoshi Kato <kazk@yyy.or.jp>
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Use err[x]/warn[x] and improve error reportingbrian1999-08-021-23/+25
| | | | Submitted by: charnier
* Add support for NetBSD (history() from libedit is different).brian1999-04-261-2/+9
|
* Mention the error when we fail to connect().brian1999-01-311-4/+10
|
* Sort cross references.wosch1998-08-311-4/+4
|
OpenPOWER on IntegriCloud