<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sbin/umount, branch release/8.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2012-11-30T03:48:45Z</updated>
<entry>
<title>MFC r243082:</title>
<updated>2012-11-30T03:48:45Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-11-30T03:48:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=300c0a5c25ae435c76dd15a5bb1c38fc307ca859'/>
<id>urn:sha1:300c0a5c25ae435c76dd15a5bb1c38fc307ca859</id>
<content type='text'>
	Fix memory leak in umount.c

PR:		bin/172553
Approved by:	cperciva (implicit)
</content>
</entry>
<entry>
<title>MFC: r222541</title>
<updated>2011-06-16T19:47:56Z</updated>
<author>
<name>Rick Macklem</name>
<email>rmacklem@FreeBSD.org</email>
</author>
<published>2011-06-16T19:47:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9f36c46f219533f9425945872590033b1477e212'/>
<id>urn:sha1:9f36c46f219533f9425945872590033b1477e212</id>
<content type='text'>
Add a sentence to the umount.8 man page to clarify the behaviour
for forced dismount when used on an NFS mount point.
This is a content change.
</content>
</entry>
<entry>
<title>MFC: r222466</title>
<updated>2011-06-12T02:05:59Z</updated>
<author>
<name>Rick Macklem</name>
<email>rmacklem@FreeBSD.org</email>
</author>
<published>2011-06-12T02:05:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d2740335a698d1cfc4584887b7da6ac2ad8fdc1'/>
<id>urn:sha1:8d2740335a698d1cfc4584887b7da6ac2ad8fdc1</id>
<content type='text'>
Modify the umount(8) command so that it doesn't do
a sync(2) syscall before unmount(2) for the "-f" case.
This avoids a forced dismount from getting stuck for
an NFS mountpoint in sync() when the server is not
responsive. With this commit, forced dismounts should
normally work for the NFS clients, but can take up to
about 1minute to complete.
</content>
</entry>
<entry>
<title>MFC r219955: It's possible to unmount multiple items at once, make it clear.</title>
<updated>2011-05-03T10:01:08Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2011-05-03T10:01:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=12db0685e6b725d82cedc54b87fa297d8ee7135a'/>
<id>urn:sha1:12db0685e6b725d82cedc54b87fa297d8ee7135a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r203490: Introduce '[ipaddr]:path' notation.</title>
<updated>2010-02-27T18:27:32Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2010-02-27T18:27:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=de482c79d6011863d0265da2a8d4e906d9cb8fd8'/>
<id>urn:sha1:de482c79d6011863d0265da2a8d4e906d9cb8fd8</id>
<content type='text'>
Since the existing implementation searches ':' backward, a path which
includes ':' could not be mounted.  You can now mount such path by
enclosing an IP address by '[]'.
Though we should change to search ':' forward, it will break
'ipv6addr:path' which is currently working.  So, it still searches ':'
backward, at least for now.
</content>
</entry>
<entry>
<title>MFC r200135:</title>
<updated>2010-01-28T02:33:20Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2010-01-28T02:33:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ef096f9d2afecf448a1655996ca65037cd47dd9e'/>
<id>urn:sha1:ef096f9d2afecf448a1655996ca65037cd47dd9e</id>
<content type='text'>
Make umount(8) WARNS=6 clean:
 - Cast delimiter width to integer [1]
 - Solve name conflicts against system header
 - Constify parameters to avoid qualifier conflict

PR:		bin/140017 [1]
Submitted by:	Ulrich Spörlein &lt;uqs spoerlein net&gt; [1]
Sponsored by:	iXsystems, Inc
</content>
</entry>
<entry>
<title>MFC r196287:</title>
<updated>2009-08-17T07:46:55Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2009-08-17T07:46:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=424c75bfe15ac1222dd1365ba98fec4aa268ac2d'/>
<id>urn:sha1:424c75bfe15ac1222dd1365ba98fec4aa268ac2d</id>
<content type='text'>
Be more precise how to get fsids - 'mount -v' doesn't show fsids unless is run
by root.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementation</title>
<updated>2009-06-24T18:42:21Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2009-06-24T18:42:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0775314b639c81c66c1fc6b91dd6f13047a02234'/>
<id>urn:sha1:0775314b639c81c66c1fc6b91dd6f13047a02234</id>
<content type='text'>
and will be removed.
</content>
</entry>
<entry>
<title>Sync program's usage() with manpage's SYNOPSIS.</title>
<updated>2005-02-10T09:19:34Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-02-10T09:19:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d646af581627781d0f44bd773f64304834dd2e7'/>
<id>urn:sha1:8d646af581627781d0f44bd773f64304834dd2e7</id>
<content type='text'>
</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-test2/commit/?id=4c723140a407d2ba326c134a26cec9569dc52d46'/>
<id>urn:sha1:4c723140a407d2ba326c134a26cec9569dc52d46</id>
<content type='text'>
per letter dated July 22, 1999.

Approved by: core, imp
</content>
</entry>
</feed>
