aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* MFi386: revision 1.502.Yoshihiro Takahashi2004-08-051-0/+1
* Oops. Didn't commit this as part of the mem module fix.Mark Murray2004-08-042-0/+2
* Making a loadable null.ko for /dev/(null|zero) proved ratherMark Murray2004-08-032-4/+1
* MFi386: revision 1.501.Yoshihiro Takahashi2004-08-011-2/+4
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intoMark Murray2004-08-018-10/+21
* Connect GEOM_MIRROR class to the build.Pawel Jakub Dawidek2004-07-303-0/+4
* Remove the old geom_mirror class.Pawel Jakub Dawidek2004-07-301-1/+0
* Nuke geom_mirror class. New geom_mirror class is in the way.Pawel Jakub Dawidek2004-07-301-1/+0
* Allow for aggressive function inlining. This might have to be fine-tunedAlexander Kabaev2004-07-281-1/+3
* Add "options ADAPTIVE_GIANT" which causes Giant to also be treated inRobert Watson2004-07-272-0/+7
* Reinforce discouragement of the use of FULL_PREEMPTION.Robert Watson2004-07-231-0/+1
* Add the ACPI Panasonic extras driver.Yoshihiro Takahashi2004-07-211-0/+1
* Add ng_device(4) to LINT.Gleb Smirnoff2004-07-202-0/+2
* Unbreak kernel compiles by preserving an old opt_adaptive_mutexes.h fileAlexander Kabaev2004-07-181-1/+1
* Enable ADAPTIVE_MUTEXES by default by changing the sense of the option toScott Long2004-07-182-3/+4
* Sync the example of MODULES_OVERRIDE with the renamed sound drivers.Seigo Tanimura2004-07-161-1/+1
* Rename the sound device drivers:Seigo Tanimura2004-07-162-95/+132
* Copy qsort_r(3) from libc to libkern.Gleb Smirnoff2004-07-151-0/+1
* Hook up fdc_acpi for the kernel build.Nate Lawson2004-07-152-0/+2
* A couple of grammar fixes in the bktr options section.Peter Pentchev2004-07-151-4/+4
* Desupport M-Systems DiskOnChip driver "fla"Poul-Henning Kamp2004-07-131-6/+0
* pccard no longer requires a count because the floppy driver thatWarner Losh2004-07-131-1/+1
* db_memrw.c has been subsumed into db_interface.c ala sparc64Peter Grehan2004-07-121-1/+0
* Make if_fwsubr.c dependant on fwip instead of firewire - there is notDoug Rabson2004-07-121-1/+1
* Update for the KDB framework:Marcel Moolenaar2004-07-112-43/+29
* Fix build for non-WITNESS casePeter Grehan2004-07-111-0/+1
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-19/+17
* Hook the GDB backend into the build.Marcel Moolenaar2004-07-107-5/+9
* Update for the KDB framework. Sanitize the alpha console code now thatMarcel Moolenaar2004-07-101-4/+0
* Hook the KDB frontend into the build.Marcel Moolenaar2004-07-101-0/+1
* Add new options for the KDB framework. This commit merely adds them andMarcel Moolenaar2004-07-101-0/+9
* Fix mismerge of fdc. Also, OLDCARD never was supported on amd64, soWarner Losh2004-07-091-1/+1
* Change the following environment variables to kernel options:Brian Somers2004-07-083-3/+15
* - Merged from sys/dev/fdc/fdc.c revision 1.275.Yoshihiro Takahashi2004-07-081-0/+1
* Change the following kernel options to environment variables:Brian Somers2004-07-083-15/+3
* Break out the isa and pccard front ends to the fdc controller device.Warner Losh2004-07-073-1/+7
* By popular request, add a workaround that allows large (>128GB or so)Tim J. Robbins2004-07-033-0/+16
* Implement preemption of kernel threads natively in the scheduler ratherJohn Baldwin2004-07-022-0/+7
* Introduce GEOM_LABEL class.Pawel Jakub Dawidek2004-07-023-0/+6
* When building a kernel or the loader, let the hostname be overriddenPaul Saab2004-07-011-1/+1
* My last commit broke oldcard. Rather than duplicate the lines forWarner Losh2004-06-301-1/+1
* Move acpi_if.m to files.{amd64,i386,ia64}. This should fix the alpha build.Nate Lawson2004-06-304-1/+3
* Like usbdevs, use before-depend to ensure ordering.Nate Lawson2004-06-301-1/+1
* Restore the terminating backslash lost by a typo.Nate Lawson2004-06-301-1/+1
* Make acpi_quirks.h conditional on device acpi.Nate Lawson2004-06-301-1/+1
* Add glue for building acpi_quirk.cNate Lawson2004-06-301-0/+1
* Document the MUTEX_WAKE_ALL option and turn it on in LINT.John Baldwin2004-06-301-0/+5
* Add acpi methods for HID/CID probing, evaluating objects, and walking theNate Lawson2004-06-292-1/+2
* Add two new kernel options to allow rudimentary profiling of the internalJohn Baldwin2004-06-292-0/+10
* We need to build miidevs.h when we have miibus, not mii.Warner Losh2004-06-281-1/+1