aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* MFC: When ``ppp -direct'' is invoked by a program that uses pipe(2) toBrian Somers2009-08-271-123/+299
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-1/+2
* o Clean up some #includesBrian Somers2002-05-141-0/+1
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers2002-03-301-0/+1
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerBrian Somers2001-06-181-0/+1
* Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDBrian Somers2000-08-181-0/+2
* Correct PPPoE in multi-link modeBrian Somers2000-06-221-1/+1
* Remove an unused variableBrian Somers2000-05-261-1/+1
* Honour ``set speed sync'' and ``set device !program'' whenBrian Somers2000-05-241-13/+32
* Do some vfork() trickery so that the parent can determineBrian Somers2000-03-221-7/+37
* Correct some typos introduced in the descriptor -> fdescriptor change.Brian Somers2000-03-141-1/+1
* To avoid namespace polution in NetBSD:Brian Somers2000-03-141-1/+1
* Add a few missing #includesBrian Somers1999-12-301-0/+1
* Correct usages of getuid() and geteuid()Brian Somers1999-12-301-1/+1
* Don't allowt '#' as a comment when it's embedded in quotes:Brian Somers1999-12-271-1/+2
* Don't munge ``set dial|login|logout|hangup'' arguments beforeBrian Somers1999-12-221-1/+1
* Notice and warn about unterminated quoted strings in commands.Brian Somers1999-12-201-3/+8
* Change ``set cd'' so that its default value is device specific. TheBrian Somers1999-11-261-0/+3
* Support PPPoEBrian Somers1999-11-061-1/+4
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.Brian Somers1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/Brian Somers1999-09-201-0/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Set the close-on-exec flag for all unused descriptors whenBrian Somers1999-08-171-5/+7
* Add ISDN support via isdnd & i4b. This requires versionBrian Somers1999-08-061-16/+2
* Use the correct pid when substituting PROCESSID.Brian Somers1999-06-091-3/+4
* Correct the way ppp transfers links on the server side in MPBrian Somers1999-06-051-1/+3
* Increase the length of an individual device name to LINE_LEN.Brian Somers1999-06-011-1/+2
* Correct the ``ignoring sync/async'' warnings so that they showBrian Somers1999-05-241-3/+5
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asBrian Somers1999-05-121-20/+32
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-0/+160