summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/modem.c
Commit message (Expand)AuthorAgeFilesLines
* Allow multiple (comma seperated) devices on the "set device" line.brian1997-12-211-33/+53
* Replacebrian1997-12-181-2/+3
* Fix prototypes.brian1997-11-221-34/+35
* Add throughput logging (disabled by default).brian1997-11-181-99/+49
* Remove the outq error in "show modem".brian1997-11-181-2/+2
* Increase chat script sizes to 512brian1997-11-091-23/+14
* Introduce ID0 logging.brian1997-11-091-13/+13
* Don't pass global vars as args.brian1997-11-081-5/+5
* o Bump version to 1.3 to reflect major changesbrian1997-10-291-39/+70
* Cosmetic (no functional changes):brian1997-10-261-30/+34
* sleep => nointr_sleepbrian1997-10-241-3/+3
* Don't luse uu_lock in -direct mode. It conflicts w/brian1997-09-231-4/+5
* Don't allow accept/deny when it's not appropriate.brian1997-09-221-1/+13
* Use the correct device name in "show modem"brian1997-09-221-8/+2
* Correct the way the uucp lock file and the ttyXX.if lockbrian1997-09-221-21/+71
* It turns out that the following:brian1997-09-211-15/+4
* Don't close(1) in direct mode and then proceed tobrian1997-09-181-2/+2
* o Fix two unlikely descriptor leaks.brian1997-09-161-27/+60
* Cosmetic: Remove unused variables and build on OpenBSD.brian1997-09-101-1/+5
* Cosmetic: Make LogPrintf() calls consistent.brian1997-08-311-2/+2
* Make the code format more in line with style(9).brian1997-08-251-173/+222
* Phone the number after the ``|'' whether the dialbrian1997-08-231-2/+2
* Allow specification of fallback phone numbers tobrian1997-08-171-1/+2
* Don't try to ioctl(,TIOCOUTQ,) on a closedbrian1997-07-241-5/+6
* Allow a "hangup" capability.brian1997-07-141-4/+16
* o Fix uptime for direct connections.brian1997-06-231-7/+13
* Sort out ppp over tcp:brian1997-06-111-6/+10
* Overhaul ppp:brian1997-06-091-127/+76
* Correct the return of DialModem()brian1997-05-291-11/+8
* De-couple ppp from libalias. If libalias isn't there, thebrian1997-05-261-1/+2
* Fix the reconnect option, and add an explanation to vars.hbrian1997-05-241-2/+2
* Mega update to sort out bad implementationsbrian1997-05-191-20/+9
* Don't attempt to ioctl(modem...) when modem isbrian1997-05-141-1/+9
* Add a ttyXX.if file in /var/run that points tobrian1997-05-101-9/+6
* Tidy up the code - bounds checking, returnbrian1997-05-101-12/+37
* Add a reconnect capability directing ppp to re-establishbrian1997-04-211-1/+2
* Make -background option attempt each phone number at mostbrian1997-04-131-6/+1
* Remove the syslog stuff, and allow various return valuesbrian1997-03-311-4/+9
* Detect failure open condition for direct mode nowache1997-03-101-3/+9
* Don't waste time scanning tun_in+10 descriptors, scan exactly whatache1997-03-101-10/+10
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix many buffer overruns in the code. Specifically, disallow ExpandStringimp1997-01-101-4/+6
* For /usr/sbin/ppp, you must choose between running ppp in the background orjkh1996-12-221-3/+13
* Make CRTSTS selection a runtime option. Closes PR#1392jkh1996-12-221-16/+18
* Here is a diff of /usr/src/usr.sbin/ppp against current. The diffsphk1996-05-111-8/+8
* Fix UnrawModem:ache1996-03-291-6/+6
* Directly clear parity area because cfmakeraw not do itache1996-03-281-1/+2
* After real problem is found (flush never occurse), re-enableache1996-03-271-1/+3
* Fix typing bug cause flushing never occurse:ache1996-03-271-2/+2
OpenPOWER on IntegriCloud