aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.Yoshihiro Takahashi2002-11-0621-59/+4
* Include "../Makefile.inc".Yoshihiro Takahashi2002-11-0611-0/+32
* - Convert to newbus, bus_space etc.Matthew N. Dodd2002-11-051-0/+9
* Permit MAC policies to instrument the access control decisions forRobert Watson2002-11-041-0/+1
* Hook the aic7xxx modules up. This requires some extra care since aicasmScott Long2002-11-034-27/+7
* Enable if_fwe.Hidetoshi Shimokawa2002-11-031-1/+1
* Add the netgraph 'source' module.Julian Elischer2002-10-311-0/+8
* Add an isp(4) module. sbus support is only compiled in on sparc64.John Baldwin2002-10-312-0/+15
* Add a module for mpt(4).John Baldwin2002-10-312-0/+11
* Rename the speaker device for pc98 to 'pcspeaker'.Yoshihiro Takahashi2002-10-313-6/+12
* Finally get around to committing Bill Paul's FEC netgraph nodes.Julian Elischer2002-10-292-0/+19
* Don't roll our own clean target, the default oneMaxime Henrion2002-10-271-5/+0
* - Comment a line which sets CISS_DEBUG by default.Maxime Henrion2002-10-271-1/+1
* Slightly change the semantics of vnode labels for MAC: rather thanRobert Watson2002-10-261-2/+0
* Build the following modules on ia64 as well:Marcel Moolenaar2002-10-241-1/+20
* Remove gcc-specific optimization/debugging CFLAGSKris Kennaway2002-10-241-1/+1
* Commit of Makefile missed in earlier pass.Robert Watson2002-10-241-0/+9
* Provide a simple sample labeled access control policy, mac_partition.Robert Watson2002-10-231-0/+1
* - New-bussify the rc(4) device driver.John Baldwin2002-10-232-0/+9
* opt_mac.h is no longer required for any of these modules, remove fromRobert Watson2002-10-226-6/+0
* Fixed some unsorting.Bruce Evans2002-10-211-20/+21
* Hook up opt_mac.h to the build dependencies. The way we currentlyRobert Watson2002-10-201-1/+1
* Add opt_mac.h to dependencies for if_stf.c module.Robert Watson2002-10-201-1/+1
* Connect ubsa module to build.Alexander Kabaev2002-10-201-0/+1
* After much delay and anticipation, welcome RAIDFrame into the FreeBSDScott Long2002-10-201-0/+32
* (1) added LSI Logic copyright, and legal line 3 in license, and stringEric Moore2002-10-181-1/+1
* Module-ize the 'core' crypto stuff. This may still need to be compiledMark Murray2002-10-162-1/+26
* - Remove unused opt_foo.h headers.John Baldwin2002-10-143-20/+6
* The ep and pccard modules build on pc98.Yoshihiro Takahashi2002-10-141-0/+2
* Connect trm(4) to the build.Olivier Houchard2002-10-132-0/+13
* Allow ubsa(4) driver to be build as a kernel module.Alexander Kabaev2002-10-101-0/+10
* Disconnect "sem" module from the build.Alfred Perlstein2002-10-071-1/+0
* Oops. Actually connect back msdosfs to the build for every platform.Maxime Henrion2002-10-061-0/+1
* The msdosfs module now builds on sparc64. No idea if it worksMaxime Henrion2002-10-051-2/+1
* Add code for ACPI PCI link object manipulation.Mitsuru IWASAKI2002-10-051-0/+1
* hookup new crypto support to the config/build processSam Leffler2002-10-041-0/+3
* module for ubsec crypto driverSam Leffler2002-10-041-0/+9
* module for hifn driverSam Leffler2002-10-041-0/+9
* module for /dev/crypto supportSam Leffler2002-10-041-0/+7
* Turn on the mcd(4) module.Matthew N. Dodd2002-10-041-0/+1
* newbus & bus_space the mcd(4) driver.Matthew N. Dodd2002-10-041-0/+12
* Since bpf is no longer an optional component, remove associated ifdef's.Maxim Sobolev2002-10-021-6/+1
* Moved the cam and cd9660 modules to the MI list. Don't build msdosfs orJake Burkholder2002-10-011-9/+8
* need exca tooWarner Losh2002-10-011-0/+1
* HARP driver for the IDT77201/211 NICStAR ATM Adapter (Including Fore LE155).Matthew N. Dodd2002-09-301-0/+9
* Add cardbus, cbb, ep and pccard. These can likely be moved to the MIWarner Losh2002-09-261-0/+5
* The AAC_COMPAT_LINUX option was really annoying, since it made theScott Long2002-09-252-2/+10
* use __packed.Alfred Perlstein2002-09-231-24/+24
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cJake Burkholder2002-09-221-1/+1
* Firewire can be built on other than i386 after sbp.c fix.Hidetoshi Shimokawa2002-09-211-2/+1