aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* Build the sym driver as a kernel module.Alexander Langer2000-12-071-0/+9
* Add support for compiling ray driver.Warner Losh2000-12-071-0/+9
* Update Makefile to follow acpica-1115 import.Takanori Watanabe2000-12-052-2/+2
* Don't auto-generate the syscalls.Marcel Moolenaar2000-12-031-16/+2
* Fix dependency for auto-generated files. This commit isMarcel Moolenaar2000-12-021-1/+1
* Default the /dev/random loadable module to blocking-on-bootup,Mark Murray2000-12-021-1/+4
* Revert disconnect of sysvipc now that there's a makefile availableAlfred Perlstein2000-12-011-1/+1
* Forgotten makefile.Alfred Perlstein2000-12-011-0/+5
* Disconnect sysvipc, since it doesn't build.Dag-Erling Smørgrav2000-12-011-1/+1
* sysvipc loadable.Alfred Perlstein2000-12-014-1/+32
* Retire the osf1(8) utility. The Makefile hasn't installed this critterSheldon Hearn2000-11-302-82/+0
* Remove the ibcs2(8) shell script.Sheldon Hearn2000-11-293-114/+0
* Decommission the svr4(8) shell script, which has been pointless sinceSheldon Hearn2000-11-294-76/+1
* A bunch of newcard/cardbus changes that's been sitting in my tree for a while:Jonathan Chen2000-11-282-4/+12
* Don't install the osf1 script from here. It causes the release build toDavid E. O'Brien2000-11-271-4/+0
* Fix another callout_init() that I missed.Jonathan Lemon2000-11-261-3/+1
* unhook netgraph/bridge until somebody makes it compile in LINTPoul-Henning Kamp2000-11-261-1/+3
* Add a module makefile for if_ep.Mark Murray2000-11-241-0/+14
* Add one2many subdirectory (previously forgotten).Archie Cobbs2000-11-221-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-203-3/+3
* New netgraph node type ng_one2many(4).Archie Cobbs2000-11-161-0/+7
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-1/+3
* The vortex driver can be compiled as a KLD now. The EISA attachmentBill Paul2000-11-072-1/+12
* Fix breakage for parallel builds.Marcel Moolenaar2000-11-051-0/+1
* Now have the `linux' module on the Alpha too.David E. O'Brien2000-11-041-2/+2
* Retire the joy(8) script. Using shell scripts to load kernel loadableSheldon Hearn2000-11-023-56/+0
* Retire linux(8). Using shell scripts to load kernel loadable modules isSheldon Hearn2000-11-023-74/+0
* Support for the linux ipc syscalls on the alpha, where each one hasAndrew Gallatin2000-11-011-2/+2
* Allow the building of the syscall bits at compile time.David E. O'Brien2000-11-011-1/+14
* kill old sb driverCameron Grant2000-11-011-8/+0
* switch over to new sb8/sb16 codeCameron Grant2000-11-011-1/+1
* Don't needlessly indirect the APM softstate. It does nothing butNick Sayer2000-10-311-6/+2
* Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comesYoshihiro Takahashi2000-10-311-0/+2
* Makefile for ACPI CA base acpi driver kernel module.Takanori Watanabe2000-10-312-0/+102
* Convert the de driver into a loadable module. Still missing is anMark Murray2000-10-312-1/+8
* modules for the new sb8 and sb16 driversCameron Grant2000-10-282-0/+16
* Removed extra calculation for X position (PC-98 only).Yoshihiro Takahashi2000-10-281-1/+0
* Hook ipfilter back up as it compiles now.David E. O'Brien2000-10-281-2/+2
* Remove ipfilter and mark it as broken until it will be fixed by maintainer.Andrey A. Chernov2000-10-271-2/+2
* As the blocking model has seems to be troublesome for many, disableMark Murray2000-10-271-1/+10
* The USB scanner driver. To be used together with SANE.Nick Hibma2000-10-252-0/+13
* Major update to the 'twe' driver.Mike Smith2000-10-251-1/+26
* if_ed_cbus.c is required from PC-98 only, and if_ed_isa.c is not necessaryYoshihiro Takahashi2000-10-211-1/+9
* Add '-DPC98' to CFLAGS if MACHINE == pc98.Yoshihiro Takahashi2000-10-212-0/+8
* After some complaints about the dir names, the random device isMark Murray2000-10-143-14/+4
* Don't install manpages.David E. O'Brien2000-10-085-13/+0
* Enable the if_ed module.Alexander Langer2000-10-061-1/+1
* Add card_if.h and sort the header files, while I'm here.Alexander Langer2000-10-061-1/+1
* - Include opt_vesa.h in vesa.c so that the VESA_DEBUG option is actuallyJohn Baldwin2000-10-061-1/+1
* Only install secondary components if the destination directory exists.David E. O'Brien2000-10-044-0/+16