summaryrefslogtreecommitdiffstats
path: root/sbin/umount
Commit message (Expand)AuthorAgeFilesLines
* MFC r314655:ngie2017-05-301-2/+2
* MFC: r308871rmacklem2016-12-031-2/+22
* Add new unmount(2) flag, MNT_NONBUSY, to check whether there aretrasz2016-07-072-8/+23
* Explicitly add more files to the 'runtime' package.gjb2016-02-091-0/+1
* Fix type mismatches for malloc(3) and Co.uqs2015-12-291-1/+1
* Document that a forced dismount of an NFSv3 mount when thermacklem2015-06-171-1/+4
* Add META_MODE support.sjg2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-271-1/+2
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-1/+1
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Updated dependenciessjg2013-03-111-0/+1
| * | Updated dependenciessjg2013-02-161-2/+0
| * | Sync with HEAD.obrien2013-02-081-3/+10
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+21
* | | | Cross-reference autounmountd(8) from umount(8).trasz2014-11-221-1/+2
| |_|/ |/| |
* | | Use mount protocol version 3 by default for showmount and umount.peter2014-08-161-1/+1
| |/ |/|
* | Fix memory leak in umount.ceadler2012-11-151-3/+10
|/
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-041-3/+3
* When using -A option (unmount all mounted filesystems), do not attemptmckusick2011-07-141-0/+2
* Add a sentence to the umount.8 man page to clarify the behaviourrmacklem2011-05-311-1/+4
* Modify the umount(8) command so that it doesn't dormacklem2011-05-291-3/+4
* It's possible to unmount multiple items at once, make it clear.ru2011-03-242-2/+2
* Introduce '[ipaddr]:path' notation.ume2010-02-041-3/+10
* Let umount build with -Wold-style-definition.ed2009-12-301-1/+1
* Make umount(8) WARNS=6 clean:delphij2009-12-282-28/+28
* Be more precise how to get fsids - 'mount -v' doesn't show fsids unless is runpjd2009-08-171-1/+2
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationdfr2009-06-241-5/+5
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-2/+2
* Remove advertising clause from University of California Regent's license,markm2004-04-092-8/+0
* s/considred/considered/brueffer2004-03-041-1/+1
* style.Makefile(5):johan2004-02-231-1/+1
* Don't include the file system ID in the output of `mount -v' if itiedowse2003-12-051-3/+4
* If the unmount by file system ID fails, don't warn before retryingiedowse2003-11-161-1/+4
* When removing trailing slashes, don't remove the first characteriedowse2003-10-291-3/+3
* Take advantage of the use of file system IDs to simplify umount(8)iedowse2003-07-201-298/+144
* When mount(8) is invoked with the `-v' flag, display the filesystemiedowse2003-07-182-16/+50
* Since checkmntlist() and getmntentry() return a struct statfs thatiedowse2003-07-181-24/+17
* When the file system to unmount is specified by device name insteadiedowse2003-07-181-45/+7
* Add a new mount flag MNT_BYFSID that can be used to unmount a fileiedowse2003-07-011-70/+71
* mdoc(7) fixes: Fix the markup in the recently added ENVIRONMENT section.ru2003-05-191-6/+6
* Bump the date for recent commits.mdodd2003-04-071-1/+1
* Clarify the behavior of PATH_FSTAB with regard to 'tainted' execution.mdodd2003-04-071-0/+7
* Implement the '-F' option for mount & umount which allows the user tomdodd2003-04-072-3/+18
* Quiet warning.mdodd2003-04-071-2/+2
* Remove one of two WARNS=0.johan2003-02-231-1/+0
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-212-19/+19
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.mux2002-08-101-1/+1
OpenPOWER on IntegriCloud