aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* This module will soon need opt_linux.h (for <linux/linux_util.h>)Dag-Erling Smørgrav2001-10-211-0/+1
* remove wxMatt Jacob2001-10-201-9/+0
* Oops. Remove wx.Matt Jacob2001-10-201-1/+0
* Build the linux module on Alpha again. Note that the linux moduleMarcel Moolenaar2001-10-191-1/+2
* Linux compiles broken on alpha again. Remove.Matt Jacob2001-10-191-2/+2
* Hook the gx module up to the build.Jonathan Lemon2001-10-192-0/+9
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-1/+1
* Activate the bridge/dummynet modules.Paul Saab2001-10-051-0/+2
* Make it so dummynet and bridge can be loaded as modules.Paul Saab2001-10-052-0/+17
* Update list of sources to match 20010920 snapshot.Mike Smith2001-10-041-2/+2
* Removed mentions of TARGET_ARCH from non-cross places.Ruslan Ermilov2001-10-041-3/+1
* Add a change I forgot when adding ED_NO_MIIBUS. This will likelyIan Dowse2001-09-301-1/+2
* Add device driver support for the Broadcom BCM570x family of gigabitBill Paul2001-09-272-0/+9
* Add ng_ip_input. A new netgraph node for queuing IP packets into theBrooks Davis2001-09-272-0/+8
* /home/brooks/ng_gif.messageBrooks Davis2001-09-263-0/+20
* Make faith loadable, unloadable, and clonable.Brooks Davis2001-09-252-0/+16
* Only call kldxref(8) once, after installing all modules.Ruslan Ermilov2001-09-211-0/+7
* Add nfs_lock.c to the build list. *blush*Peter Wemm2001-09-201-1/+1
* I forgot to rm the nfs module directory.Peter Wemm2001-09-201-18/+0
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-183-20/+16
* KLDMOD is not used since share/mk/bsd.kmod.mk,v 1.60.Ruslan Ermilov2001-09-181-1/+0
* Added pc98 support.Yoshihiro Takahashi2001-09-161-0/+5
* Conditionalize building of ex2fs module by WANT_EXT2FS_MODULEMichael Reifenberger2001-09-151-1/+4
* Add ext2fs moduleMichael Reifenberger2001-09-132-0/+13
* KSE Milestone 2Julian Elischer2001-09-122-3/+6
* 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