summaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* Add ng_ipfw to kernel module build.Gleb Smirnoff2005-02-052-0/+7
* Only compile the cpufreq driver on i386 and amd64.Scott Long2005-02-051-1/+3
* Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.Nate Lawson2005-02-044-1/+24
* - Split out PCI support.Matthew N. Dodd2005-02-031-3/+5
* Connect ng_device(4) to the build.Ruslan Ermilov2005-02-031-0/+1
* Fix alignment in the last commit.Ruslan Ermilov2005-02-031-2/+2
* Don't build syscons, uart or vpo on PPC.Peter Grehan2005-02-031-3/+8
* Build "digi" on i386, pc98, and amd64 only.Ruslan Ermilov2005-01-301-1/+3
* Remove local hack which cowardly slipped into previous commit.Maxim Sobolev2005-01-291-2/+0
* o Split out kernel part of execve(2) syscall into two parts: one thatMaxim Sobolev2005-01-291-0/+2
* "pst" is not 64-bit clean for reasons specified in sys/amd64/conf/NOTES.Ruslan Ermilov2005-01-271-1/+2
* Comment out "lnc" on amd64 for reasons specified in sys/amd64/conf/NOTES.Ruslan Ermilov2005-01-271-1/+1
* ar and sr (and their netgraph cousins) don't appear to be 64-bit clean, soWarner Losh2005-01-272-3/+8
* The ar driver appears to do naughty things with pointers and integersWarner Losh2005-01-271-1/+1
* pcic is goneWarner Losh2005-01-272-10/+0
* Add cs module. It has built in my tree for ages, and it just neverWarner Losh2005-01-261-0/+2
* The tinderbox seems to have a different set of compiler optionsWarner Losh2005-01-261-0/+1
* Add WERRROR= to work around the warningsWarner Losh2005-01-264-0/+4
* Provide a WITHOUT_MODULES variable that specifies a list of modulesWes Peters2005-01-201-0/+4
* Fix building for non-i386 platforms.Sam Leffler2005-01-181-4/+7
* Connect SHSEC GEOM class to the build.Pawel Jakub Dawidek2005-01-111-0/+1
* Introduce a new GEOM class - SHSEC. It provides sharing secret betweenPawel Jakub Dawidek2005-01-111-0/+8
* Back out previous commits. Installing new share/mk fixes this.Nate Lawson2005-01-031-1/+0
* NO_MAN is now NOMAN.Nate Lawson2005-01-031-1/+1
* Fix kernel modules build. For some reason, this module now bails out withNate Lawson2005-01-031-0/+1
* Add usbdevs_data.h to the SRCS list since usb_subr.c needs it. This forcesJohn Baldwin2004-12-311-1/+1
* mac_portacl.c no longer references vnode_if.h.Robert Watson2004-12-301-2/+1
* Remove vnode_if.h for rev 1.14.David E. O'Brien2004-12-291-2/+1
* We don't need to generate vnode_if.h anymoreWarner Losh2004-12-2924-27/+23
* No need to generate vnode_if.h anymoreWarner Losh2004-12-295-5/+5
* Add FR support to sppp (MFCronyx).Roman Kurakin2004-12-281-1/+1
* Don't define PFIL_HOOKS. It's no longer required in RELENG_5 or HEAD.Scott Long2004-12-251-1/+1
* NOINET6 -> NO_INET6Ruslan Ermilov2004-12-213-4/+4
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-212-2/+2
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-212-2/+2
* We already have ng_fec.4 manpage. And sys/modules is not a correctGleb Smirnoff2004-12-191-8/+0
* fix typo to resolve undefined symbolSam Leffler2004-12-161-1/+1
* bring in rijndael crypto code to satisfy dependency: shouldSam Leffler2004-12-151-0/+2
* Make this compile when you don't have /sys.Warner Losh2004-12-131-1/+1
* Remove the addition of ACPI_DEBUG that was accidentally added in the lastScott Long2004-12-131-1/+1
* Allow the acpi_ibm module to be built with ACPI_DEBUG.Scott Long2004-12-131-0/+1
* Make sure that opt_ddb.h exists so that this will compile with ACPI_DEBUGScott Long2004-12-131-1/+2
* Separate mse driver into a core driver and a bus attachments. Separate outWarner Losh2004-12-122-0/+16
* Connect acpi_ibm to build.Takanori Watanabe2004-12-091-1/+1
* Add IBM Laptop extra device driver.Takanori Watanabe2004-12-091-0/+8
* Update/new modules for net80211 and ath changes.Sam Leffler2004-12-0810-3/+148
* kmod.mk knows how to create empty opt_*.h files so let it deal with theBrooks Davis2004-12-031-3/+1
* Allow the gif module to be built without IPv6 support when NOINET6 isBrooks Davis2004-11-261-1/+8
* Stop building uart_dev_i8251.c. It was copied from uart_dev_ns8250.cMarcel Moolenaar2004-11-201-2/+2
* o Remove opt_ddb.h from SRCS.Marcel Moolenaar2004-11-201-1/+1