summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add prototypes; implement sys_cleanup; ccp_test provides more info;Paul Mackerras1995-10-273-1275/+161
* Add prototypes; implement sys_cleanup; ccp_test provides more info;Paul Mackerras1995-10-271-12/+77
* Provide a way for CCP to go from req-sent to stopped state.Paul Mackerras1995-10-271-3/+7
* support Deflate and PredictorPaul Mackerras1995-10-271-1/+5
* support Deflate and Predictor; shut up if we receive an emptyPaul Mackerras1995-10-271-25/+310
* accept A/C & proto compression and asyncmap from the start;Paul Mackerras1995-10-271-42/+49
* fix up prototypes; let sysdep stuff make device non-blockingPaul Mackerras1995-10-271-68/+43
* fix up prototypesPaul Mackerras1995-10-272-13/+92
* use crtscts = -2 to indicate xon/xoffPaul Mackerras1995-10-271-2/+2
* mods for standard SVR4Paul Mackerras1995-10-271-2/+2
* added more ioctlsPaul Mackerras1995-10-271-1/+4
* added definitions for Deflate and PredictorPaul Mackerras1995-10-271-1/+24
* look for __sym__ as well as symPaul Mackerras1995-10-271-6/+6
* addedPaul Mackerras1995-10-271-0/+1115
* Fix compilation problems; fix spls; add software flow controlPaul Mackerras1995-10-272-42/+78
* Initial revisionPaul Mackerras1995-10-271-0/+22
* mods for SVR4/IntelPaul Mackerras1995-10-271-2/+15
* add debug log flagPaul Mackerras1995-10-031-2/+3
* incPaul Mackerras1995-08-171-3/+3
* Allow proxyarp and defaultroute by default.Paul Mackerras1995-08-171-1/+8
* Added -vjccid and vj-max-slots options, and reorganized inPaul Mackerras1995-08-171-212/+232
* Close ccp if we receive a term-ack and we're not asking for anyPaul Mackerras1995-08-161-1/+9
* Implemented logwtmp(), lock() and unlock().Paul Mackerras1995-08-161-3/+85
* More-informative message if ppp_available() fails.Paul Mackerras1995-08-161-2/+7
* Added -defaultroute and -proxyarp options.Paul Mackerras1995-08-162-2/+41
* Clean up and exit on various fatal signals; allow sys-*.c filesPaul Mackerras1995-08-161-4/+57
* Only chop off first /dev/ from devnam before calling logwtmp.Paul Mackerras1995-08-161-11/+7
* Some mods from Bruce EvansPaul Mackerras1995-08-162-10/+22
* .Paul Mackerras1995-08-161-71/+240
* save and restore window size settingsPaul Mackerras1995-08-114-8/+24
* mention ipparam optionPaul Mackerras1995-08-111-1/+6
* Fix infinite loop on big packets; cleanup.Paul Mackerras1995-08-101-23/+19
* Send a HUP to the terminal's controlling process if we get EOF.Paul Mackerras1995-08-101-2/+17
* Updates from Al Longyear.Paul Mackerras1995-08-101-57/+38
* Use SIGNAL not signal because the former doesn't reset the handlerPaul Mackerras1995-08-101-3/+3
* Ignore NAK'd options we don't recognize.Paul Mackerras1995-08-102-7/+5
* Fix from Steve Tate.Paul Mackerras1995-08-101-0/+2
* Protect against problems if bitypes.h from BIND distribution is included.Paul Mackerras1995-08-101-2/+2
* Additions to support NeXTStep systems.Paul Mackerras1995-08-105-0/+1901
* update patch cmdPaul Mackerras1995-08-101-1/+2
* Fix bug in handling return value from decompress routine.Paul Mackerras1995-07-111-16/+14
* Fix bug in handling return value from decompress routine.Paul Mackerras1995-07-111-19/+18
* Mods from Al Longyear, including adding a -a flag (show absolutePaul Mackerras1995-07-111-6/+19
* *** empty log message ***Paul Mackerras1995-07-111-2/+2
* Check for input after SIGHUP before closing LCP so we notice thePaul Mackerras1995-07-111-2/+2
* OSF/1 machines are little-endianPaul Mackerras1995-07-111-1/+2
* Fix bug in checking return value from decompress routine.Paul Mackerras1995-07-111-17/+15
* Updates from Al LongyearPaul Mackerras1995-07-112-81/+213
* Removed some unused variables.Paul Mackerras1995-07-041-3/+2
* Suppress some error messages after hangup;Paul Mackerras1995-07-041-134/+84