aboutsummaryrefslogtreecommitdiff
path: root/sbin/umount
Commit message (Expand)AuthorAgeFilesLines
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-3/+3
* When using -A option (unmount all mounted filesystems), do not attemptKirk McKusick2011-07-141-0/+2
* Add a sentence to the umount.8 man page to clarify the behaviourRick Macklem2011-05-311-1/+4
* Modify the umount(8) command so that it doesn't doRick Macklem2011-05-291-3/+4
* It's possible to unmount multiple items at once, make it clear.Ruslan Ermilov2011-03-242-2/+2
* Introduce '[ipaddr]:path' notation.Hajimu UMEMOTO2010-02-041-3/+10
* Let umount build with -Wold-style-definition.Ed Schouten2009-12-301-1/+1
* Make umount(8) WARNS=6 clean:Xin LI2009-12-282-28/+28
* Be more precise how to get fsids - 'mount -v' doesn't show fsids unless is runPawel Jakub Dawidek2009-08-171-1/+2
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationDoug Rabson2009-06-241-5/+5
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-2/+2
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-092-8/+0
* s/considred/considered/Christian Brueffer2004-03-041-1/+1
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Don't include the file system ID in the output of `mount -v' if itIan Dowse2003-12-051-3/+4
* If the unmount by file system ID fails, don't warn before retryingIan Dowse2003-11-161-1/+4
* When removing trailing slashes, don't remove the first characterIan Dowse2003-10-291-3/+3
* Take advantage of the use of file system IDs to simplify umount(8)Ian Dowse2003-07-201-298/+144
* When mount(8) is invoked with the `-v' flag, display the filesystemIan Dowse2003-07-182-16/+50
* Since checkmntlist() and getmntentry() return a struct statfs thatIan Dowse2003-07-181-24/+17
* When the file system to unmount is specified by device name insteadIan Dowse2003-07-181-45/+7
* Add a new mount flag MNT_BYFSID that can be used to unmount a fileIan Dowse2003-07-011-70/+71
* mdoc(7) fixes: Fix the markup in the recently added ENVIRONMENT section.Ruslan Ermilov2003-05-191-6/+6
* Bump the date for recent commits.Matthew N. Dodd2003-04-071-1/+1
* Clarify the behavior of PATH_FSTAB with regard to 'tainted' execution.Matthew N. Dodd2003-04-071-0/+7
* Implement the '-F' option for mount & umount which allows the user toMatthew N. Dodd2003-04-072-3/+18
* Quiet warning.Matthew N. Dodd2003-04-071-2/+2
* Remove one of two WARNS=0.Johan Karlsson2003-02-231-1/+0
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-212-19/+19
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.Maxime Henrion2002-08-101-1/+1
* The .Nm utility.Philippe Charnier2002-07-061-3/+2
* more file system > filesystemTom Rhodes2002-05-161-3/+3
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+3
* Oops, fix a missing condition that broke umount's `-h' option. IIan Dowse2001-10-131-1/+2
* Fix some bugs and general brain damage in mounttab:Ian Dowse2001-07-221-4/+3
* Include the remote hostname in RPC-related warning messages. ExitIan Dowse2001-07-221-25/+24
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Remove vestiges of MFS.Ruslan Ermilov2001-06-011-2/+2
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-66/+129
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Fix comment to match previous commit, as per bde.Dag-Erling Smørgrav2000-09-071-1/+1
* Don't warn about unknown mount types, since they most likely simply meanDag-Erling Smørgrav2000-09-061-3/+1
* Clarify "mount -a -t" example - it only unmounts stuff in /etc/fstab.David Malone2000-07-131-2/+5
* Finish up umntall support. init now passed an argument to theMatthew Dillon1999-11-222-5/+24
* Fix a logic problem that broke umount -a.Brian Feldman1999-10-291-4/+5
* Small bugfixes (point not getting marked in one case, string not NUL andBrian Feldman1999-10-231-14/+14
* Fix a few things. Unbogosify a free(), {,UN}MARK with correct args, andBrian Feldman1999-10-181-22/+22