<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/coff, branch releng/4.9</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.9</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.9'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1999-11-28T18:53:47Z</updated>
<entry>
<title>Removed special rules for building and cleaning device interface files</title>
<updated>1999-11-28T18:53:47Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1999-11-28T18:53:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6f940b38476a3dc6ecaca7ad305eddf1f9eab154'/>
<id>urn:sha1:6f940b38476a3dc6ecaca7ad305eddf1f9eab154</id>
<content type='text'>
and empty options files.  The rules are now generated automatically in
bsd.kmod.mk.  Cleaned up related things ($S and ${CLEANFILES}).
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>urn:sha1:c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make this work now; fixing the kstack overflow allows the dependency to</title>
<updated>1998-11-06T16:02:14Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-11-06T16:02:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9fe66b94a2d8b8311b9b47743106f883a1f79862'/>
<id>urn:sha1:9fe66b94a2d8b8311b9b47743106f883a1f79862</id>
<content type='text'>
be added to the symbol search order safely.
</content>
</entry>
<entry>
<title>Sample initial set of kld-ified modules.  Not all have been completely</title>
<updated>1998-10-16T04:30:52Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-10-16T04:30:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a654d072959982a88cfbd609921641d85a8eb50c'/>
<id>urn:sha1:a654d072959982a88cfbd609921641d85a8eb50c</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>Shut this thing up, like the other LKMs</title>
<updated>1998-08-24T05:31:57Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-08-24T05:31:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=447aadb17e56910b50f5051e506bff1f13b3d69b'/>
<id>urn:sha1:447aadb17e56910b50f5051e506bff1f13b3d69b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The coff LKM needs IBCS2 to be able to link (for the 'make regress'</title>
<updated>1998-03-12T20:04:38Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1998-03-12T20:04:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=97df91b415da8d8f2c366eb65533ddd0a32bb536'/>
<id>urn:sha1:97df91b415da8d8f2c366eb65533ddd0a32bb536</id>
<content type='text'>
linktest) - add this as a dependency.
</content>
</entry>
<entry>
<title>Don't put "-I." in ${CFLAGS} here.  bsd.kmod.mk now puts an absolute</title>
<updated>1998-02-01T18:12:15Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-02-01T18:12:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=98f3fd4b49be5678e90bd00a01f4823ad20fbb73'/>
<id>urn:sha1:98f3fd4b49be5678e90bd00a01f4823ad20fbb73</id>
<content type='text'>
path to the obj directory in ${CFLAGS}.  This is actually equivalent
to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}.
</content>
</entry>
<entry>
<title>Make MOD_* macros almost consistent:</title>
<updated>1997-04-06T10:49:22Z</updated>
<author>
<name>Peter Dufault</name>
<email>dufault@FreeBSD.org</email>
</author>
<published>1997-04-06T10:49:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=952d112864d8008aa87278a30a539d888a8493cd'/>
<id>urn:sha1:952d112864d8008aa87278a30a539d888a8493cd</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Revert $FreeBSD$ back to $Id$</title>
<updated>1997-02-22T12:49:29Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-02-22T12:49:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4a0f765fbf09711e612e86fce8bb09ec43f482d9'/>
<id>urn:sha1:4a0f765fbf09711e612e86fce8bb09ec43f482d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the long-awaited change from $Id$ to $FreeBSD$</title>
<updated>1997-01-14T07:20:47Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-01-14T07:20:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1130b656e5fe4c2d1ba299e024d1b40eaeebd380'/>
<id>urn:sha1:1130b656e5fe4c2d1ba299e024d1b40eaeebd380</id>
<content type='text'>
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.
</content>
</entry>
</feed>
