summaryrefslogtreecommitdiffstats
path: root/sys/modules/ibcs2
Commit message (Collapse)AuthorAgeFilesLines
* Remove opt_mac.h generation for various kernel modules that no longerrwatson2009-06-061-1/+1
| | | | | | require it. Submitted by: pjd
* add opt_mac.h to SRCS to unbreak module build.alfred2002-08-121-1/+1
|
* Zap obsolete (died with LKM) EXPORT_SYMS variablepeter2001-02-041-1/+0
|
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-1/+2
|
* Remove the ibcs2(8) shell script.sheldonh2000-11-293-114/+0
| | | | | | | | Providing shell scripts that do nothing but load a similarly named kernel loadable module in out of vogue. There is no ibcs2(4) manual page, and I haven't managed to coax anyone into contributing one based on the linux(4) manual page.
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Use Fx macro wherever possible.ru2000-11-141-1/+3
|
* Don't install manpages.obrien2000-10-081-3/+0
| | | | They are being moved elsewhere, and they are causing problems being here.
* Only install secondary components if the destination directory exists.obrien2000-10-041-0/+4
| | | | This may be a WIP, but `make release' needs it sooner than later.
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-271-1/+1
| | | | encoding the relative path.
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-041-1/+1
| | | | | | | This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated.
* Removed special rules for building and cleaning device interface filesbde1999-11-281-4/+0
| | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
* Install {ibcs2,svr4}.sh in /usr/sbin and not in /usr/bin.obrien1999-09-051-1/+1
| | | | related to PR: 13545
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Reference kld(4).ghelmer1999-04-231-2/+2
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Replace LKM with KLD.ghelmer1999-04-061-5/+5
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Clean up some .Os macro uses: quotes are not needed, multiple argumentsfenner1999-02-151-2/+2
| | | | | don't really work if the first one isn't "FreeBSD", and "FreeBSD-Experimental" isn't an OS name.
* Install scripts without .sh suffix.jkh1998-11-121-2/+2
|
* Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy).peter1998-11-112-45/+2
|
* Reenable /usr/bin/ibcs2 installing from here; it works now that thepeter1998-11-111-4/+4
| | | | guaranteed kernel stack overflow is fixed.
* Don't use a glue file for the module; use the one in the kernel.peter1998-11-062-66/+2
|
* Do not overwrite the lkm versions of the install scripts for now. linuxpeter1998-11-051-4/+4
| | | | works but ibcs2 has a load failure and joy doesn't look like it'll work.
* Update to use kldload, no temporary files!peter1998-11-052-24/+6
|
* Sample initial set of kld-ified modules. Not all have been completelypeter1998-10-162-21/+25
| | | | | | | converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
* Sort cross references.wosch1998-08-311-3/+3
|
* Removed reference to obsolete file "README.iBCS2".jkoshy1998-05-191-2/+1
| | | | | Submitted by: Max Euston <max@jmrodgers.com> PR: 6679
* Back out opt_diagnostic.h changes.eivind1998-02-061-6/+3
|
* Make the LKMs handle DIAGNOSTIC as a new-style option.eivind1998-02-041-3/+6
|
* Make this work with SPX_HACK as a new-style option.eivind1998-02-041-3/+7
|
* Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolutebde1998-02-011-2/+2
| | | | | path to the obj directory in ${CFLAGS}. This is actually equivalent to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}.
* Also quiet down the ibcs2 startup (same reason as linux lkm - it screwsjkh1997-05-011-2/+2
| | | | the console output).
* Make MOD_* macros almost consistent:dufault1997-04-061-2/+3
| | | | | | | | | | | | | | | | | | | | Use the name argument almost the same in all LKM types. Maintain the current behavior for the external (e.g., modstat) name for DEV, EXEC, and MISC types being #name ## "_mod" and SYCALL and VFS only #name. This is a candidate for change and I vote just the name without the "_mod". Change the DISPATCH macro to MOD_DISPATCH for consistency with the other macros. Add an LKM_ANON #define to eliminate the magic -1 and associated signed/unsigned warnings. Add MOD_PRIVATE to support wcd.c's poking around in the lkm structure. Change source in tree to use the new interface. Reviewed by: Bruce Evans
* Revert $FreeBSD$ back to $Id$peter1997-02-225-5/+5
|
* Make ibcs2 a little bit saver. Add copyright.wosch1997-02-022-6/+70
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-145-5/+5
| | | | | | | | 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.
* add forgotten $Id$wosch1996-09-221-1/+1
|
* 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-284-8/+13
| | | | | | | | | | | | | | | 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-102-4/+2
|
* 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-162-2/+4
|
* Fix install of ibcs2 script.sos1994-10-141-3/+4
|
OpenPOWER on IntegriCloud