| Commit message (Expand) | Author | Age | Files | Lines |
* | Port libc_r to amd64, and turn it back on for amd64. It passes all of | peter | 2003-06-02 | 1 | -1/+1 |
* | Add a missing return statement to distExtractTarball(). | tmm | 2003-06-02 | 1 | -0/+1 |
* | Assorted mdoc(7) fixes. | ru | 2003-06-02 | 1 | -31/+38 |
* | Explicitly compare the values returned by chdir(2) and chroot(2) to -1. | mtm | 2003-06-02 | 1 | -1/+1 |
* | CSTD=c89 due to mismatched declarations. | obrien | 2003-06-02 | 1 | -0/+1 |
* | Mostly fixed the SYNOPSIS. | ru | 2003-05-31 | 1 | -12/+14 |
* | excute: typo; possible replacements: excite, excuse. | ru | 2003-05-31 | 1 | -4/+4 |
* | Sigh, I guess this manpage used cat(1) as a template? | ru | 2003-05-31 | 1 | -7/+6 |
* | Assorted mdoc(7) fixes. | ru | 2003-05-31 | 1 | -7/+8 |
* | Teach sysinstall to recognize if acpi was turned off from the bootloader, | scottl | 2003-05-31 | 6 | -0/+102 |
* | pkg_create incorrectly does not add trailing '\n' when it receives | lioux | 2003-05-26 | 2 | -1/+23 |
* | Add a trailing '\n' character if none is found in the information | lioux | 2003-05-26 | 1 | -10/+19 |
* | Add a pretty cheesy hack to avoid a gcc-3.2.2 ICE (internal compiler | peter | 2003-05-25 | 2 | -7/+4 |
* | Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc. | peter | 2003-05-24 | 11 | -20/+20 |
* | no libc_r on amd64 yet -> no pppctl. | peter | 2003-05-24 | 1 | -1/+1 |
* | The "krb5" distribution was merged with "crypto", record the death. | ru | 2003-05-22 | 6 | -26/+8 |
* | Erase whitespace at EOL. | ru | 2003-05-22 | 3 | -6/+6 |
* | Moved $FreeBSD$ tag to where it belongs. | ru | 2003-05-22 | 1 | -1/+2 |
* | Nitpicking. | ru | 2003-05-22 | 1 | -1/+1 |
* | Assorted mdoc(7) fixes. | ru | 2003-05-22 | 4 | -30/+43 |
* | Reapply mdoc(7) fixes that got accidentally lost in the last | ru | 2003-05-20 | 8 | -380/+424 |
* | Previous revision broke release building, unbreak it. | ru | 2003-05-20 | 1 | -0/+1 |
* | Retire the useless NOSECURE knob. | des | 2003-05-19 | 10 | -13/+11 |
* | Fixed troff(1) and mdoc(7) warnings. | ru | 2003-05-18 | 2 | -3/+3 |
* | Avoid a corrupt timestamp on the console | gshapiro | 2003-05-17 | 1 | -2/+6 |
* | Avoid code duplication by using libutil's trimdomain() instead of | gshapiro | 2003-05-17 | 2 | -10/+7 |
* | When getting back an NLM DENIED response for a requested lock from the | rwatson | 2003-05-15 | 1 | -2/+2 |
* | Avoid registering for a lock on the server in the event the NFS client | rwatson | 2003-05-14 | 1 | -6/+11 |
* | When giving examples of how to use extattrctl(8) to configure UFS1 | rwatson | 2003-05-14 | 1 | -4/+4 |
* | When receiving NLM_GRANTED_RES or NLM4_GRANTED_RES lock granted messages | rwatson | 2003-05-14 | 1 | -2/+7 |
* | Reword the infamouse mouse dialog to ask if you have a PS/2, serial, or | jhb | 2003-05-13 | 2 | -2/+2 |
* | Add __amd64__ to an ifdef set so that pppd compiles. Reactivate on amd64. | peter | 2003-05-12 | 2 | -3/+3 |
* | Correct a type in the bugs section. Also turn it into a list. | gordon | 2003-05-11 | 1 | -2/+2 |
* | Teach sysinstall about the ServeRAID disk device. | scottl | 2003-05-11 | 2 | -0/+2 |
* | Make the README reflect reality. | julian | 2003-05-11 | 1 | -3/+2 |
* | Re-enable the broadcom firmware utility now that the Makefile in that subdir | julian | 2003-05-11 | 1 | -3/+1 |
* | Fix (presently unused) Makefile to not need files not yet checked in. | julian | 2003-05-11 | 1 | -11/+11 |
* | Don't compile the broadcom firmware module yet. | julian | 2003-05-10 | 1 | -2/+3 |
* | Broadcom firmware loading module.. The actual firmware files will follow when | julian | 2003-05-10 | 5 | -0/+455 |
* | Part 2 of the commit if new bluetooth code. | julian | 2003-05-10 | 37 | -394/+2194 |
* | Turn off ppp (ICE) and pppd (cc objects to a varargs decl) on amd64. | peter | 2003-05-09 | 1 | -2/+5 |
* | Add information about the log file. | trhodes | 2003-05-08 | 1 | -0/+10 |
* | Fix age_old_log checking so that it will notice log files which were | gad | 2003-05-05 | 1 | -4/+19 |
* | Slightly improve the checking of the 'size' field, so people will get | gad | 2003-05-05 | 1 | -2/+8 |
* | Add the dragon screen saver. | murray | 2003-05-05 | 2 | -0/+4 |
* | A few grammatical improvements. | murray | 2003-05-04 | 1 | -3/+5 |
* | Cleanup hostname matching in syslogd: | gshapiro | 2003-05-04 | 1 | -17/+24 |
* | Add support for using the CDROM env var for device to use; | sos | 2003-05-04 | 2 | -1/+14 |
* | Fix filename printing when using -l option. | sos | 2003-05-04 | 1 | -2/+2 |
* | Dont fixate when doing dvdrw or test writing. | sos | 2003-05-04 | 1 | -1/+1 |