History log of /freebsd-10.2-release/sys/modules/ibcs2/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


193588 06-Jun-2009 rwatson

Remove opt_mac.h generation for various kernel modules that no longer
require it.

Submitted by: pjd


101715 12-Aug-2002 alfred

add opt_mac.h to SRCS to unbreak module build.


71989 04-Feb-2001 peter

Zap obsolete (died with LKM) EXPORT_SYMS variable


70711 06-Jan-2001 obrien

Use a consistent style and one much closer to the rest of /usr/src


69350 29-Nov-2000 sheldonh

Remove the ibcs2(8) shell script.

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.


68961 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


68716 14-Nov-2000 ru

Use Fx macro wherever possible.


66826 08-Oct-2000 obrien

Don't install manpages.
They are being moved elsewhere, and they are causing problems being here.


66620 04-Oct-2000 obrien

Only install secondary components if the destination directory exists.
This may be a WIP, but `make release' needs it sooner than later.


60966 27-May-2000 peter

Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
encoding the relative path.


59951 04-May-2000 peter

Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
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.


53846 28-Nov-1999 bde

Removed special rules for building and cleaning device interface files
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).


50934 05-Sep-1999 obrien

Install {ibcs2,svr4}.sh in /usr/sbin and not in /usr/bin.

related to PR: 13545


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


45954 23-Apr-1999 ghelmer

Reference kld(4).

Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>


45381 06-Apr-1999 ghelmer

Replace LKM with KLD.

Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>


44060 15-Feb-1999 fenner

Clean up some .Os macro uses: quotes are not needed, multiple arguments
don't really work if the first one isn't "FreeBSD", and "FreeBSD-Experimental"
isn't an OS name.


41104 12-Nov-1998 jkh

Install scripts without .sh suffix.


41081 11-Nov-1998 peter

Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy).


41071 11-Nov-1998 peter

Reenable /usr/bin/ibcs2 installing from here; it works now that the
guaranteed kernel stack overflow is fixed.


40964 06-Nov-1998 peter

Don't use a glue file for the module; use the one in the kernel.


40921 05-Nov-1998 peter

Do not overwrite the lkm versions of the install scripts for now. linux
works but ibcs2 has a load failure and joy doesn't look like it'll work.


40920 05-Nov-1998 peter

Update to use kldload, no temporary files!


40440 16-Oct-1998 peter

Sample initial set of kld-ified modules. Not all have been completely
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)


38702 31-Aug-1998 wosch

Sort cross references.


36171 19-May-1998 jkoshy

Removed reference to obsolete file "README.iBCS2".

Submitted by: Max Euston <max@jmrodgers.com>
PR: 6679


33143 06-Feb-1998 eivind

Back out opt_diagnostic.h changes.


33105 04-Feb-1998 eivind

Make the LKMs handle DIAGNOSTIC as a new-style option.


33070 04-Feb-1998 eivind

Make this work with SPX_HACK as a new-style option.


32990 01-Feb-1998 bde

Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolute
path to the obj directory in ${CFLAGS}. This is actually equivalent
to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}.


25343 01-May-1997 jkh

Also quiet down the ibcs2 startup (same reason as linux lkm - it screws
the console output).


24673 06-Apr-1997 dufault

Make MOD_* macros almost consistent:

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


22982 22-Feb-1997 peter

Revert $FreeBSD$ back to $Id$


22209 02-Feb-1997 wosch

Make ibcs2 a little bit saver. Add copyright.


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

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.


18471 22-Sep-1996 wosch

add forgotten $Id$


13922 05-Feb-1996 mpp

Correct some man page cross references and some file
locations.


13339 08-Jan-1996 peter

No longer generate empty opt_sysvipc.h..


13227 04-Jan-1996 wollman

Automatically create an empty opt_sysvipc.h to mimic old option
environment.


12509 28-Nov-1995 joerg

Add Lyndon's man page.

Closes PR # docs/842

Submitted by: lyndon@orthanc.com (Lyndon Nerenberg)


12276 14-Nov-1995 bde

Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC()
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.


12250 13-Nov-1995 bde

Replaced nosys() by lkm_nullcmd(). Always call lkm load/unload/stat
functions instead of skipping the call if the function is nosys().
nosys() returned the wrong value as well as having the wrong type.


11857 28-Oct-1995 peter

Do a pass over the broken LKM's and update them to use the "new"
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.


11405 10-Oct-1995 swallace

Remove socksys modload command from ibcs2 startup shell script.


11402 10-Oct-1995 swallace

Add prototypes and declare function return type in ibcs2.c
Add new files to Makefile.


8871 30-May-1995 rgrimes

Remove trailing whitespace.


5043 11-Dec-1994 wollman

install command was missing a ${DESTDIR}.


3946 27-Oct-1994 wollman

ibcs2 is not a filesystem, don't compile it as if it were.


3649 16-Oct-1994 sos

Added load of socksys driver.


3596 14-Oct-1994 sos

Fix install of ibcs2 script.


3582 14-Oct-1994 sos

LKM module for the iBCS2 emulator


3089 25-Sep-1994 sos

LKM for ibcs2 support