summaryrefslogtreecommitdiffstats
path: root/lkm/ibcs2
Commit message (Collapse)AuthorAgeFilesLines
* Correct some man page cross references and some filempp1996-02-051-2/+1
| | | | locations.
* No longer generate empty opt_sysvipc.h..peter1996-01-081-6/+2
|
* Automatically create an empty opt_sysvipc.h to mimic old optionwollman1996-01-041-2/+6
| | | | environment.
* Add Lyndon's man page.joerg1995-11-282-1/+67
| | | | | | Closes PR # docs/842 Submitted by: lyndon@orthanc.com (Lyndon Nerenberg)
* Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC()bde1995-11-141-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from a string to an identifier so that it can be used to generate declarations and strings. It's much easier to stringize an identifier than to identifize a string. A uniform naming scheme must be used for the automatically generated things to apply. This is a feature. Used the module identifer to generate prototypes for the module load, unload and stat functions. Removed the few prototypes for these that already existed. Used the module identifier to generate a unique struct tag in MOD_DEV(). This should probably be done for all the MOD_*() macros. Moved the trailing semicolon from the MOD_*() macro definitions to the macro invocations that didn't already (bogusly) have it. Staticized the module load and unload functions. Added function return types for the module load, unload and stat functions. lkm/ibcs2/ibcs2.c: Included <sys/sysproto.h> to get everything prototyped. Cleaned up #includes. lkm/ibcs2/ipfw.c: Cleaned up #includes. lkm/linux/linux.c: The module name had to change from "linux_emulator" to "linux_mod" to be automatically generated. Cleaned up #includes. lkm/syscons/*/*_saver.c: Completed delcarations of function pointers. sys/i386/isa/atapi.c: The module name had to change from "atapi" to "atapi_mod" to be automatically generated. sys/i386/isa/wcd.c: Used the fixed MOD_DEV(). This module has two devices and expanded the macro in the source instead of fixing it. The module names had to change from "wcd" and "rwcd" to "wcd_mod" and "rwcd_mod" to be automatically generated. sys/pccard/pcic.c: The module name had to change from "pcic" to "pcic_mod" to be automatically generated.
* Replaced nosys() by lkm_nullcmd(). Always call lkm load/unload/statbde1995-11-131-2/+2
| | | | | functions instead of skipping the call if the function is nosys(). nosys() returned the wrong value as well as having the wrong type.
* Do a pass over the broken LKM's and update them to use the "new"peter1995-10-283-5/+8
| | | | | | | | | | | | | | | 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.
* Remove socksys modload command from ibcs2 startup shell script.swallace1995-10-101-2/+1
|
* Add prototypes and declare function return type in ibcs2.cswallace1995-10-102-5/+14
| | | | Add new files to Makefile.
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* install command was missing a ${DESTDIR}.wollman1994-12-111-2/+2
|
* ibcs2 is not a filesystem, don't compile it as if it were.wollman1994-10-271-3/+3
|
* Added load of socksys driver.sos1994-10-161-1/+2
|
* Fix install of ibcs2 script.sos1994-10-141-3/+4
|
* LKM module for the iBCS2 emulatorsos1994-10-143-10/+27
|
* LKM for ibcs2 supportsos1994-09-252-0/+72
OpenPOWER on IntegriCloud