<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/md, branch releng/12.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-03-04T10:10:17Z</updated>
<entry>
<title>sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
<updated>2017-03-04T10:10:17Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-03-04T10:10:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=193d9e768ba63fcfb187cfd17f461f7d41345048'/>
<id>urn:sha1:193d9e768ba63fcfb187cfd17f461f7d41345048</id>
<content type='text'>
This simplifies make output/logic

Tested with:	`cd sys/modules; make ALL_MODULES=` on amd64
MFC after:	1 month
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>For the MD_ROOT option don't inject /dev/md0 as root dev when ROOTDEVNAME</title>
<updated>2016-03-09T19:36:25Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2016-03-09T19:36:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c3d1c73fa974ea8bffba0c22aac1dfbf5c43c815'/>
<id>urn:sha1:c3d1c73fa974ea8bffba0c22aac1dfbf5c43c815</id>
<content type='text'>
is defined explicitly. It's kinda pointless and results in extra step in
boot sequence which is not really needed, i.e.:

md0: Embedded image 1331200 bytes at 0x8038b7b4
Trying to mount root from ufs:/dev/md0 []...
Mounting from ufs:/dev/md0 failed with error 22.
Trying to mount root from ufs:md0.uzip []...
warning: no time-of-day clock registered, system time will not be set accurately
start_init: trying /sbin/init
</content>
</entry>
<entry>
<title>Rename GEOM class kernel module g_md.ko to geom_md.ko for consistency</title>
<updated>2005-11-11T11:31:23Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2005-11-11T11:31:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d941425873c0c6c6b503a04941c09b2947b6674d'/>
<id>urn:sha1:d941425873c0c6c6b503a04941c09b2947b6674d</id>
<content type='text'>
with the rest.

mdconfig.c:	Simplify mdmaybeload() function.
mdioctl.h:	Removed (now unused) #define.
loader.conf:	Sort GEOM classes properly.

OK'ed by:	phk
</content>
</entry>
<entry>
<title>change the name of the md module, to g_md, introduce a define with the</title>
<updated>2004-08-09T06:45:20Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2004-08-09T06:45:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a246f097d608ffd15198c0933258e5cd2604c1f8'/>
<id>urn:sha1:a246f097d608ffd15198c0933258e5cd2604c1f8</id>
<content type='text'>
name MD_MODNAME, and make mdconfig use this new define...
</content>
</entry>
<entry>
<title>Add opt_geom.h to the list.</title>
<updated>2003-01-13T08:31:41Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-01-13T08:31:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=528e3c946d7b3740101e6a0033294e44c5a0b4f0'/>
<id>urn:sha1:528e3c946d7b3740101e6a0033294e44c5a0b4f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.</title>
<updated>2002-01-11T15:49:02Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-01-11T15:49:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=17d6c636720d00f77e5d098daf4c278f89d84f7b'/>
<id>urn:sha1:17d6c636720d00f77e5d098daf4c278f89d84f7b</id>
<content type='text'>
Not objected to by:	-current
</content>
</entry>
<entry>
<title>Remove vestiges of MFS.</title>
<updated>2001-06-01T10:07:28Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-06-01T10:07:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0b381bf1fd8fbb2df974c318d58643ecfeec44b0'/>
<id>urn:sha1:0b381bf1fd8fbb2df974c318d58643ecfeec44b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a consistent style and one much closer to the rest of /usr/src</title>
<updated>2001-01-06T14:00:42Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-01-06T14:00:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c68159a6d8eede11766cf13896d0f7670dbd51aa'/>
<id>urn:sha1:c68159a6d8eede11766cf13896d0f7670dbd51aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a missing vnode_if.h.</title>
<updated>2001-01-01T11:28:32Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2001-01-01T11:28:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=924836d50eac8e2f8a56ded8c3c62ebc420e00f3'/>
<id>urn:sha1:924836d50eac8e2f8a56ded8c3c62ebc420e00f3</id>
<content type='text'>
Submitted by:	Jim Bloom &lt;bloom@acm.org&gt;
</content>
</entry>
<entry>
<title>Avoid the modules madness I inadvertently introduced by making the</title>
<updated>2000-09-02T19:17:34Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2000-09-02T19:17:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=db901281608f0c69c05dd9ab366155d3225f0fd2'/>
<id>urn:sha1:db901281608f0c69c05dd9ab366155d3225f0fd2</id>
<content type='text'>
cloning infrastructure standard in kern_conf.  Modules are now
the same with or without devfs support.

If you need to detect if devfs is present, in modules or elsewhere,
check the integer variable "devfs_present".

This happily removes an ugly hack from kern/vfs_conf.c.

This forces a rename of the eventhandler and the standard clone
helper function.

Include &lt;sys/eventhandler.h&gt; in &lt;sys/conf.h&gt;: it's a helper #include
like &lt;sys/queue.h&gt;

Remove all #includes of opt_devfs.h they no longer matter.
</content>
</entry>
</feed>
