summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppctl/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
|
* 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
|
* style.Makefile(5)obrien2003-04-041-1/+1
|
* 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
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-2/+0
|
* -pthread -> -lc_rdeischen2001-01-241-1/+1
|
* Change interactive mode so that a monitor thread keeps an eye on thebrian2000-11-271-2/+2
| | | | | | | | | | | | 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
* libutil is no longer required as setproctitle() has moved to libcbrian2000-09-021-2/+2
|
* If the -p option is used, use setproctitle() to hide it's argumentbrian2000-08-161-2/+2
| | | | (a password) asap.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Remove OpenBSD build support - let the Makefile vary perbrian1998-08-311-7/+1
| | | | | | OS rather than making it a mess and potentially screwing up cross builds. Suggested by: bde
* Add OpenBSD build supportbrian1998-08-301-2/+8
| | | | Remove -Wmissing-prototypes
* Style police.brian1997-11-071-2/+4
| | | | | | | bzero -> memset index -> strchr rindex -> strrchr Use libedit (this should make pppctl a lot more attractive than telnet).
* Allow command line control of ppp through bothbrian1997-06-281-0/+8
TCP and AF_LOCAL sockets.
OpenPOWER on IntegriCloud