| Commit message (Expand) | Author | Age | Files | Lines |
* | Restored xref to diskless(8). diskless(8) existed but was not installed. | bde | 1998-01-01 | 1 | -2/+3 |
* | Handle frame relay, decode ATM VP/VC info, and handle ISO over FR. | pst | 1998-01-01 | 1 | -2/+2 |
* | Allow "set device" to close the open modem if we're in | brian | 1997-12-30 | 3 | -35/+39 |
* | Typo in error message. | brian | 1997-12-30 | 1 | -2/+2 |
* | Use inet_aton() before gethostbyname() | brian | 1997-12-30 | 1 | -6/+8 |
* | Allow "add! dst mask gw" (note the ``!'') to do an | brian | 1997-12-30 | 5 | -32/+80 |
* | Added copyright (taken from natd.c). | alex | 1997-12-30 | 1 | -1/+9 |
* | Don't complain that someone's changed the clock unless the time | brian | 1997-12-29 | 1 | -4/+5 |
* | Show how much time is left before timing out in the | brian | 1997-12-29 | 5 | -13/+31 |
* | gateway -> gateway_enable | jkh | 1997-12-29 | 2 | -4/+4 |
* | Don't expect select() to adjust the passed time when it's | brian | 1997-12-28 | 3 | -53/+46 |
* | Fix a couple of stray apostrophes. | jraynard | 1997-12-28 | 1 | -3/+3 |
* | Initialize mbuf::pnext. | brian | 1997-12-28 | 2 | -3/+4 |
* | If a packet causes a dial, continue to test whether it's | brian | 1997-12-28 | 2 | -17/+7 |
* | Allow initial sequence numbers less than what we're expecting. | brian | 1997-12-28 | 1 | -6/+21 |
* | Fix top-of-form bogon. | wollman | 1997-12-27 | 1 | -2/+2 |
* | Another sysconfig -> rc.conf fix. | steve | 1997-12-27 | 1 | -1/+1 |
* | Typo/$Id$ police. | alex | 1997-12-27 | 2 | -1/+6 |
* | Write to the routing socket as uid 0. It's not good enough | brian | 1997-12-27 | 3 | -4/+17 |
* | Fix some minor formatting bugs. | steve | 1997-12-27 | 1 | -5/+8 |
* | Show who closes the diagnostic connection. | brian | 1997-12-27 | 6 | -17/+28 |
* | Remove bogus timeout code in Receive(). | brian | 1997-12-27 | 1 | -7/+13 |
* | Allow (and document) execution of commands from within | brian | 1997-12-27 | 4 | -102/+281 |
* | "This is the add^H^H^Hinfo module." | hoek | 1997-12-26 | 1 | -2/+2 |
* | Use consistent spelling, | hoek | 1997-12-25 | 3 | -6/+6 |
* | Small bugfix: store $uid_start instead hard coded value 1000 | wosch | 1997-12-24 | 1 | -2/+2 |
* | Correct copyright. | brian | 1997-12-24 | 4 | -96/+12 |
* | Cosmetic (style): | brian | 1997-12-24 | 24 | -162/+165 |
* | Use sizeof cftypes128 for NCFTYPES128 macro, not sizeof cftypes ! | brian | 1997-12-24 | 1 | -2/+2 |
* | strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1) | brian | 1997-12-23 | 6 | -16/+16 |
* | - Added support for a new MouseMan model (4 buttons, no wheel). | yokota | 1997-12-23 | 2 | -6/+30 |
* | YTK fix. | alex | 1997-12-22 | 1 | -3/+6 |
* | Don't forget to ntohs(sin.sin_port) (DUH!) | brian | 1997-12-22 | 1 | -3/+3 |
* | Charles Mott created these (and told me via email that | brian | 1997-12-21 | 4 | -8/+8 |
* | Add (BSD) copyright headers. | brian | 1997-12-21 | 28 | -61/+729 |
* | Cosmetic: Test for comment lines after the lenght has been established. | brian | 1997-12-21 | 1 | -4/+2 |
* | Allow multiple (comma seperated) devices on the "set device" line. | brian | 1997-12-21 | 6 | -51/+81 |
* | Cosmetic: Tidy up. | brian | 1997-12-21 | 1 | -19/+12 |
* | Mention that leading whitespace is ignored when identifying comments. | brian | 1997-12-21 | 2 | -4/+6 |
* | Zero struct sockaddr_??s before filling them in. | brian | 1997-12-21 | 2 | -2/+6 |
* | Allow leading whitespace before '#' when identifying comments. | brian | 1997-12-21 | 1 | -1/+3 |
* | Correct the "how to find out if the line is up" example. | brian | 1997-12-21 | 1 | -2/+2 |
* | Cosmetic: Remove blank lines, add .Pp where necessary. | brian | 1997-12-21 | 2 | -698/+92 |
* | Add a copyright and license statement, at the request of Jordan. | sef | 1997-12-20 | 1 | -1/+33 |
* | Never create the destination directory at install time. | bde | 1997-12-20 | 1 | -60/+12 |
* | Handle the ``maintenance'' case better. | bde | 1997-12-19 | 1 | -11/+19 |
* | Reset our "ifaddr" to zero if the "set ifaddr" fails in | brian | 1997-12-19 | 1 | -2/+4 |
* | If the peer asks for IP 0.0.0.0, choose an IP ourselves | brian | 1997-12-19 | 1 | -2/+3 |
* | Install sysctl in /sbin. It is used in some cases in network_pass1(), | bde | 1997-12-18 | 1 | -0/+4 |
* | Replace | brian | 1997-12-18 | 3 | -6/+9 |