aboutsummaryrefslogtreecommitdiff
path: root/lkm
Commit message (Expand)AuthorAgeFilesLines
* 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-071-13/+10
* 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-021-2/+5
* 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-301-2/+2
* fix more of my breakage... :(John-Mark Gurney1998-06-301-1/+5
* fix buildworld hopefully be3fore anyone complains...John-Mark Gurney1998-06-301-1/+3
* ELF preparation step 2:Søren Schmidt1998-05-261-1/+4
* 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
* Fixed a race to build the `@' and `machine' symlinks early enoughBruce Evans1998-03-191-2/+2
* The coff LKM needs IBCS2 to be able to link (for the 'make regress'Eivind Eklund1998-03-121-1/+2
* Don't add files handled by bsd.kmod.mk to CLEANFILES. Don't add never-Bruce Evans1998-02-252-4/+4
* Don't reference (nonesxistent) qcam module.Mike Smith1998-02-181-2/+2
* Remove qcam LKM.Mike Smith1998-02-183-76/+0
* Back out opt_diagnostic.h changes.Eivind Eklund1998-02-067-43/+18
* Make the LKMs handle DIAGNOSTIC as a new-style option.Eivind Eklund1998-02-047-18/+43
* Make this work with SPX_HACK as a new-style option.Eivind Eklund1998-02-041-3/+7
* Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absoluteBruce Evans1998-02-019-18/+13
* Don't put a path to "sys" in ${CFLAGS} here. bsd.kmod.mk now handlesBruce Evans1998-02-016-12/+12
* Don't handle the `machine' symlink or related include paths here.Bruce Evans1998-02-013-25/+8
* Fixed breakage from converting NULLFS_DEBUG to a new-style option.Bruce Evans1998-02-011-2/+6
* LKM-support for converting all file-system options to new-style options.Eivind Eklund1998-01-244-12/+24
* Include <machine/pc/display.h>, not <i386/include/pc/display.h>. This isBruce Evans1998-01-163-6/+6
* Minor fixups after INET option change.Eivind Eklund1998-01-092-6/+15
* Make the LKMs compile with the INET option as a newstyle option inEivind Eklund1998-01-084-14/+28
* Fix my typo.Eivind Eklund1997-12-161-2/+2
* Handle COMPAT_43 define -> option change.Eivind Eklund1997-12-161-4/+7
* Whoops - fix this after yesterday's IPX option changes. Also fixEivind Eklund1997-12-161-3/+12
* - The daemon might go off the screen and crashed the system if theKazutaka YOKOTA1997-10-261-35/+148
* Update Makefile to know about PPP_FILTER and fix the PPP_BSDCOMP andPeter Wemm1997-10-181-6/+13
* Make the blank screen saver work with MDA and CGA. The fade and greenKazutaka YOKOTA1997-10-044-39/+171
* Add example for IPFIREWALL_DEFAULT_TO_ACCEPTPeter Wemm1997-09-101-1/+4
* Remove the vm86 LKM.Jonathan Lemon1997-08-282-11/+2
* Removed bogus -I path in CFLAGS.Bruce Evans1997-08-261-2/+2
* make lkm/if_ppp build again.. opt_ppp.h is needed again...John-Mark Gurney1997-08-211-3/+9
* Add VM86 to the lkm build.John Dyson1997-08-091-2/+2
* Add the VM86 module to the lkm build.John Dyson1997-08-091-0/+9
* Don't use /sys.Bruce Evans1997-08-072-4/+4
* Fixed bitrot in fpu LKMs.Bruce Evans1997-07-202-5/+6
* Incorporated lots of fixes and suggestions from Bruce and changes toKazutaka YOKOTA1997-07-1513-160/+112
* Take the OS release string from the kernel variable `osrelease'Kazutaka YOKOTA1997-06-242-5/+34
* Corrected accidental breakage in the last commit.Kazutaka YOKOTA1997-05-261-3/+3