History log of /freebsd-12.1/sys/modules/ibcs2/Makefile (Results 1 – 25 of 36)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0
# 193d9e76 04-Mar-2017 Enji Cooper <[email protected]>

sys/modules: normalize .CURDIR-relative paths to SRCTOP

This simplifies make output/logic

Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon


Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0, release/8.0.0
# d5fc25e5 06-Jun-2009 Robert Watson <[email protected]>

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

Submitted by: pjd


Revision tags: release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, release/4.11.0, release/5.3.0, release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0, release/4.6.2
# d7567ff7 12-Aug-2002 Alfred Perlstein <[email protected]>

add opt_mac.h to SRCS to unbreak module build.


Revision tags: release/4.3.0
# 481d7a58 04-Feb-2001 Peter Wemm <[email protected]>

Zap obsolete (died with LKM) EXPORT_SYMS variable


# c68159a6 06-Jan-2001 David E. O'Brien <[email protected]>

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


# fd71ea53 29-Nov-2000 Sheldon Hearn <[email protected]>

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

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.

show more ...


# 23b16c61 08-Oct-2000 David E. O'Brien <[email protected]>

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


# 229edd6d 04-Oct-2000 David E. O'Brien <[email protected]>

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


# 64db83a8 27-May-2000 Peter Wemm <[email protected]>

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


# 56ca3996 04-May-2000 Peter Wemm <[email protected]>

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. Thi

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.

show more ...


# 6f940b38 28-Nov-1999 Bruce Evans <[email protected]>

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 ${CLEANFI

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}).

show more ...


# 22167446 05-Sep-1999 David E. O'Brien <[email protected]>

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

related to PR: 13545


# c3aac50f 28-Aug-1999 Peter Wemm <[email protected]>

$Id$ -> $FreeBSD$


# 531842e1 12-Nov-1998 Jordan K. Hubbard <[email protected]>

Install scripts without .sh suffix.


# 0ddd3cf2 11-Nov-1998 Peter Wemm <[email protected]>

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


# 8f1dc34c 11-Nov-1998 Peter Wemm <[email protected]>

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


# 578c8221 06-Nov-1998 Peter Wemm <[email protected]>

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


# 6a1a9040 05-Nov-1998 Peter Wemm <[email protected]>

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.


# a654d072 16-Oct-1998 Peter Wemm <[email protected]>

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

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)

show more ...


# ccf5ba74 06-Feb-1998 Eivind Eklund <[email protected]>

Back out opt_diagnostic.h changes.


# 8e734a64 04-Feb-1998 Eivind Eklund <[email protected]>

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


# cb71d9bf 04-Feb-1998 Eivind Eklund <[email protected]>

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


# 98f3fd4b 01-Feb-1998 Bruce Evans <[email protected]>

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}.


# 4a0f765f 22-Feb-1997 Peter Wemm <[email protected]>

Revert $FreeBSD$ back to $Id$


# 1130b656 14-Jan-1997 Jordan K. Hubbard <[email protected]>

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

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.

show more ...


12