summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Added rules to generate .c files from .m files. Run mkdep on these .cbde2002-08-191-3/+10
* Finished removing env(1) commands, as in rev.1.13 but non-broken. Setbde2002-08-181-5/+5
* Add dev# for pst driversos2002-08-181-0/+1
* Support for VIA VT8233 audio controller.orion2002-08-171-0/+1
* Wrap maintenance of varios nmac{objectname} counters in MAC_DEBUG so werwatson2002-08-162-0/+2
* Remove usage of cam_extend.c, replace with dev->si_drv1njl2002-08-151-1/+0
* pccbb->cbbimp2002-08-151-2/+2
* Spell kenrel as 'kernel' for consistency with the rest of the universe.jmallett2002-08-142-2/+2
* Update for recent changes in the usb code.joe2002-08-121-11/+6
* Add support for the LSI-Logic Fusion/MP architecture.mjacob2002-08-111-0/+4
* Add the uftdi ucom driver which supports the following adapters:joe2002-08-111-0/+1
* Add the ability to use ATAPI devices via CAM.sos2002-08-093-5/+9
* Make ppp(4) devices clonable and unloadable.brooks2002-08-092-2/+2
* Our awk does not implement the ARGIND variable, so we were attemptingiedowse2002-08-061-2/+1
* se -> sab.jake2002-08-042-1/+2
* Remove this abortive attempt.jake2002-08-041-1/+0
* Add code that will download firmware to a Symbol LA4100-series of CFimp2002-08-031-0/+4
* typo.phk2002-08-021-1/+1
* Add the minimalist elan-mmcr device driver.phk2002-08-021-0/+1
* Demonstrate that MAC modules can also be linked statically asrwatson2002-08-011-0/+1
* Remove duplicate 'modules-tags' rulepeter2002-08-011-3/+0
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+1
* Finally first shot at a driver for the Promise SuperTrak SX6000 ATA RAIDsos2002-07-311-0/+3
* *.s -> *.S.jake2002-07-312-11/+11
* Moved the rule for locore.o from kern.post.mk to Makefile.$ARCH.jake2002-07-318-3/+21
* Fix path to other files.<arch> files.imp2002-07-301-2/+2
* Resolve conflicts arising from the ACPI CA 20020725 import.iwasaki2002-07-301-2/+12
* Commit a version of the uvisor driver for connecting Handspringjoe2002-07-301-0/+1
* Hook up kern_mac.c to the build.rwatson2002-07-301-0/+1
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-292-6/+6
* Add routines needed for high resolution profiling.jake2002-07-291-0/+1
* Kernel options for Mandatory Access Control (MAC).rwatson2002-07-272-1/+14
* Make PCI_ENABLE_IO_MODES a sysctl hw.pci.enable_io_modes. It can alsoimp2002-07-261-1/+0
* gethints.awk is a machine-specific 4.x->5.x transition aid. We cannotpeter2002-07-261-116/+0
* Move sio's ebus attachment to the MI files section so it is compiled injhb2002-07-242-1/+1
* Move sio_isa.c back to MD files files due to PC98 brain damage.jhb2002-07-246-1/+5
* MFi386: revision 1.407 (move the em driver entry to MI file)nyan2002-07-241-2/+0
* pci is (finally) no longer a 'count' device. ahc/ahd were the lastpeter2002-07-231-1/+1
* Move 'em' from files.i386 to files so that it is within reach of thepeter2002-07-222-2/+2
* The transition time for -Werror has been gone for a while. We are nowpeter2002-07-221-5/+0
* Add unit count to 'card'peter2002-07-211-1/+1
* pci/cy_pci.c is still MD, it needs i386/isa/cy.c for the core.peter2002-07-213-1/+2
* The following devices do not take a static unit 'count' argument:peter2002-07-211-7/+7
* Change bktr and smbus from 'count' back to 'optional'peter2002-07-211-2/+2
* Remove dependency on NPCI. Use 'options ATA_NOPCI' to compile withoutpeter2002-07-211-0/+1
* Add uaudio -- a USB audio device driver.nsayer2002-07-211-0/+2
* ebus is not a 'count' device. There are no NEBUS references.peter2002-07-201-1/+1
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-202-2/+5
* Add the ebus sio attachment.obrien2002-07-191-0/+1
* s/install -c/${INSTALL} ${COPY}/ru2002-07-181-4/+4
OpenPOWER on IntegriCloud