aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/coff
Commit message (Expand)AuthorAgeFilesLines
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-1/+3
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-05-041-1/+1
* Zap KMODDEPS linePeter Wemm2000-05-011-1/+0
* Removed special rules for building and cleaning device interface filesBruce Evans1999-11-281-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make this work now; fixing the kstack overflow allows the dependency toPeter Wemm1998-11-061-4/+4
* Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm1998-10-162-67/+5
* Shut this thing up, like the other LKMsJordan K. Hubbard1998-08-241-2/+2
* The coff LKM needs IBCS2 to be able to link (for the 'make regress'Eivind Eklund1998-03-121-1/+2
* Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absoluteBruce Evans1998-02-011-2/+2
* Make MOD_* macros almost consistent:Peter Dufault1997-04-061-3/+3
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-222-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* `struct linker_set execsw_set' was declared as const and pointers in itBruce Evans1996-09-031-2/+2
* Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC()Bruce Evans1995-11-141-2/+5
* Replaced nosys() by lkm_nullcmd(). Always call lkm load/unload/statBruce Evans1995-11-131-2/+3
* Do a pass over the broken LKM's and update them to use the "new"Peter Wemm1995-10-281-5/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Again, this is not a filesystem so don't compile it as if it were.Garrett Wollman1994-10-271-3/+3
* LKM module for the coff loader (used for iBCS2 emulation)Søren Schmidt1994-10-142-0/+68