aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar2001-09-081-5/+5
* Use MACHINE_ARCH instead of MACHINE to fix pc98 module.Yoshihiro Takahashi2001-09-061-3/+3
* Attach if_vlan to the build process.Brooks Davis2001-09-051-0/+1
* vlan.h is obsolete, don't create it anymore.Brooks Davis2001-09-054-20/+4
* Update tx(4) to always enable vlan(4) support.Brooks Davis2001-09-051-5/+1
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,Brooks Davis2001-09-051-0/+12
* Kill the NCCD constant by modernizing the ccd driver.Poul-Henning Kamp2001-09-041-7/+1
* Make the fe driver kernel object module to compile in default.Takeshi Shibagaki2001-09-022-0/+18
* Remove old acpica moduleMike Smith2001-08-301-49/+0
* Build the ACPI module by default.Mike Smith2001-08-301-0/+1
* Update for slightly changed ACPI OSD module. Make debugging code conditionalMike Smith2001-08-301-13/+22
* Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails),Andrew Gallatin2001-08-291-2/+2
* wi driver now includes pci.h, so we need to generate it to generate it.Warner Losh2001-08-281-1/+4
* Add support for 802.1Q VLAN and oversized ethernet frames.Semen Ustimenko2001-08-131-1/+5
* Build modules from the main src/sys tree.Peter Wemm2001-08-0923-1960/+23
* Unbreak ip_mroute_modBill Fenner2001-07-252-4/+14
* Add build infrastructure for a libiconv loadable kernel module.Sheldon Hearn2001-07-251-0/+12
* sys/kern/tty_snoop.c is now sys/dev/snp/snp.c.Dima Dorfman2001-07-251-2/+2
* Move netgraph to i386 only. Which is where it works only.Matt Jacob2001-07-251-1/+1
* Make ng_split part of the module building process.Brooks Davis2001-07-241-0/+1
* Grrr. Module depends on vlan.h, and I committed the wrong versionBill Paul2001-07-231-1/+1
* You were knocked senseless by the Boomerang, spun around by the Cyclone,Bill Paul2001-07-232-0/+13
* Add ACPI S2-S4BIOS Suspend/Resume code.Takanori Watanabe2001-07-202-2/+12
* Unconditinally turn on VLAN support when building fxp as a module, sinceJonathan Lemon2001-07-191-1/+1
* Put module directories one per line so adding new modules creates readableBrooks Davis2001-07-152-14/+137
* Merge with latest version of the Mylex 6+ driver.Mike Smith2001-07-141-1/+2
* turn on the null-modem device.Julian Elischer2001-07-081-1/+1
* Ha! This time, I remembered the ACPI module. Update the sources listMike Smith2001-07-072-8/+8
* - Don't overwrite inb, inw and outw.Yoshihiro Takahashi2001-07-041-1/+9
* gif(4) and stf(4) modernization:Brooks Davis2001-07-023-2/+36
* intel ich/ich2 driver - this needs some work but is functional enough forCameron Grant2001-07-012-3/+11
* Two more "oops"es here: i didn't mean to turn on fdc debugging byJoerg Wunsch2001-06-291-2/+2
* Duh-oh! When beautifying a comment right before my last commit, iJoerg Wunsch2001-06-291-1/+1
* First stab at fixing resource deallocation, and implementing fdc(4) asJoerg Wunsch2001-06-292-1/+30
* Follow Mike's commit by adding acpi_powerres.c.Takanori Watanabe2001-06-282-2/+2
* Remove dgm module.Dima Dorfman2001-06-282-9/+1
* add sndstat.c so module users have /dev/sndstat againCameron Grant2001-06-232-2/+2
* Implement a loadable module for the oltr Olicom Token Ring driver. IJoerg Wunsch2001-06-142-1/+36
* Linprocfs builds on Alpha now.Dag-Erling Smørgrav2001-06-111-4/+1
* Preemptive brucification.Dag-Erling Smørgrav2001-06-101-2/+0
* Connect linprocfs to the build.Dag-Erling Smørgrav2001-06-102-0/+13
* Disconnect linprocfs prior to moving it.Dag-Erling Smørgrav2001-06-102-21/+1
* Connect the fs directory to the build.Dag-Erling Smørgrav2001-06-101-1/+1
* Add a build directory and Makefile for pseudofs.Dag-Erling Smørgrav2001-06-102-0/+20
* enable vchan buildingCameron Grant2001-06-072-2/+2
* Relocate IPFilter from sys/netinet to sys/contrib/ipfilter.Jonathan Lemon2001-06-071-1/+2
* - VFS_SET(msdos) -> VFS_SET(msdosfs)Ruslan Ermilov2001-06-011-1/+1
* Remove vestiges of MFS.Ruslan Ermilov2001-06-011-1/+1
* Add device driver support for the Level 1 LXT1001 NetCelleratorBill Paul2001-05-312-1/+9
* Fix include path for recent acpica update.Takanori Watanabe2001-05-302-2/+2