| Commit message (Expand) | Author | Age | Files | Lines |
* | Deal with both foo.hlp and FOO.TXT files. | jkh | 1998-11-03 | 5 | -22/+34 |
* | Remove the "adding default route" message and replace with | obrien | 1998-11-02 | 1 | -1/+2 |
* | If the CBCP callee offsers no callback, send our configured | brian | 1998-10-31 | 1 | -5/+7 |
* | Allow multiple systems (config labels) on the command | brian | 1998-10-31 | 6 | -101/+116 |
* | Don't call PacketAliasIn() when we turn around packets destined | brian | 1998-10-29 | 1 | -7/+1 |
* | Increase the granularity of the debugging messages. | obrien | 1998-10-29 | 1 | -12/+17 |
* | Add some debugging statments (only if DEBUG opt is set), to try pin down | obrien | 1998-10-29 | 1 | -1/+5 |
* | Remove some redundant (#if 0'd) code. | brian | 1998-10-29 | 1 | -8/+1 |
* | Unlink old contents of package when extracting new. | jkh | 1998-10-28 | 1 | -2/+2 |
* | Handle ELF symbols better. This fixes "vmstat -i" for the case | jdp | 1998-10-28 | 1 | -21/+50 |
* | Check for C:\FREEBSD also, for backwards compatibility | jkh | 1998-10-28 | 1 | -2/+2 |
* | Untimeout the chat expect timer as soon as we get a | brian | 1998-10-27 | 1 | -1/+2 |
* | Add ``set proctitle'' for changing argv[0]. All substitutions | brian | 1998-10-27 | 5 | -6/+85 |
* | Add ``PROCESSID'' as a constant expanded when running | brian | 1998-10-27 | 3 | -4/+11 |
* | Stress that ``none'' must be specified on the `set callback' | brian | 1998-10-27 | 2 | -10/+26 |
* | Shuffle the iface-alias option so that's in alphabetical | brian | 1998-10-26 | 2 | -14/+14 |
* | Add ``enable proxyall'' support. This adds proxy ARP entries | brian | 1998-10-26 | 8 | -61/+169 |
* | Fix the interface alias code. Previously, I was expecting something | brian | 1998-10-26 | 4 | -29/+113 |
* | Don't send a DELAY value when sending CBCP_NONUM | brian | 1998-10-25 | 1 | -4/+8 |
* | Loosen our restrictions on setting enddisc, mrru, | brian | 1998-10-24 | 4 | -30/+85 |
* | Ignore `vector xxxintr' specifications except for checking their syntax. | bde | 1998-10-23 | 2 | -28/+9 |
* | fix spelling error. | jkh | 1998-10-23 | 2 | -4/+4 |
* | Removed all `vector xxxintr' specifications. Interrupt handlers are now | bde | 1998-10-22 | 2 | -7/+7 |
* | Solve the ``first connection'' problem that occurs on | brian | 1998-10-22 | 14 | -417/+1082 |
* | Since vfork() was changed to fork(), we have to pass errno back from the | des | 1998-10-20 | 1 | -3/+6 |
* | Specify BINOWN explicitly - we don't want to depend on bsd.own.mk | brian | 1998-10-20 | 1 | -0/+1 |
* | Use sysctl() rather than kvm_read() when getting information | dima | 1998-10-19 | 2 | -0/+29 |
* | Add entries for DiskOnChip2000 Flash device. | jkh | 1998-10-19 | 2 | -2/+6 |
* | Add driver support for PCI fast ethernet adapters based on the | wpaul | 1998-10-18 | 2 | -2/+4 |
* | Fixed missing libraries in DPADD. | bde | 1998-10-17 | 3 | -9/+9 |
* | Warn about (but process anyway) CBCP messages with an incorrect id. | brian | 1998-10-17 | 1 | -1/+11 |
* | Adjust our CBCP RESP id so that it's the same as the REQ. | brian | 1998-10-17 | 1 | -1/+2 |
* | If the client asks for CBCP, then replies with CBCP_NONUM | brian | 1998-10-17 | 1 | -1/+8 |
* | Explain what the ``*'' means for a CBCP phone number | brian | 1998-10-17 | 1 | -3/+9 |
* | Move help displays left one column to avoid problems with | brian | 1998-10-17 | 1 | -3/+5 |
* | Warn if we encounter an unindented line that isn't | brian | 1998-10-17 | 1 | -2/+7 |
* | Warn that the specific chap protocol isn't supported when | brian | 1998-10-17 | 1 | -8/+19 |
* | Removed unused/unusable "ha" keyword. Device classes should never have | bde | 1998-10-16 | 1 | -2/+4 |
* | Don't generate unused file ioconf.h. | bde | 1998-10-16 | 1 | -39/+6 |
* | Add references to ATM cards (Mike Spengler <mks@networkcs.com>) and | jkh | 1998-10-15 | 2 | -24/+6 |
* | Spelling. | mckay | 1998-10-15 | 1 | -2/+2 |
* | Search for correct property name; the older attrs code bogusly folded case, | jkh | 1998-10-15 | 1 | -2/+2 |
* | snuff warning message if package is not found in INDEX but is found | jkh | 1998-10-15 | 1 | -2/+2 |
* | Revert 1.33; lstat() is indeed the wrong thing to do here. I'll | jkh | 1998-10-14 | 1 | -2/+2 |
* | Use properties code. | jkh | 1998-10-14 | 6 | -52/+36 |
* | Don't generate a spam-friendly /etc/hosts by default. | jkh | 1998-10-14 | 2 | -4/+10 |
* | The adjtime man page is in section 2, not 8. | des | 1998-10-13 | 1 | -2/+2 |
* | Calls one or more of malloc(), warn(), err(), syslog(), execlp() or | des | 1998-10-13 | 1 | -3/+3 |
* | fix brainos in earlier commit. | jkh | 1998-10-13 | 2 | -8/+8 |
* | properly conditionalize for alpha. | jkh | 1998-10-13 | 4 | -4/+8 |