| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change the name of the 'bin' distribution to 'base'. | obrien | 2002-04-23 | 6 | -26/+26 |
* | Improve the error message the user sees if the startdaemon routine cannot | gad | 2002-04-23 | 1 | -4/+6 |
* | Implement new printcap option of "rc" aka "remote.resend_copies". | gad | 2002-04-23 | 4 | -11/+70 |
* | Add 'const' to some casts to fix two warnings that are printed by the | gad | 2002-04-22 | 2 | -4/+4 |
* | Add 'const' to some casts to fix two warnings that are printed by the | gad | 2002-04-22 | 1 | -2/+2 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 19 | -26/+26 |
* | Don't needlessly redefine the afterinstall target. | ru | 2002-04-22 | 1 | -6/+1 |
* | Add a Makefile for this. | jake | 2002-04-22 | 1 | -0/+6 |
* | Underline the default value for rp=, the same way all the other string-type | gad | 2002-04-22 | 1 | -1/+1 |
* | Add description of `mc' (max copies), add short-form to long-form mapping | gad | 2002-04-22 | 3 | -0/+6 |
* | Turn blank lines into .Pp . This does not significantly change the | fenner | 2002-04-21 | 1 | -1/+2 |
* | Don't load the netgraph line discipline. When it's in use, TIOCMGET | brian | 2002-04-21 | 1 | -0/+7 |
* | Improve the Bzip2 handling. | obrien | 2002-04-20 | 4 | -19/+35 |
* | sysinstall compiles on sparc64. | jake | 2002-04-20 | 1 | -4/+1 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 29 | -102/+181 |
* | Add character translation table between Unix and NetWare according | bp | 2002-04-20 | 1 | -9/+9 |
* | Change lpd to recognize the '-s' parameter as a preferred synonym | gad | 2002-04-19 | 2 | -13/+26 |
* | Remove a safety-setting line which is unnecessary now that the previous | gad | 2002-04-19 | 1 | -1/+0 |
* | Fix 'deamon' -> 'daemon' in a comment. | gad | 2002-04-19 | 1 | -1/+1 |
* | Add a little detail to the syslog-msg that comes up when lpd can not | gad | 2002-04-19 | 1 | -2/+3 |
* | Explicitly specifies sin6_family & sin6_len of sockaddr_in6 for raw socket | suz | 2002-04-19 | 1 | -1/+3 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 9 | -184/+78 |
* | Clean up usage message: don't put optional parameter's in brackets. | rwatson | 2002-04-19 | 1 | -7/+7 |
* | Add variable substitutions for SOCKNAME, IPOCTETSIN, IPOCTETSOUT, IPPACKETSIN, | brian | 2002-04-17 | 2 | -32/+136 |
* | Make mppath and masterpasswd pointers instead of arrays, and initialize | des | 2002-04-17 | 1 | -2/+4 |
* | Don't display an extraneous ``: '' with some packets in/packets out diagnostics | brian | 2002-04-16 | 1 | -1/+1 |
* | Make the way FSM options are processed easier to read by using structures | brian | 2002-04-16 | 12 | -731/+746 |
* | Constify and stylify yppusherr_string(). | des | 2002-04-16 | 1 | -6/+11 |
* | Correct spacing. | dd | 2002-04-16 | 1 | -1/+1 |
* | Remove bogus reference to _use_yp. | des | 2002-04-15 | 1 | -9/+1 |
* | 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 |