Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | open /dev/null for child process instead of closing fds 0,1,2 | Bill Nottingham | 2000-03-20 | 1 | -3/+9 |
| | |||||
* | don't ignore stat return code | Bill Nottingham | 2000-03-07 | 1 | -1/+2 |
| | |||||
* | non-critical changes to shvar to sync with rp3's copy | Nalin Dahyabhai | 2000-02-01 | 2 | -0/+51 |
| | |||||
* | shvar cleanupr4-87 | Nalin Dahyabhai | 2000-02-01 | 1 | -3/+3 |
| | |||||
* | * sysconfig/network-scripts/ifdown-post: | Nalin Dahyabhai | 2000-01-31 | 3 | -38/+31 |
| | | | | | | | | | | | | | attempt to reset the default route in case we dropped it for PPP * src/ipcalc.1: document the "--silent" option * src/shvar.c: strtok() and other cleanups * rc.d/rc.sysinit: make symlinks for System.map and module-info automatically | ||||
* | fix some warnings on alpha | Bill Nottingham | 2000-01-31 | 2 | -4/+4 |
| | |||||
* | return code of socket is -1, not 0 | Bill Nottingham | 2000-01-31 | 1 | -3/+3 |
| | |||||
* | take out some pointless code | Bill Nottingham | 2000-01-21 | 1 | -5/+8 |
| | |||||
* | link popt statically | Bill Nottingham | 2000-01-12 | 1 | -3/+3 |
| | |||||
* | redial after RETRYTIMEOUT on script failure | Michael K. Johnson | 1999-12-06 | 1 | -1/+7 |
| | |||||
* | tyops | Michael K. Johnson | 1999-12-06 | 1 | -2/+2 |
| | |||||
* | handle control-C and such on parent right | Michael K. Johnson | 1999-12-06 | 1 | -7/+36 |
| | | | | use sigaction | ||||
* | open fds, get lock/pid file names right | Michael K. Johnson | 1999-12-03 | 1 | -9/+19 |
| | |||||
* | duh - use dgram to talk to real syslogd | Bill Nottingham | 1999-11-30 | 1 | -1/+1 |
| | |||||
* | comments are dangerous; sometimes they disagree with code... | Michael K. Johnson | 1999-11-22 | 1 | -1/+1 |
| | |||||
* | try not to fill up the logs with pppd failures | Michael K. Johnson | 1999-11-19 | 1 | -1/+14 |
| | |||||
* | added ppp-watch man page | Michael K. Johnson | 1999-11-19 | 2 | -2/+26 |
| | |||||
* | *** empty log message *** | Michael K. Johnson | 1999-11-19 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Michael K. Johnson | 1999-11-19 | 1 | -1/+1 |
| | |||||
* | usernetctl is a system command | Michael K. Johnson | 1999-11-19 | 1 | -0/+0 |
| | |||||
* | usernetctl is an internal wrapper program | Michael K. Johnson | 1999-11-19 | 1 | -0/+11 |
| | |||||
* | close configuration file descriptor | Bill Nottingham | 1999-11-15 | 1 | -2/+9 |
| | |||||
* | careful about killing processes... | Michael K. Johnson | 1999-11-05 | 1 | -1/+1 |
| | |||||
* | terminate usage message | Michael K. Johnson | 1999-11-05 | 1 | -1/+1 |
| | |||||
* | try to fix double-dialing problem | Michael K. Johnson | 1999-11-05 | 1 | -0/+6 |
| | |||||
* | make comments a little more clear. | Bill Nottingham | 1999-11-03 | 1 | -1/+1 |
| | |||||
* | fix console checking with new consoletype program (from jakub) | Bill Nottingham | 1999-10-25 | 3 | -1/+58 |
| | |||||
* | REVERT. It breaks things. | Bill Nottingham | 1999-10-18 | 1 | -49/+25 |
| | |||||
* | *** empty log message *** | Bill Nottingham | 1999-10-18 | 1 | -7/+1 |
| | |||||
* | *** empty log message *** | Bill Nottingham | 1999-10-18 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | Bill Nottingham | 1999-10-18 | 1 | -3/+2 |
| | |||||
* | some fixes from Tymm Twillman (in theory, we leak less now) | Bill Nottingham | 1999-10-18 | 1 | -19/+49 |
| | |||||
* | oops. DWIM, not as I say. | Bill Nottingham | 1999-10-17 | 1 | -2/+2 |
| | |||||
* | duh. can we say, duplicated functionality? | Bill Nottingham | 1999-10-02 | 2 | -27/+1 |
| | |||||
* | recover if dead daemon left pidfile | Michael K. Johnson | 1999-09-28 | 1 | -3/+10 |
| | |||||
* | exit after deleting pidfile... | Michael K. Johnson | 1999-09-28 | 1 | -1/+1 |
| | |||||
* | really fix pidfile locking... | Michael K. Johnson | 1999-09-28 | 1 | -31/+9 |
| | |||||
* | proper file locking | Michael K. Johnson | 1999-09-28 | 1 | -2/+20 |
| | |||||
* | kill nicely, try to hang up modem | Michael K. Johnson | 1999-09-23 | 1 | -1/+37 |
| | |||||
* | be more careful about killing | Michael K. Johnson | 1999-09-23 | 1 | -1/+2 |
| | |||||
* | make ppp-watch kill leftover dialer more reliably | Michael K. Johnson | 1999-09-23 | 1 | -1/+21 |
| | |||||
* | update man page to document config file | Bill Nottingham | 1999-09-23 | 1 | -2/+24 |
| | |||||
* | don't dup stdin. | Bill Nottingham | 1999-09-20 | 1 | -1/+0 |
| | |||||
* | tried to add backgrounding at boot time | Michael K. Johnson | 1999-09-13 | 1 | -1/+21 |
| | |||||
* | do not run multiple copies | Michael K. Johnson | 1999-09-13 | 1 | -0/+27 |
| | | | | setsid/setpgid seems to help... | ||||
* | report failure | Michael K. Johnson | 1999-09-10 | 1 | -10/+11 |
| | |||||
* | do not overload physicalDevice | Michael K. Johnson | 1999-09-07 | 1 | -11/+17 |
| | | | | sleep only when appropriate | ||||
* | link statically | Michael K. Johnson | 1999-09-07 | 1 | -1/+1 |
| | |||||
* | seems to work for basic operation | Michael K. Johnson | 1999-09-07 | 1 | -35/+61 |
| | |||||
* | first attempt at integrating ppp-watch | Michael K. Johnson | 1999-09-07 | 1 | -10/+22 |
| |