| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use stdlib.h for getopt interface. | Warner Losh | 2003-06-07 | 1 | -2/+0 |
| * | remove unnecessary '?' from getopt string | Warner Losh | 2003-06-07 | 1 | -1/+1 |
| * | MAXPATHLEN includes trailing NUL | Warner Losh | 2003-06-07 | 1 | -1/+1 |
| * | Use safer strlcpy and snprintf interfaces | Warner Losh | 2003-06-07 | 1 | -4/+4 |
| * | Get getopt interface from unistd.h | Warner Losh | 2003-06-07 | 2 | -5/+2 |
| * | Get getopt interface from unistd.h | Warner Losh | 2003-06-07 | 1 | -3/+1 |
| * | Don't need to redundantly redeclare optreset. | Warner Losh | 2003-06-07 | 1 | -1/+0 |
| * | Allow the optional setting of a user, primary group, or grouplist | Mike Makonnen | 2003-06-07 | 2 | -6/+114 |
| * | Move my maintainership of parts of ipfilter back to Darren Reed | Guido van Rooij | 2003-06-06 | 4 | -4/+4 |
| * | Warn if there is no newline at the end of the group file. | Peter Pentchev | 2003-06-06 | 1 | -0/+4 |
| * | Report NODEV devices as <NFSfile> | Poul-Henning Kamp | 2003-06-05 | 1 | -2/+6 |
| * | Follow the trend of moving MAINTAINER lines from Makefile into | Ollivier Robert | 2003-06-05 | 2 | -4/+0 |
| * | Update lsextattr(8) to use the new extattr_list_*() APIs, rather than | Robert Watson | 2003-06-05 | 1 | -12/+28 |
| * | GRRR. Do not force Dangerously Dedicated mode on amd64 when you select | Peter Wemm | 2003-06-04 | 2 | -2/+2 |
| * | Correct a spelling error. | Ceri Davies | 2003-06-04 | 1 | -1/+1 |
| * | Drop MAINTAINER bits from here. | Mark Murray | 2003-06-04 | 2 | -4/+0 |
| * | Remove MAINTAINER line in favor of the entry in src/MAINTAINERS | Doug Barton | 2003-06-04 | 1 | -2/+0 |
| * | Turn on btxld for amd64. | Peter Wemm | 2003-06-03 | 1 | -0/+4 |
| * | Add AMD64 support. | Peter Wemm | 2003-06-03 | 2 | -1/+5 |
| * | Port libc_r to amd64, and turn it back on for amd64. It passes all of | Peter Wemm | 2003-06-02 | 1 | -1/+1 |
| * | Add a missing return statement to distExtractTarball(). | Thomas Moestl | 2003-06-02 | 1 | -0/+1 |
| * | Assorted mdoc(7) fixes. | Ruslan Ermilov | 2003-06-02 | 1 | -31/+38 |
| * | Explicitly compare the values returned by chdir(2) and chroot(2) to -1. | Mike Makonnen | 2003-06-02 | 1 | -1/+1 |
| * | CSTD=c89 due to mismatched declarations. | David E. O'Brien | 2003-06-02 | 1 | -0/+1 |
| * | Mostly fixed the SYNOPSIS. | Ruslan Ermilov | 2003-05-31 | 1 | -12/+14 |
| * | excute: typo; possible replacements: excite, excuse. | Ruslan Ermilov | 2003-05-31 | 1 | -4/+4 |
| * | Sigh, I guess this manpage used cat(1) as a template? | Ruslan Ermilov | 2003-05-31 | 1 | -7/+6 |
| * | Assorted mdoc(7) fixes. | Ruslan Ermilov | 2003-05-31 | 1 | -7/+8 |
| * | Teach sysinstall to recognize if acpi was turned off from the bootloader, | Scott Long | 2003-05-31 | 6 | -0/+102 |
| * | pkg_create incorrectly does not add trailing '\n' when it receives | Mario Sergio Fujikawa Ferreira | 2003-05-26 | 2 | -1/+23 |
| * | Add a trailing '\n' character if none is found in the information | Mario Sergio Fujikawa Ferreira | 2003-05-26 | 1 | -10/+19 |
| * | Add a pretty cheesy hack to avoid a gcc-3.2.2 ICE (internal compiler | Peter Wemm | 2003-05-25 | 2 | -7/+4 |
| * | Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc. | Peter Wemm | 2003-05-24 | 11 | -20/+20 |
| * | no libc_r on amd64 yet -> no pppctl. | Peter Wemm | 2003-05-24 | 1 | -1/+1 |
| * | The "krb5" distribution was merged with "crypto", record the death. | Ruslan Ermilov | 2003-05-22 | 6 | -26/+8 |
| * | Erase whitespace at EOL. | Ruslan Ermilov | 2003-05-22 | 3 | -6/+6 |
| * | Moved $FreeBSD$ tag to where it belongs. | Ruslan Ermilov | 2003-05-22 | 1 | -1/+2 |
| * | Nitpicking. | Ruslan Ermilov | 2003-05-22 | 1 | -1/+1 |
| * | Assorted mdoc(7) fixes. | Ruslan Ermilov | 2003-05-22 | 4 | -30/+43 |
| * | Reapply mdoc(7) fixes that got accidentally lost in the last | Ruslan Ermilov | 2003-05-20 | 8 | -380/+424 |
| * | Previous revision broke release building, unbreak it. | Ruslan Ermilov | 2003-05-20 | 1 | -0/+1 |
| * | Retire the useless NOSECURE knob. | Dag-Erling Smørgrav | 2003-05-19 | 10 | -13/+11 |
| * | Fixed troff(1) and mdoc(7) warnings. | Ruslan Ermilov | 2003-05-18 | 2 | -3/+3 |
| * | Avoid a corrupt timestamp on the console | Gregory Neil Shapiro | 2003-05-17 | 1 | -2/+6 |
| * | Avoid code duplication by using libutil's trimdomain() instead of | Gregory Neil Shapiro | 2003-05-17 | 2 | -10/+7 |
| * | When getting back an NLM DENIED response for a requested lock from the | Robert Watson | 2003-05-15 | 1 | -2/+2 |
| * | Avoid registering for a lock on the server in the event the NFS client | Robert Watson | 2003-05-14 | 1 | -6/+11 |
| * | When giving examples of how to use extattrctl(8) to configure UFS1 | Robert Watson | 2003-05-14 | 1 | -4/+4 |
| * | When receiving NLM_GRANTED_RES or NLM4_GRANTED_RES lock granted messages | Robert Watson | 2003-05-14 | 1 | -2/+7 |
| * | Reword the infamouse mouse dialog to ask if you have a PS/2, serial, or | John Baldwin | 2003-05-13 | 2 | -2/+2 |