summaryrefslogtreecommitdiffstats
path: root/lkm/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* The FreeBSD lkm design is aout specific.jb1998-05-151-1/+3
|
* Don't reference (nonesxistent) qcam module.msmith1998-02-181-2/+2
|
* Remove the vm86 LKM.jlemon1997-08-281-2/+2
|
* Add VM86 to the lkm build.dyson1997-08-091-2/+2
|
* Revert $FreeBSD$ back to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Disabled unusable union lkm.bde1996-06-231-3/+3
|
* Add ccd.asami1996-06-121-2/+2
|
* Add in qcam module (forgot)pst1996-03-241-2/+2
|
* Add joy to the SUBDIR list.jmz1996-03-161-2/+2
|
* Detach fpu and gnufpu from Makefile.. These lkm's build (or used to)peter1996-01-061-2/+5
| | | | | but are not quite useable. (fpu is used by init, and process switch apparently..)
* Reformatted the list of broken modules and added ip_mroute_mod to it.bde1995-12-161-5/+2
|
* Two x87 emulators as LKMs.phk1995-12-141-2/+2
| | | | | If somebody with the right HW would make the change to /etc/rc to use this, we could rip MATH_EMULATE from GENERIC...
* Reattach atapi and wcd to the lkm Makefile, these compile for me now.peter1995-10-281-4/+4
|
* Sorry.. I didn't mean to re-enable wcd yetpeter1995-10-281-3/+3
|
* Do a pass over the broken LKM's and update them to use the "new"peter1995-10-281-8/+4
| | | | | | | | | | | | | | | convention of having their entry point named "<modname>_mod"". Symorder is enforcing this when the current bsd.kmod.mk is installed. I've not tested all these, but at least they all compile now. Reattach them to the makefile. Note that the change that I made to symorder needs to be compiled and installed before any LKM's will work - the last version was corrupting the relocation tables. A "make world" will to this, but if you manually run a make on the lkm's you'll need to take care of it by hand.
* Temp. disable following modules:ache1995-10-281-4/+8
| | | | | | atapi coff ibcs2 ipfw linux syscons wcd (until they will be fixed) It allows to build/install other modules from top
* Remove socksys lkm from makefile list.swallace1995-10-101-2/+2
|
* pcic lkm for the pccard stuff.phk1995-08-241-2/+2
|
* First incarnation of our Linux emulator or rather compatibility code.sos1995-06-251-2/+2
| | | | | | | | | | | | This first shot only incorporaties so much functionality that DOOM can run (the X version), signal handling is VERY weak, so is many other things. But it meets my milestone number one (you guessed it - running DOOM). Uses /compat/linux as prefix for loading shared libs, so it won't conflict with our own libs. Kernel must be compiled with "options COMPAT_LINUX" for this to work.
* I was wrong. I thought that the ip_mroute lkm would still compile, but itwollman1995-06-131-2/+2
| | | | | seems to have stopped working on me. Disable it until I get a chance to fix it.
* The discard, tunnel, SLIP, and PPP network interface pseudo-deviceswollman1995-03-201-2/+3
| | | | | are now dynamically loadable. It doesn't make sense to do the same for the loopback.
* Next syscons update (given up on numbering :)sos1995-02-221-2/+2
| | | | | | | | | | | Removed screensavers from syscons, they are now LKM's. This makes it possible to do some really "interesting" screensavers... Fixed bug that sometimes caused garbage to appear when leaving "scroll-lock" history. Reformattet indentation, it got too deep for a normal 80 pos screen. Split up in syscons.c & syscons.h for use with the saver-lkm's. Temporarily removed -s option from vidcontrol, savers should now be loaded with modload.
* Add ipfw to /lkm Makefile..uups..ugen1995-01-301-3/+3
|
* Added socksys modulesos1994-10-161-2/+2
|
* Added coff & ibcs2 modules.sos1994-10-141-2/+2
| | | | | | Reviewed by: Submitted by: Obtained from:
* Disable MFS as loadable until someone figures out how to make it work.wollman1994-09-281-2/+6
|
* Create NFS LKM.wollman1994-09-221-2/+2
|
* Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's morewollman1994-09-211-2/+3
| | | | work; ditto NFS and it's even more work.)
* Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, andwollman1994-09-161-0/+5
arrange for that directory to get created by mtree. Also, process secure directory after all the others, because the programs there may overlay ones installed from the main part of the tree.
OpenPOWER on IntegriCloud