| Commit message (Expand) | Author | Age | Files | Lines |
* | Install files via FILES. | ru | 2001-12-17 | 1 | -10/+4 |
* | Install files via FILES. | ru | 2001-12-17 | 3 | -21/+9 |
* | Oops, forgot to remove the `beforeinstall' block. | ru | 2001-12-17 | 1 | -5/+0 |
* | Install files via FILES. | ru | 2001-12-17 | 5 | -22/+15 |
* | Add Italian translations to the example for refusing docproj | mwlucas | 2001-12-17 | 1 | -0/+2 |
* | Install files via FILES. | ru | 2001-12-17 | 8 | -26/+19 |
* | Fix some style bugs | phantom | 2001-12-17 | 1 | -15/+18 |
* | FILES support for bsd.prog.mk. See bsd.README for details. | ru | 2001-12-17 | 27 | -201/+148 |
* | Removed a no-op FILES from bsd.doc.mk. | ru | 2001-12-17 | 10 | -11/+0 |
* | Add support for devfs. In other words, for -CURRENT, make work at all | green | 2001-12-17 | 1 | -0/+41 |
* | Install devfs includes. | green | 2001-12-17 | 2 | -1/+3 |
* | Add .Lb entry for -lpam. | ru | 2001-12-17 | 2 | -0/+2 |
* | Now that the driver has been MFC'ed, fix the first appearence info. | ru | 2001-12-17 | 1 | -1/+1 |
* | Modify tip that no longer applies for ftp(1). | mikeh | 2001-12-17 | 1 | -2/+2 |
* | Initalize ifq_maxlen to prevent a harmless warning message. | brooks | 2001-12-17 | 1 | -0/+1 |
* | Added a sysctl control variable "ac97rate" to allow manual tuning of | orion | 2001-12-17 | 1 | -3/+28 |
* | Addition of sysctl variable to enable spdif. By default spdif is disabled. | orion | 2001-12-17 | 1 | -2/+26 |
* | Ignore the value of fs_active when comparing superblocks. | iedowse | 2001-12-17 | 1 | -0/+1 |
* | add krb4 libraries | assar | 2001-12-17 | 3 | -4/+24 |
* | Part #1 of the promised floppy driver documentation update. | joerg | 2001-12-16 | 1 | -33/+251 |
* | Make sure we ignore the value of `fs_active' when reloading the | iedowse | 2001-12-16 | 1 | -1/+2 |
* | Move the new superblock field `fs_active' into the region of the | iedowse | 2001-12-16 | 1 | -5/+7 |
* | Remove reliance on i++ in multiple arguments to a function. C does not | gibbs | 2001-12-16 | 1 | -16/+3 |
* | Remove whitespace at end of line. | mp | 2001-12-16 | 1 | -1/+1 |
* | Add/correct description for some sysctl variables where it was missing. | luigi | 2001-12-16 | 4 | -4/+7 |
* | When cancelling a thread while in a join operation, do not detach | deischen | 2001-12-16 | 3 | -12/+3 |
* | MFi386: options.i386 revision 1.162 | nyan | 2001-12-16 | 1 | -0/+5 |
* | MFi386: files.i386 revision 1.385 | nyan | 2001-12-16 | 1 | -0/+1 |
* | Merged from sys/isa/{fd.c,fdreg.h} revisions 1.222 and 1.15, respectively. | nyan | 2001-12-16 | 4 | -742/+1182 |
* | Oops, forgot to commit one file in the fd driver mega update. Here it | joerg | 2001-12-16 | 1 | -17/+22 |
* | - typo 'f' should be 't' | arr | 2001-12-16 | 1 | -1/+1 |
* | Remove PC98 code. This file is not used by PC98. | nyan | 2001-12-16 | 2 | -34/+0 |
* | Add comments on where to look if you wish to auto-load | silby | 2001-12-16 | 1 | -1/+9 |
* | Add code to export and print the description associated to sysctl | luigi | 2001-12-16 | 4 | -6/+48 |
* | Fix a typo. Don't call options flags. Remove some documentation that | mike | 2001-12-16 | 1 | -21/+6 |
* | Add another level of checking to 'chkprintcap', which is done by | gad | 2001-12-15 | 4 | -6/+352 |
* | Embelish CFLAGS. | obrien | 2001-12-15 | 1 | -1/+2 |
* | The instructions on doing something with src/lib/csu/sparc64. | obrien | 2001-12-15 | 1 | -0/+25 |
* | Note that the atomic ops on char and short data types may not be available | jake | 2001-12-15 | 1 | -8/+15 |
* | Typo. | archie | 2001-12-15 | 1 | -1/+1 |
* | Don't free a structure containing a 'struct callout' structure while that | archie | 2001-12-15 | 1 | -8/+17 |
* | Fix access-after-free bug added in revision 1.31. | archie | 2001-12-15 | 1 | -4/+5 |
* | Second (hopefully last) alpha jumbo patch to remove i386-isms. | bmah | 2001-12-15 | 2 | -108/+112 |
* | Long promised major enhancement set for the floppy disk driver: | joerg | 2001-12-15 | 10 | -820/+1683 |
* | Sparc64 ELF version of the C runtime support. | obrien | 2001-12-15 | 1 | -0/+128 |
* | Pull the target thread of a join operation from the correct place | deischen | 2001-12-15 | 3 | -9/+12 |
* | Add modules of scsi_low based SCSI drivers ncv, nsp, stg, and common | non | 2001-12-15 | 1 | -0/+4 |
* | Add module directories and makefiles for ncv, nsp, stg and scsi_low | non | 2001-12-15 | 4 | -0/+38 |
* | o Add KLD support for scsi_low. | non | 2001-12-15 | 4 | -0/+14 |
* | Add a missing .. to get out of smbfs/print. | jhay | 2001-12-15 | 1 | -0/+1 |