aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* Install scripts without .sh suffix.Jordan K. Hubbard1998-11-123-6/+6
* Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy).Peter Wemm1998-11-116-67/+8
* Reenable /usr/bin/ibcs2 installing from here; it works now that thePeter Wemm1998-11-111-4/+4
* Don't forget to remove opt_mfs.h.Bruce Evans1998-11-111-3/+3
* We need to install the linux shell script or the lkm version willJordan K. Hubbard1998-11-101-4/+4
* Make this work now; fixing the kstack overflow allows the dependency toPeter Wemm1998-11-061-4/+4
* Don't use a glue file for the module; use the one in the kernel.Peter Wemm1998-11-062-66/+2
* Build linux_genassym static, this should help aout-to-elf buildsPeter Wemm1998-11-051-2/+2
* Do not overwrite the lkm versions of the install scripts for now. linuxPeter Wemm1998-11-053-12/+12
* Update to use kldload, no temporary files!Peter Wemm1998-11-056-38/+24
* Fix make world breakage: "$MACHINE_ARCH" -> "${MACHINE_ARCH}".John Polstra1998-11-041-2/+2
* Don't try to build i386-centric modules on non-i386 systems.Mike Smith1998-11-041-4/+8
* Simple update to make these work as kld and preload modules.Peter Wemm1998-11-047-85/+56
* Reactivate coda. Also, KLD isn't just for i386, it will work on allPeter Wemm1998-11-031-5/+3
* The union kld module is now fully functional.Peter Wemm1998-11-031-5/+2
* Update comments on status of modulesPeter Wemm1998-11-031-2/+3
* Refer to vinum driver sources in a single location (outside of thePeter Wemm1998-10-2323-8249/+8
* Missed this file.Peter Wemm1998-10-161-0/+3
* Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm1998-10-1648-337/+219
* Unregister the glibc2 brand at module unload time.Alexander Langer1998-10-111-6/+23
* Fixes for lkm:Robert V. Baron1998-09-291-2/+1
* Include vinum in SUBDIRGreg Lehey1998-09-281-2/+2
* Correct calculation of revive blocksizeGreg Lehey1998-09-281-2/+2
* Get include paths rightGreg Lehey1998-09-281-2/+2
* lkm for codaRobert V. Baron1998-09-252-2/+13
* Add support for glibc consumers using the new ld-linux.so.2 linker.Mike Smith1998-09-171-3/+4
* Fix the sreensavers so the work again with the new syscons & friends.Søren Schmidt1998-09-177-35/+46
* Import base vinum lkm sourcesGreg Lehey1998-09-1623-0/+8235
* Add the vesa module to the listSøren Schmidt1998-09-151-2/+2
* Double oops, committed the wrong Makefile ata that, fixed.Søren Schmidt1998-09-151-2/+2
* Oops for the Makefile for the VESA lkmSøren Schmidt1998-09-151-0/+19
* Add VESA support to syscons.Søren Schmidt1998-09-157-39/+39
* Load linux emulator lkm only when not already loaded. This avoidsMartin Cracauer1998-09-072-4/+18
* Sort cross references.Wolfram Schneider1998-08-311-3/+3
* Shut this thing up, like the other LKMsJordan K. Hubbard1998-08-241-2/+2
* The daemon, snake and star savers should refuse to load if the currentKazutaka YOKOTA1998-08-063-3/+12
* A better solution to the rm_at_exit problem: Register the exit functionAlexander Langer1998-07-271-2/+2
* Override the default VFS LKM dispatch functions so that a moduleAlexander Langer1998-07-251-2/+2
* Finished previous fix - don't forget to add one dummy options headerBruce Evans1998-07-073-39/+30
* Added a `build-tools' target for internal tools. (linux_genassym mayBruce Evans1998-07-071-2/+4
* Fix the N'th occurance of missed bits due to opt_???? mucking.Søren Schmidt1998-07-023-6/+15
* Fixed missing options headers. Options that affect LKMs shouldn'tBruce Evans1998-07-011-3/+6
* Added opt_vmpage.h to SRCS so that it actually gets created.Bruce Evans1998-07-011-5/+5
* Leading whitespace in Makefile are TABS not spaces....Søren Schmidt1998-06-301-2/+2
* add new opt_nfs.h to cleanfiles...John-Mark Gurney1998-06-303-6/+6
* fix more of my breakage... :(John-Mark Gurney1998-06-301-1/+5
* fix buildworld hopefully be3fore anyone complains...John-Mark Gurney1998-06-303-3/+9
* Removed reference to obsolete file "README.iBCS2".Joseph Koshy1998-05-191-2/+1
* The FreeBSD lkm design is aout specific.John Birrell1998-05-151-1/+3
* Give this a shot at actually working as an LKM..Peter Wemm1998-03-271-3/+11