| Commit message (Expand) | Author | Age | Files | Lines |
* | If HISMACADDR is set in the environment (by pppoed), pass the value to | brian | 2004-06-26 | 1 | -0/+16 |
* | Remove dependency on dev/usb/usbdevs.h, in preparation for its | imp | 2004-06-25 | 1 | -2/+4 |
* | Adjust the system endian and a.out headers to be more MI and cross-building | obrien | 2004-06-22 | 9 | -353/+165 |
* | libcompat doesn't seem to be needed any more. | phk | 2004-06-21 | 1 | -2/+2 |
* | libcompat doesn't seem to be necessary any more. | phk | 2004-06-21 | 1 | -3/+0 |
* | Merge changes from the tzcode2004a import. | stefanf | 2004-06-20 | 5 | -51/+89 |
* | Fix the format-string in a call to err(). It was causing a warning if | gad | 2004-06-20 | 1 | -1/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r130780, | stefanf | 2004-06-20 | 1 | -97/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r130777, | stefanf | 2004-06-20 | 4 | -26/+1028 |
|\ |
|
| * | Import the rest of tzcode2004a, the bits needed for the timezone compiler. | stefanf | 2004-06-20 | 9 | -92/+1162 |
* | | Fix the check for a "duplicate filename to compress", so that we're checking | gad | 2004-06-19 | 1 | -1/+1 |
* | | Use strlcpy(3) to replace the idiomatic | robert | 2004-06-17 | 3 | -30/+18 |
* | | Document boot0sio and note that it requires modem handshake to work. | phk | 2004-06-17 | 1 | -2/+9 |
* | | Fix a bug which occurred when the home directory given by the | robert | 2004-06-17 | 1 | -1/+2 |
* | | Tabs were accidentally lost in the last commit. | mux | 2004-06-16 | 1 | -0/+3 |
* | | Assorted markup, spelling, and grammar fixes. | ru | 2004-06-16 | 1 | -2/+3 |
* | | mdoc(7) police | bms | 2004-06-16 | 1 | -2/+2 |
* | | Document the behaviour of the net.link.ether.inet.proxyall sysctl MIB | bms | 2004-06-16 | 1 | -0/+19 |
* | | Factor out some duplicated code and fix some style(9) issues. | mux | 2004-06-14 | 1 | -69/+62 |
* | | Improve spec to spec comparison output. | phk | 2004-06-14 | 1 | -3/+20 |
* | | Document -d flag | phk | 2004-06-14 | 1 | -0/+4 |
* | | Language tweak in explaining the mouse wheel's functionality. | obrien | 2004-06-14 | 1 | -2/+2 |
* | | Sync up with KAME. The main change is to try to avoid exposing | dwmalone | 2004-06-13 | 1 | -56/+36 |
* | | Assorted markup, grammar, and spelling fixes. | ru | 2004-06-13 | 15 | -359/+490 |
* | | Be smarter about printing non-ethernet link-level addresses. | dfr | 2004-06-13 | 1 | -3/+13 |
* | | Switch to using the "neworder" for rotating log files, by default. The | gad | 2004-06-12 | 1 | -1/+9 |
* | | Add some more details about what traceroute6 does. | dwmalone | 2004-06-09 | 1 | -3/+40 |
* | | Update kvm mode to match kernel changes. | phk | 2004-06-09 | 1 | -3/+3 |
* | | Add note that rmuser will clean up any IPC mechanisms owned by the user. | csjp | 2004-06-08 | 1 | -0/+3 |
* | | Avoid assignments to cast expressions. | stefanf | 2004-06-08 | 1 | -1/+1 |
* | | - Don't use argv[i] when i is uninitialised. | stefanf | 2004-06-08 | 1 | -3/+2 |
* | | Drop the include for <stdint.h>, it was only needed when this was | gad | 2004-06-07 | 1 | -1/+0 |
* | | Add an "oldorder" option, so that when the default changes to "neworder", | gad | 2004-06-07 | 1 | -0/+8 |
* | | In "neworder" processing, reduce the delay between signals to separate | gad | 2004-06-07 | 1 | -10/+38 |
* | | Major re-ordering of the steps that newsyslog will use when processing | gad | 2004-06-07 | 1 | -0/+425 |
* | | A variety of minor changes. Allow users to set a debugging option via | gad | 2004-06-07 | 1 | -67/+120 |
* | | Accept full path names in addition to base names for shells. | mtm | 2004-06-06 | 2 | -11/+16 |
* | | Tidy up markup. | ru | 2004-06-06 | 1 | -19/+24 |
* | | Tell crunchide to deal with arm elf binaries as well. | cognet | 2004-06-06 | 1 | -0/+4 |
* | | Markup nits. | ru | 2004-06-05 | 1 | -7/+11 |
* | | Reapply traditionally lost fixes. | ru | 2004-06-05 | 1 | -6/+4 |
* | | Reapply traditionally lost fixes, fixed some more. | ru | 2004-06-05 | 1 | -38/+43 |
* | | Markup and grammar nits. | ru | 2004-06-05 | 1 | -31/+23 |
* | | Removed redundant mdoc(7) macro calls. | ru | 2004-06-05 | 1 | -2/+2 |
* | | Markup and punctuation nits. | ru | 2004-06-05 | 2 | -28/+27 |
* | | Markup nits. | ru | 2004-06-05 | 2 | -11/+13 |
* | | Added forgotten -w to the usage(). | ru | 2004-06-04 | 1 | -1/+1 |
* | | Added forgotten -d to the usage(). | ru | 2004-06-04 | 1 | -1/+1 |
* | | Added forgotten -w to the SYNOPSIS. | ru | 2004-06-04 | 1 | -4/+4 |
* | | Fixed warnings (missing .Ed call). | ru | 2004-06-04 | 1 | -11/+11 |