summaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* this should have been deleted a while agoWarner Losh2004-11-181-9/+0
* o sparc64/isa/isa.c:Marius Strobl2004-11-171-7/+2
* Add vkdb(4) man page and connect vkbd(4) to the build.Maksim Yevmenkin2004-11-161-0/+1
* Add virtual AT keyboard driver vkbd(4).Maksim Yevmenkin2004-11-161-0/+12
* Put _ray back, as appropriate.Warner Losh2004-11-151-0/+2
* PC98 does not have ACPI.Yoshihiro Takahashi2004-11-151-1/+1
* After discussions with Nate, repo copy the acpi assist drivers fromWarner Losh2004-11-155-4/+13
* Add comment about why amd64 and ia64 don't build acpi modules.Warner Losh2004-11-151-2/+2
* Make it clear that the acpi modules can only be compiled on i386.Scott Long2004-11-141-0/+8
* Commit takawata-san's Sony Notebook Controller driver, integrated intoWarner Losh2004-11-112-1/+10
* Remove at request of author, perhaps to be re-added later.Mark Murray2004-11-102-17/+0
* Fix paths after repocopies done by scottlTom Rhodes2004-11-101-1/+1
* Remove the obsolete gx driver.Poul-Henning Kamp2004-11-082-9/+0
* Remove another vinum filePoul-Henning Kamp2004-11-041-16/+0
* IPDIVERT is a module now and tell the other parts of the kernel about it.Andre Oppermann2004-10-252-4/+1
* Device driver for onboard CS4231 audio controller which is foundPyun YongHyeon2004-10-253-0/+15
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Hook the hptmv driver up to the build.Scott Long2004-10-241-0/+2
* Clean up some messy Makefile stuff so that this can be built into theScott Long2004-10-241-19/+4
* Curlies only work in target and sources specifications, butRuslan Ermilov2004-10-242-2/+2
* Sort SUBDIR.Ruslan Ermilov2004-10-241-2/+2
* Import the HighPoint RocketRAID 182x driver. Thanks to HighPoint forScott Long2004-10-241-0/+62
* Convert IPDIVERT into a loadable module. This makes use of the dynamic loada...Andre Oppermann2004-10-191-0/+8
* Major overhaul.Gleb Smirnoff2004-10-181-1/+1
* Add dcons_os.{c,h}.Hidetoshi Shimokawa2004-10-132-2/+2
* Port NetBSD auxio driver. The driver was modified to use led(4) and canPyun YongHyeon2004-10-092-0/+12