summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add geom_uzip -- geom class that implements read-only compressed disks.fjoe2004-08-133-0/+4
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-123-1/+4
* Allow the ATM call control module to be built into the kernel.harti2004-08-123-0/+10
* Move towards isa attachment for pccbb. This is a work in progress, butimp2004-08-121-0/+2
* Remove pcic for NEWCARDimp2004-08-111-2/+0
* Remove references to pcic for newcard from NOTES.imp2004-08-111-3/+0
* Add 'axe' interface to NOTES so it is built with LINT as with other USBrwatson2004-08-111-0/+6
* MFi386: revision 1.502.nyan2004-08-051-0/+1
* Oops. Didn't commit this as part of the mem module fix.markm2004-08-042-0/+2
* Making a loadable null.ko for /dev/(null|zero) proved rathermarkm2004-08-032-4/+1
* MFi386: revision 1.501.nyan2004-08-011-2/+4
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-018-10/+21
* Connect GEOM_MIRROR class to the build.pjd2004-07-303-0/+4
* Remove the old geom_mirror class.pjd2004-07-301-1/+0
* Nuke geom_mirror class. New geom_mirror class is in the way.pjd2004-07-301-1/+0
* Allow for aggressive function inlining. This might have to be fine-tunedkan2004-07-281-1/+3
* Add "options ADAPTIVE_GIANT" which causes Giant to also be treated inrwatson2004-07-272-0/+7
* Reinforce discouragement of the use of FULL_PREEMPTION.rwatson2004-07-231-0/+1
* Add the ACPI Panasonic extras driver.nyan2004-07-211-0/+1
* Add ng_device(4) to LINT.glebius2004-07-202-0/+2
* Unbreak kernel compiles by preserving an old opt_adaptive_mutexes.h filekan2004-07-181-1/+1
* Enable ADAPTIVE_MUTEXES by default by changing the sense of the option toscottl2004-07-182-3/+4
* Sync the example of MODULES_OVERRIDE with the renamed sound drivers.tanimura2004-07-161-1/+1
* Rename the sound device drivers:tanimura2004-07-162-95/+132
* Copy qsort_r(3) from libc to libkern.glebius2004-07-151-0/+1
* Hook up fdc_acpi for the kernel build.njl2004-07-152-0/+2
* A couple of grammar fixes in the bktr options section.roam2004-07-151-4/+4
* Desupport M-Systems DiskOnChip driver "fla"phk2004-07-131-6/+0
* pccard no longer requires a count because the floppy driver thatimp2004-07-131-1/+1
* db_memrw.c has been subsumed into db_interface.c ala sparc64grehan2004-07-121-1/+0
* Make if_fwsubr.c dependant on fwip instead of firewire - there is notdfr2004-07-121-1/+1
* Update for the KDB framework:marcel2004-07-112-43/+29
* Fix build for non-WITNESS casegrehan2004-07-111-0/+1
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-101-19/+17
* Hook the GDB backend into the build.marcel2004-07-107-5/+9
* Update for the KDB framework. Sanitize the alpha console code now thatmarcel2004-07-101-4/+0
* Hook the KDB frontend into the build.marcel2004-07-101-0/+1
* Add new options for the KDB framework. This commit merely adds them andmarcel2004-07-101-0/+9
* Fix mismerge of fdc. Also, OLDCARD never was supported on amd64, soimp2004-07-091-1/+1
* Change the following environment variables to kernel options:brian2004-07-083-3/+15
* - Merged from sys/dev/fdc/fdc.c revision 1.275.nyan2004-07-081-0/+1
* Change the following kernel options to environment variables:brian2004-07-083-15/+3
* Break out the isa and pccard front ends to the fdc controller device.imp2004-07-073-1/+7
* By popular request, add a workaround that allows large (>128GB or so)tjr2004-07-033-0/+16
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-022-0/+7
* Introduce GEOM_LABEL class.pjd2004-07-023-0/+6
* When building a kernel or the loader, let the hostname be overriddenps2004-07-011-1/+1
* My last commit broke oldcard. Rather than duplicate the lines forimp2004-06-301-1/+1
* Move acpi_if.m to files.{amd64,i386,ia64}. This should fix the alpha build.njl2004-06-304-1/+3
* Like usbdevs, use before-depend to ensure ordering.njl2004-06-301-1/+1
OpenPOWER on IntegriCloud