<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/mount_ext2fs, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-03-05T23:53:37Z</updated>
<entry>
<title>GC unused mount_* directories.  mount_reiserfs was disconnected from build</title>
<updated>2013-03-05T23:53:37Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2013-03-05T23:53:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7eb5d3cfa5bd9f2a3927534cf4b30dedb64f3b13'/>
<id>urn:sha1:7eb5d3cfa5bd9f2a3927534cf4b30dedb64f3b13</id>
<content type='text'>
with r158666.  mount_ext2fs and mount_std were disconnected with r164527.
</content>
</entry>
<entry>
<title>Change checkpath() to not exit on error. This is a prerequisite for</title>
<updated>2012-01-16T19:34:21Z</updated>
<author>
<name>Jaakko Heinonen</name>
<email>jh@FreeBSD.org</email>
</author>
<published>2012-01-16T19:34:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d3250014386b2eae2bf27edcde24d97f7bbfcfc5'/>
<id>urn:sha1:d3250014386b2eae2bf27edcde24d97f7bbfcfc5</id>
<content type='text'>
fixing the mount(8) "failok" option.

PR:		163668
Reviewed by:	Garrett Cooper, delphij (previous version)
</content>
</entry>
<entry>
<title>Switch the default WARNS level for sbin/ to 6.</title>
<updated>2009-10-19T16:00:24Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2009-10-19T16:00:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=106d839190bf604806e084ce5e7dd8ee8142c1d9'/>
<id>urn:sha1:106d839190bf604806e084ce5e7dd8ee8142c1d9</id>
<content type='text'>
Submitted by:	Ulrich Spörlein
</content>
</entry>
<entry>
<title>Convert mount_ext2fs to a simple program which passes "-o option" to nmount().</title>
<updated>2007-01-28T00:51:01Z</updated>
<author>
<name>Craig Rodrigues</name>
<email>rodrigc@FreeBSD.org</email>
</author>
<published>2007-01-28T00:51:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bfa47a3a5c1a1bb344881d95d5cb8945097c1904'/>
<id>urn:sha1:bfa47a3a5c1a1bb344881d95d5cb8945097c1904</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Garbage collect useless variables.</title>
<updated>2005-08-05T07:39:39Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-08-05T07:39:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d414fcbc3e9954ae61735b9583406f74fc8f25fd'/>
<id>urn:sha1:d414fcbc3e9954ae61735b9583406f74fc8f25fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use MOPT_END in favor of MOPT_NULL, which better describes the purporse</title>
<updated>2005-06-10T09:51:43Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2005-06-10T09:51:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=46b7a14ba40ee64e15ab2022897d62484b4cedf6'/>
<id>urn:sha1:46b7a14ba40ee64e15ab2022897d62484b4cedf6</id>
<content type='text'>
of the macro.
</content>
</entry>
<entry>
<title>Add a handy macro to represent null mount option, MOPT_NULL, and make</title>
<updated>2005-06-01T09:39:36Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2005-06-01T09:39:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=73ac45052f0c9d5ff55352ce80a0cec86b831908'/>
<id>urn:sha1:73ac45052f0c9d5ff55352ce80a0cec86b831908</id>
<content type='text'>
use of the macro in sbin/mount*'s, by replacing:

	mopts[] = {
	    MOPT_STDOPTS,
	    { NULL }
	}

With:
	mopts[] = {
	    MOPT_STDOPTS,
	    MOPT_NULL
	}

This change will help to reduce the situation that we don't explicitly
initialize "struct mntopt"'s.  It should not contribute to any
functional/logical changes as far as I can tell.
</content>
</entry>
<entry>
<title>Remove advertising clause from University of California Regent's license,</title>
<updated>2004-04-09T19:58:40Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2004-04-09T19:58:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4c723140a407d2ba326c134a26cec9569dc52d46'/>
<id>urn:sha1:4c723140a407d2ba326c134a26cec9569dc52d46</id>
<content type='text'>
per letter dated July 22, 1999.

Approved by: core, imp
</content>
</entry>
<entry>
<title>Support mounting ext2fs file systems with -async to the small extent</title>
<updated>2004-02-15T06:31:26Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2004-02-15T06:31:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c534bd449ee2c64c5760b9545d791233051119d4'/>
<id>urn:sha1:c534bd449ee2c64c5760b9545d791233051119d4</id>
<content type='text'>
that ext2fs in the kernel supports async mounts.  ext2fs used to
effectively force the -async flag on.  -async for ext2fs only gives
async (more precisely, delayed) writes for inode updates, so it is
barely worth using even when it is safe.
</content>
</entry>
<entry>
<title>Make this WARNS=2 clean by</title>
<updated>2003-11-13T19:18:43Z</updated>
<author>
<name>Johan Karlsson</name>
<email>johan@FreeBSD.org</email>
</author>
<published>2003-11-13T19:18:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b1da57aeb5d8e4cbb717dab76680f2e4f7f65c30'/>
<id>urn:sha1:b1da57aeb5d8e4cbb717dab76680f2e4f7f65c30</id>
<content type='text'>
	- constifying copyright

PR:		39867
Submitted by:	Dan Lukes &lt;dan@obluda.cz&gt;
Tested by:	make universe
</content>
</entry>
</feed>
