aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add back in the bits to remove any existing "schg" flags as we haveDavid E. O'Brien2001-04-295-0/+10
* Overhaul of the SMP code. Several portions of the SMP kernel support haveJohn Baldwin2001-04-272-1/+2
* vfs_subr.c is getting rather fat. The underlying repocopy and thisPoul-Henning Kamp2001-04-261-0/+1
* Don't install KO's with the "schg" flag.David E. O'Brien2001-04-256-46/+11
* Ignore chflags errors. This makes installing to nfs mounted targetWarner Losh2001-04-255-10/+10
* Initial version of Avance Logic ALS4000 pcm driver.Orion Hodson2001-04-231-0/+1
* Add entry for swdog, Sitara Networks' watchdog timer.Greg Lehey2001-04-211-0/+1
* Say goodbye to TCP_COMPAT_42Jesper Skriver2001-04-202-6/+0
* o Document UFS_ACL optionChris D. Faulhaber2001-04-191-2/+8
* Implement client side NFS locks.Alfred Perlstein2001-04-171-0/+1
* Move the isa parts to a separate file.John Hay2001-04-162-2/+2
* Merged from sys/conf/options.i386 revision 1.148.KATO Takenori2001-04-161-2/+2
* All NETSMB* options should use opt_netsmb.h file (the joy of multiple repos).Boris Popov2001-04-131-2/+2
* Make SOMAXCONN a kernel option.Alfred Perlstein2001-04-131-0/+1
* Merged from options.i386 revision 1.147.KATO Takenori2001-04-121-0/+7
* Merged from files.i386 revisions 1.359 and 1.360.KATO Takenori2001-04-121-0/+18
* o Introduce "options REGRESSION", a kernel option which enablesRobert Watson2001-04-112-0/+10
* Add forgotten files for NETSMBCRYPTO option (may be DES based encryptionBoris Popov2001-04-111-0/+2
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-102-0/+23
* Add Marvell PHY support for 10/100/1000 LIVENGOOD_CU Intel NIC.Matt Jacob2001-04-091-0/+1
* enable the rate conversion feeder.Cameron Grant2001-04-091-1/+1
* Add function prototypes and base module for kernel side iconv library.Boris Popov2001-04-094-1/+10
* Add support for MODULES_OVERRIDE. This is a list of modules to buildWarner Losh2001-04-025-0/+15
* Merged from sys/conf/options.i386 revision 1.144.Yoshihiro Takahashi2001-04-011-0/+1
* Merged from sys/conf/files.i386 revision 1.350 and 1.354.Yoshihiro Takahashi2001-04-011-1/+1
* Rework the witness code to work with sx locks as well as mutexes.John Baldwin2001-03-281-0/+1
* Reflect recent bsd.man.mk changes here, but do not assign theRuslan Ermilov2001-03-271-5/+8
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-271-0/+1
* Introduce support for POSIX.1e ACLs on UFS-based file systems. ThisRobert Watson2001-03-262-0/+6
* Restore the careful preservation of .depend (rev 1.78 of Makefile.i386)David E. O'Brien2001-03-245-10/+20
* Cleaner way of adding -fschg (ie, correctly implement).David E. O'Brien2001-03-241-2/+1
* Allow AAC_COMPAT_LINUX to be used when compiling aac support into the kernel.Scott Long2001-03-221-0/+2
* o Two changes made elsewhere relating to recent EA commits, but notRobert Watson2001-03-191-1/+2
* Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a fewDag-Erling Smørgrav2001-03-192-9/+0
* o Change options FFS_EXTATTR and options FFS_EXTATTR_AUTOSTART toRobert Watson2001-03-191-4/+4
* pcm driver for S3 Sonicvibes chipset.Orion Hodson2001-03-191-0/+1
* Add the AAC_DEBUG option to enable debugging in the aac driver.Justin T. Gibbs2001-03-172-1/+9
* Remove the now defunct ATA_ENABLE* optionsSøren Schmidt2001-03-161-10/+0
* add cnw driver to notes/lintWarner Losh2001-03-161-0/+2
* Add cwn driverWarner Losh2001-03-161-0/+2
* Hmm, the last commit apparently only made it halfwaysSøren Schmidt2001-03-151-2/+0
* Remove the ATA_ENABLE_ATAPI_DMA, ATA_ENABLE_WC and ATA_ENABLE_TAGSSøren Schmidt2001-03-151-1/+0
* Add the ata control device.Søren Schmidt2001-03-151-1/+1
* o Implement "options FFS_EXTATTR_AUTOSTART", which depends onRobert Watson2001-03-141-0/+1
* Move the fxp driver so it is under the miibus section.Jonathan Lemon2001-03-121-2/+2
* Make the miibus'ified the new fxp driver for -current.Jonathan Lemon2001-03-121-1/+2
* Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernelKris Kennaway2001-03-125-5/+20
* Add the Intel PHY driver.Jonathan Lemon2001-03-121-0/+1
* The /dev/random driver used Rijndael, not Blowfish, now.Mark Murray2001-03-101-3/+2
* Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)Poul-Henning Kamp2001-03-094-8/+1