summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/tty.c
Commit message (Expand)AuthorAgeFilesLines
* Handle PPPoPTY correctly.brian1999-12-131-2/+2
* Change ``set cd'' so that its default value is device specific. Thebrian1999-11-261-7/+13
* Rewrite the link descriptor transfer code in MP mode.brian1999-11-251-1/+1
* Support PPPoEbrian1999-11-061-2/+3
* Redefine CRTS_IFLOW and CCTS_OFLOW on the mac.brian1999-10-151-0/+7
* Support ``set cd off'' to tell ppp not to even look for carrier on thebrian1999-09-261-3/+4
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.brian1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/brian1999-09-201-0/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Back out the last patch. I'm too tired to apply patches.brian1999-08-091-6/+2
* Remove CLOCAL when we're not in -dedicated mode.brian1999-08-091-3/+7
* Add ISDN support via isdnd & i4b. This requires versionbrian1999-08-061-76/+63
* Correct the way ppp transfers links on the server side in MPbrian1999-06-051-5/+26
* Call tty_Offline() from tty_Cooked() and tty_Free(), just inbrian1999-05-271-1/+4
* Correct the ``ignoring sync/async'' warnings so that they showbrian1999-05-241-7/+4
* Move the tty locking stuff back out to physical.c sobrian1999-05-181-109/+56
* Initialise ttydevice::Timerbrian1999-05-161-1/+2
* Initialise the struct device part of struct ttydevice.brian1999-05-131-68/+69
* Fix a bum pointer dereference and make some variablebrian1999-05-131-46/+39
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asbrian1999-05-121-92/+142
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-0/+446
OpenPOWER on IntegriCloud