summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/modem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use cfmakeraw() instead of all those termios settingsache1996-03-271-24/+8
* Cleanup both raw & termianl modes termios flags settingsache1996-03-271-4/+11
* Disable ^S/^Q flow control!!!ache1996-03-271-3/+3
* Better fix for terminal modeache1996-03-131-13/+5
* 1) Open /dev/null for std* after setsid() to be shure that modem isache1996-03-091-1/+5
* Log phone as LOG_PHASE, it is valuable enough for multi-phone environment.ache1996-03-081-1/+2
* 1) Add multi-phone dialing/redialing, several phones separated by ':'ache1996-03-081-9/+24
* Some patches to ppp which improve stability. I have been running adfr1996-01-301-8/+17
* Final cleanup for now. -Wall is now silent. A couple of bogons found.phk1996-01-111-2/+1
* A random bunch of cleanup changes.phk1996-01-101-2/+6
* 1. Do not log the password itself to ppp.log ( Mr. Rich Murphey )amurai1995-09-021-0/+1
* 1. Clean up log message.amurai1995-07-081-6/+6
* Hang up the modem if the dial or login fails. This ensures that wedfr1995-06-301-1/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Fixing follows and John's fruent explnation than my English....amurai1995-04-161-6/+30
* 1.Reducing cpu usage at off connection.amurai1995-03-111-3/+3
* Fixing minor bug and allow help(Not for all command) and quitamurai1995-02-271-6/+9
* New user Process PPP based on iij-ppp0.94beta2.amurai1995-02-261-25/+180
* (no commit message)amurai1995-01-311-0/+591
OpenPOWER on IntegriCloud