summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restore the terminating backslash lost by a typo.njl2004-06-301-1/+1
* Make acpi_quirks.h conditional on device acpi.njl2004-06-301-1/+1
* Add glue for building acpi_quirk.cnjl2004-06-301-0/+1
* Document the MUTEX_WAKE_ALL option and turn it on in LINT.jhb2004-06-301-0/+5
* Add acpi methods for HID/CID probing, evaluating objects, and walking thenjl2004-06-292-1/+2
* Add two new kernel options to allow rudimentary profiling of the internaljhb2004-06-292-0/+10
* We need to build miidevs.h when we have miibus, not mii.imp2004-06-281-1/+1
* We don't need GEN_M_CFILES. Fold it into GEN_CFILES definition andimp2004-06-272-8/+5
* Only build miidevs.h when we have mii in the kernelimp2004-06-271-3/+3
* Add options NETGRAPH_FEC to hook up ng_fec.c to the LINT build.rwatson2004-06-273-0/+3
* Add options NETGRAPH_EIFACE, which causes ng_eiface.c to be built intorwatson2004-06-273-0/+3
* Spelling fixes.mpp2004-06-261-14/+14
* MFp4:imp2004-06-261-3/+2
* MFp4:imp2004-06-261-3/+3
* Catch up with sparc64 OFWCONS_POLL_HZ changegrehan2004-06-251-0/+2
* Hook acpi_quirks up to the build for kernel and modules.njl2004-06-242-0/+16
* Better OFW console support on Sun Ultra2 machines.obrien2004-06-241-0/+1
* Add support for TCP Selective Acknowledgements. The work for thisps2004-06-232-0/+2
* el(4) stopped needing to me a count device in December 2000.brooks2004-06-231-1/+1
* Correct a misleading comment regarding the IPSEC_FILTERGIF option.bms2004-06-221-3/+2
* Major overhaul of pseudo-interface cloning. Highlights include:brooks2004-06-221-0/+1
* Fix the following error:marcel2004-06-201-0/+2
* Commit pf version 3.5 and link additional files to the kernel build.mlaier2004-06-161-0/+2
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-135-0/+38
* Add a new driver to support IP over firewire. This driver is intended todfr2004-06-132-0/+3
* Move uma_small_alloc() and uma_small_free() out of the pmap and into theiralc2004-06-111-0/+1
OpenPOWER on IntegriCloud