| Commit message (Expand) | Author | Age | Files | Lines |
* | When it's necessary to kldload tun(4), don't forget to re-try to open | brian | 2002-04-15 | 3 | -8/+15 |
* | Make the MTRR code a bit more defensive - this should help people | dwmalone | 2002-04-14 | 1 | -0/+1 |
* | Add support for an additional field to the packages/INDEX file. If | murray | 2002-04-13 | 1 | -8/+45 |
* | Read the CD_VOLUME property from the cdrom.inf file and use it to | murray | 2002-04-13 | 1 | -0/+7 |
* | Add the concept of a volume to the device and package structures. If | murray | 2002-04-13 | 2 | -0/+4 |
* | Stop "make depend" from attempting to delete non-existent .depend. | ru | 2002-04-11 | 1 | -1/+1 |
* | Make kldxref work for Elf64 (which has 32 bit hash tables) | peter | 2002-04-11 | 2 | -7/+7 |
* | When binding to transports if getnetconfigent() fails then actually | alfred | 2002-04-11 | 1 | -1/+2 |
* | Only remove the '\n' at the end of a line if there is one. | dwmalone | 2002-04-10 | 1 | -1/+2 |
* | Close a very small window during which new (empty) instances of rotated log | sheldonh | 2002-04-10 | 1 | -4/+13 |
* | timed(8) manual page has some incorrect grammer | trhodes | 2002-04-09 | 1 | -4/+2 |
* | chown(8) was not describing symlinks correctly, fixed. | trhodes | 2002-04-09 | 1 | -3/+6 |
* | Change typo, 2347 -> 2047. | asmodai | 2002-04-09 | 1 | -1/+1 |
* | Reactivate sysinstall, it does work on ia64. | peter | 2002-04-08 | 1 | -1/+1 |
* | Sysinstall does not work on ia64 and sparc64 yet. :-) | obrien | 2002-04-08 | 1 | -1/+4 |
* | Solve the problem of spuriously comparing files that were created | dougb | 2002-04-08 | 1 | -0/+3 |
* | Document the two new options, pre buildworld mode and | dougb | 2002-04-08 | 1 | -1/+12 |
* | GCC 3.1 cleanup - add a break after default: at the end of a switch | murray | 2002-04-07 | 1 | -0/+1 |
* | Add comment to supplement my last commit. | murray | 2002-04-07 | 2 | -0/+16 |
* | GCC >= 3 and C99 handle zero-length arrays differently than older | murray | 2002-04-07 | 2 | -0/+12 |
* | Remove some last vestages of _interactiveHack. | obrien | 2002-04-07 | 1 | -6/+1 |
* | A variable had been unnecessarily assigned a bogus value because gcc was | gad | 2002-04-07 | 1 | -7/+6 |
* | Rename a variable from 'user' to 'userid' to avoid some compiler warnings. | gad | 2002-04-07 | 1 | -5/+5 |
* | Rearrange all the error returns from sendfile() to make sure the original | gad | 2002-04-07 | 1 | -43/+51 |
* | Re-arrange how output filters (of=) are handled for queues going to | gad | 2002-04-07 | 1 | -147/+191 |
* | Don't reinvent the wheel now that ether_ntoa(3) has been fixed | ru | 2002-04-06 | 1 | -25/+13 |
* | Simplify and optimize. This speeds up 'initattr' enormously for small | des | 2002-04-06 | 1 | -41/+29 |
* | Add "xf86cfg -textmode" to the list of options for configuring XFree86 | murray | 2002-04-06 | 2 | -10/+18 |
* | Teach sysinstall the difference between a command line, and an | murray | 2002-04-06 | 2 | -6/+16 |
* | Correct old wording of the arp functionality. | asmodai | 2002-04-05 | 1 | -5/+7 |
* | Dont quit prematurely when writing from stdin... | sos | 2002-04-05 | 1 | -2/+5 |
* | In the words of the submitter: | dd | 2002-04-05 | 1 | -1/+5 |
* | Document the -7 option for usershow. | dd | 2002-04-05 | 1 | -0/+9 |
* | Add the missing hoststat and purgestat commands. These are normally | gshapiro | 2002-04-05 | 1 | -0/+2 |
* | Get tun P2P address from the local pool if RADIUS server returned | hosokawa | 2002-04-04 | 2 | -1/+5 |
* | Integrate airtools. This adds a number of parameters, which I've not | imp | 2002-04-04 | 1 | -5/+119 |
* | Switch to using XFree86 version 4. We do this thru installing the package, | obrien | 2002-04-02 | 11 | -140/+176 |
* | DTRT for packages read from STDIN: | murray | 2002-04-02 | 1 | -3/+4 |
* | Produce a different error message for mktime(3) failure than for bad | cjc | 2002-04-02 | 1 | -8/+14 |
* | Send diskpart to the eternal storage device (SMD probably :-) where | phk | 2002-04-02 | 4 | -659/+0 |
* | Various fixes, mostly for problems introduced by my mdoc transcription, | sheldonh | 2002-04-02 | 1 | -12/+14 |
* | There are 4 key formats, not 3. | sheldonh | 2002-04-02 | 1 | -1/+1 |
* | Our persistent-state, large temporary file dir is /VAR/tmp, not /USR/tmp. | obrien | 2002-04-01 | 5 | -6/+6 |
* | Include <string.h> for some prototypes, rather than depending on | mike | 2002-04-01 | 2 | -0/+2 |
* | Fix SCM ID's. | obrien | 2002-04-01 | 32 | -120/+97 |
* | Fix a typo | brian | 2002-03-31 | 1 | -1/+1 |
* | Add a missing ``#ifndef NONETGRAPH'' | brian | 2002-03-31 | 1 | -0/+2 |
* | Remove some extraneous whitespace | brian | 2002-03-31 | 1 | -1/+1 |
* | Include arpa/inet.h | brian | 2002-03-31 | 1 | -0/+2 |
* | Fix CLEANFILES. | ru | 2002-03-30 | 1 | -0/+1 |