summaryrefslogtreecommitdiff
path: root/sbin/umount/umount.c
Commit message (Expand)AuthorAgeFilesLines
* Deduplicate fsid comparisonsRyan Moeller2020-05-211-2/+1
* umount: remove sync(2) call when used with -fMateusz Guzik2018-09-131-4/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add a new "-N" option to umount(8), that does a forced dismount of an NFS mountRick Macklem2017-07-291-6/+25
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Modify umount so that it does not do an Unmount RPC for NFSv4 mountsRick Macklem2016-11-191-2/+22
* Add new unmount(2) flag, MNT_NONBUSY, to check whether there areEdward Tomasz Napierala2016-07-071-5/+11
* Fix type mismatches for malloc(3) and Co.Ulrich Spörlein2015-12-291-1/+1
* Use mount protocol version 3 by default for showmount and umount.Peter Wemm2014-08-161-1/+1
* Fix memory leak in umount.cEitan Adler2012-11-151-3/+10
* 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
* 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-241-1/+1
* 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-281-27/+28
* 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-091-4/+0
* 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-181-5/+41
* 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
* Implement the '-F' option for mount & umount which allows the user toMatthew N. Dodd2003-04-071-3/+6
* Quiet warning.Matthew N. Dodd2003-04-071-2/+2
* 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-211-5/+5
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.Maxime Henrion2002-08-101-1/+1
* more file system > filesystemTom Rhodes2002-05-161-3/+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
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-66/+129
* 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
* Finish up umntall support. init now passed an argument to theMatthew Dillon1999-11-221-2/+18
* 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
* quoting << Martin_BlappBrian Feldman1999-10-171-125/+418
* Fix -Wall warningsNick Hibma1999-10-081-2/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use errx() instead of err() for malloc failures. -Wall. Do not dotPhilippe Charnier1998-08-031-10/+9
* Fix PR 1607, hopefully without breaking the PR 5208 fixes.Peter Wemm1998-05-111-7/+7
* Fixed the previous fix. The original path was annulled when itBruce Evans1998-02-031-3/+4