summaryrefslogtreecommitdiffstats
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* opt_pfil_hooks.h is no longer required.andre2004-08-271-1/+0
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-9/+0
* Document how a standalone module can be built with divert(4) support.ru2004-08-261-0/+4
* Revert the last change to sys/modules/ipfw/Makefile and fix aru2004-08-261-5/+1
* Make this compile again in the standalone and the MODULES_WITH_WORLDimp2004-08-231-1/+5
* opt_agp.h is not required anymore.nyan2004-08-221-1/+1
* Enable build of Netgraph modules on all architectures.ru2004-08-181-3/+1
* Build a dummy opt_compat.h header since linprocfs.c now requires it.tjr2004-08-181-1/+5
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-1/+1
* Add ISA attachement files for the aic7xxx driver.gibbs2004-08-171-0/+18
* Add an ISA attachement to the aic7xxx driver to handle 284X controllers.gibbs2004-08-172-4/+4
* agp_amd64.c is not needed on pc98.nyan2004-08-161-1/+4
* And isa_if.himp2004-08-161-1/+1
* Add pccbb_isa.c and pccbb_pci.cimp2004-08-161-1/+1
* AMD64 on-CPU GART support.obrien2004-08-162-1/+6
* Connect RAID3 GEOM class to the build.pjd2004-08-161-0/+1
* Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3pjd2004-08-161-0/+9
* - Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.cmarius2004-08-141-2/+7
* Now that hme(4) is MI build its module on all platforms.marius2004-08-142-4/+6
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-142-14/+3
* Add geom_uzip -- geom class that implements read-only compressed disks.fjoe2004-08-132-0/+10
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-124-6/+7
* Add the module build stuff for the ATM call control module.harti2004-08-122-0/+18
* change the name of the md module, to g_md, introduce a define with thejmg2004-08-091-1/+1
* Due to popular demand, hook up geom_vinum to the build.le2004-08-071-0/+1
* Move the source code for these two modules out of src/sys/modules.des2004-08-064-906/+4
* Fix module builds for i386 and amd64.markm2004-08-041-0/+3
* Bump WARNS to 2 for all other ACPI drivers and minor cleanup.njl2004-08-034-16/+20
* Making a loadable null.ko for /dev/(null|zero) proved rathermarkm2004-08-032-10/+0
* Really back out rev 1.388.obrien2004-08-021-0/+1
* Don't build and install a mem.ko module.obrien2004-08-021-1/+0
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-013-2/+25
* Connect GEOM_MIRROR class to the build.pjd2004-07-301-0/+1
* Add GEOM_MIRROR class which provide RAID1 functionality and has many usefulpjd2004-07-301-0/+9
* Add the ACPI Panasonic extras driver.nyan2004-07-212-1/+10
* Fix the alpha (and others) module build by only building fdc_acpi.c onnjl2004-07-161-7/+9
* Rename the sound device drivers:tanimura2004-07-163-19/+2
* Add fdc_acpi to module build, bump WARNS to 2.njl2004-07-151-2/+5
* Replace DDB with KDB.simokawa2004-07-131-1/+1
* Remove stray line with just a tabimp2004-07-121-2/+2
* Add fwip module.dfr2004-07-121-0/+1
* Add fwip module.dfr2004-07-121-0/+19
* Build uart_dbg.c for remote GDB support.marcel2004-07-101-1/+1
* Document compile-time switches here as I'm going to yank them frombms2004-07-091-0/+12
* Change the following environment variables to kernel options:brian2004-07-082-2/+2
* - Merged from sys/dev/fdc/fdc.c revision 1.275.nyan2004-07-081-1/+1
* Change the following kernel options to environment variables:brian2004-07-082-2/+2
* Make bluetooth compile on all platformsemax2004-07-071-6/+3
* Break out the isa and pccard front ends from fdc. This is the firstimp2004-07-071-14/+2
* By popular request, add a workaround that allows large (>128GB or so)tjr2004-07-031-1/+4
OpenPOWER on IntegriCloud