aboutsummaryrefslogtreecommitdiff
path: root/lkm
Commit message (Expand)AuthorAgeFilesLines
* Added or restored #include of <machine/md_var.h>. Some declarationsBruce Evans1996-07-012-4/+10
* Fixed the `machine' link. It pointed to the wrong place, and was createdBruce Evans1996-06-251-6/+9
* Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative)Bruce Evans1996-06-232-4/+4
* Don't claim to be a VFS_LKM - generate vnode_if.h by putting it in SRCS.Bruce Evans1996-06-231-5/+4
* Don't (re)define ACTUALLY_LKM_NOT_KERNEL. It wasn't even used by theBruce Evans1996-06-231-1/+1
* Don't (re)define or use ACTUALLY_LKM_NOT_KERNEL - use the existingBruce Evans1996-06-231-1/+1
* Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicateBruce Evans1996-06-231-2/+3
* Disabled unusable union lkm.Bruce Evans1996-06-231-3/+3
* Add new parts, kernel not booted in other caseAndrey A. Chernov1996-06-181-3/+3
* Add ccd.Satoshi Asami1996-06-121-2/+2
* A Makefile for a ccd lkm. You need to explicitly /sbin/modload it forSatoshi Asami1996-06-121-0/+17
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-072-2/+6
* Add in qcam module (forgot)Paul Traina1996-03-241-2/+2
* Add in both parts of the driver. LKM qcam driver now works.Paul Traina1996-03-211-1/+1
* Bring in support code to make QuickCam driver a LKM.Paul Traina1996-03-163-0/+71
* Add joy to the SUBDIR list.Jean-Marc Zucconi1996-03-161-2/+2
* Build LKM for joystick driver.Jean-Marc Zucconi1996-03-163-0/+67
* linux_interp now moved into sys/i386/linux/linux_sysvec.c, but stillPeter Wemm1996-03-101-6/+2
* First attempt at FreeBSD & Linux ELF support.Søren Schmidt1996-03-102-3/+15
* Update the linux lkm to use the new file list and build routine.Peter Wemm1996-03-021-5/+25
* Make the ipfw LKM work again.Poul-Henning Kamp1996-02-242-94/+3
* Correct some man page cross references and some fileMike Pritchard1996-02-051-2/+1
* Add missing ${DESTDIR} to afterinstall: target.Rodney W. Grimes1996-01-271-2/+2
* Attempt to fix the procfs LKM after making some of the procfsPeter Wemm1996-01-241-5/+3
* No longer generate empty opt_sysvipc.h, and no longer issue -DSYSVSHM etcPeter Wemm1996-01-081-7/+3
* No longer generate empty opt_sysvipc.h..Peter Wemm1996-01-081-6/+2
* Detach fpu and gnufpu from Makefile.. These lkm's build (or used to)Peter Wemm1996-01-061-2/+5
* Add opt_sysvipc.h rules similar as in ibcs2 MakefileAndrey A. Chernov1996-01-061-2/+6
* Automatically create an empty opt_sysvipc.h to mimic old optionGarrett Wollman1996-01-041-2/+6
* recording cvs-1.6 file deathPeter Wemm1995-12-302-78/+0
* Added SYSVSHM defineSøren Schmidt1995-12-291-2/+2
* Reformatted the list of broken modules and added ip_mroute_mod to it.Bruce Evans1995-12-161-5/+2
* Two x87 emulators as LKMs.Poul-Henning Kamp1995-12-143-2/+29
* Delete obnoxious uprintf()s in load/unload procedures.Garrett Wollman1995-11-295-15/+5
* Add Lyndon's man page.Joerg Wunsch1995-11-282-1/+67
* Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC()Bruce Evans1995-11-149-38/+55
* Replaced nosys() by lkm_nullcmd(). Always call lkm load/unload/statBruce Evans1995-11-139-18/+23
* Update if_ppp lkm to pull in the new files...Peter Wemm1995-10-311-3/+3
* Add extra export symbols for the ATAPI generic interface.Peter Wemm1995-10-281-3/+7
* Reattach atapi and wcd to the lkm Makefile, these compile for me now.Peter Wemm1995-10-281-4/+4
* Sorry.. I didn't mean to re-enable wcd yetPeter Wemm1995-10-281-3/+3
* Do a pass over the broken LKM's and update them to use the "new"Peter Wemm1995-10-2813-48/+47
* Temp. disable following modules:Andrey A. Chernov1995-10-281-4/+8
* Revert to default entry point.Poul-Henning Kamp1995-10-151-2/+1
* Only export our 'init' symbol.Poul-Henning Kamp1995-10-151-1/+2
* atapi and wcd LKMs.David Greenman1995-10-142-0/+56
* Remove socksys modload command from ibcs2 startup shell script.Steven Wallace1995-10-101-2/+1
* Remove socksys lkm from makefile list.Steven Wallace1995-10-101-2/+2
* Add prototypes and declare function return type in ibcs2.cSteven Wallace1995-10-102-5/+14
* Update the version in the snake saver...Peter Wemm1995-09-041-2/+2