aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* MFC: Hook the hptmv driver to the buildScott Long2004-10-241-0/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_3'.cvs2svn2004-10-241-0/+47
* MFR_5. Make the loadable module have the same content as theMark Murray2004-10-211-0/+6
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_3'.cvs2svn2004-10-16457-0/+6000
|\
| * This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2004-10-091-0/+10
| * This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2004-09-241-0/+11
| * MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associatedAndre Oppermann2004-09-221-10/+0
| * Merge the vge(4) driver from the HEAD. Also add nge(4) and lge(4) toBill Paul2004-09-141-0/+1
| * This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2004-09-141-0/+8
| * MFC: Do not compile in zlib.c. Add a dependency on module instead.Max Khon2004-09-101-1/+1
| * MFC rev. 1.12: Build a dummy opt_compat.h header.Tim J. Robbins2004-08-291-1/+5
| * MFC: 1.394: Build Netgraph modules on all architectures.Ruslan Ermilov2004-08-231-3/+1
| * Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandAndre Oppermann2004-08-171-1/+1
| * Add ISA attachement files for the aic7xxx driver.Justin T. Gibbs2004-08-171-0/+18
| * Add an ISA attachement to the aic7xxx driver to handle 284X controllers.Justin T. Gibbs2004-08-172-4/+4
| * agp_amd64.c is not needed on pc98.Yoshihiro Takahashi2004-08-161-1/+4
| * And isa_if.hWarner Losh2004-08-161-1/+1
| * Add pccbb_isa.c and pccbb_pci.cWarner Losh2004-08-161-1/+1
| * AMD64 on-CPU GART support.David E. O'Brien2004-08-162-1/+6
| * Connect RAID3 GEOM class to the build.Pawel Jakub Dawidek2004-08-161-0/+1
| * Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3Pawel Jakub Dawidek2004-08-161-0/+9
| * - Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.cMarius Strobl2004-08-141-2/+7
| * Now that hme(4) is MI build its module on all platforms.Marius Strobl2004-08-142-4/+6
| * Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-142-14/+3
| * Add geom_uzip -- geom class that implements read-only compressed disks.Max Khon2004-08-132-0/+10
| * - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-124-6/+7
| * Add the module build stuff for the ATM call control module.Hartmut Brandt2004-08-122-0/+18
| * change the name of the md module, to g_md, introduce a define with theJohn-Mark Gurney2004-08-091-1/+1
| * Due to popular demand, hook up geom_vinum to the build.Lukas Ertl2004-08-071-0/+1
| * Move the source code for these two modules out of src/sys/modules.Dag-Erling Smørgrav2004-08-064-906/+4
| * Fix module builds for i386 and amd64.Mark Murray2004-08-041-0/+3
| * Bump WARNS to 2 for all other ACPI drivers and minor cleanup.Nate Lawson2004-08-034-16/+20
| * Making a loadable null.ko for /dev/(null|zero) proved ratherMark Murray2004-08-032-10/+0
| * Really back out rev 1.388.David E. O'Brien2004-08-021-0/+1
| * Don't build and install a mem.ko module.David E. O'Brien2004-08-021-1/+0
| * Break out the MI part of the /dev/[k]mem and /dev/io drivers intoMark Murray2004-08-013-2/+25
| * Connect GEOM_MIRROR class to the build.Pawel Jakub Dawidek2004-07-301-0/+1
| * Add GEOM_MIRROR class which provide RAID1 functionality and has many usefulPawel Jakub Dawidek2004-07-301-0/+9
| * Add the ACPI Panasonic extras driver.Yoshihiro Takahashi2004-07-212-1/+10
| * Fix the alpha (and others) module build by only building fdc_acpi.c onNate Lawson2004-07-161-7/+9
| * Rename the sound device drivers:Seigo Tanimura2004-07-163-19/+2
| * Add fdc_acpi to module build, bump WARNS to 2.Nate Lawson2004-07-151-2/+5
| * Replace DDB with KDB.Hidetoshi Shimokawa2004-07-131-1/+1
| * Remove stray line with just a tabWarner Losh2004-07-121-2/+2
| * Add fwip module.Doug Rabson2004-07-121-0/+1
| * Add fwip module.Doug Rabson2004-07-121-0/+19
| * Build uart_dbg.c for remote GDB support.Marcel Moolenaar2004-07-101-1/+1
| * Document compile-time switches here as I'm going to yank them fromBruce M Simpson2004-07-091-0/+12
| * Change the following environment variables to kernel options:Brian Somers2004-07-082-2/+2
| * - Merged from sys/dev/fdc/fdc.c revision 1.275.Yoshihiro Takahashi2004-07-081-1/+1