summaryrefslogtreecommitdiffstats
path: root/sbin/umount/umount.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r270062: switch rpc mount protocol for showmount and umount frompeter2014-08-211-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
* 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-241-1/+1
* 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-281-27/+28
* 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-091-4/+0
* 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-181-5/+41
* 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
* Implement the '-F' option for mount & umount which allows the user tomdodd2003-04-071-3/+6
* Quiet warning.mdodd2003-04-071-2/+2
* 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-211-5/+5
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.mux2002-08-101-1/+1
* more file system > filesystemtrhodes2002-05-161-3/+3
* Oops, fix a missing condition that broke umount's `-h' option. Iiedowse2001-10-131-1/+2
* Fix some bugs and general brain damage in mounttab:iedowse2001-07-221-4/+3
* Include the remote hostname in RPC-related warning messages. Exitiedowse2001-07-221-25/+24
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-66/+129
* Fix comment to match previous commit, as per bde.des2000-09-071-1/+1
* Don't warn about unknown mount types, since they most likely simply meandes2000-09-061-3/+1
* Finish up umntall support. init now passed an argument to thedillon1999-11-221-2/+18
* Fix a logic problem that broke umount -a.green1999-10-291-4/+5
* Small bugfixes (point not getting marked in one case, string not NUL andgreen1999-10-231-14/+14
* Fix a few things. Unbogosify a free(), {,UN}MARK with correct args, andgreen1999-10-181-22/+22
* quoting << Martin_Blappgreen1999-10-171-125/+418
* Fix -Wall warningsn_hibma1999-10-081-2/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Use errx() instead of err() for malloc failures. -Wall. Do not dotcharnier1998-08-031-10/+9
* Fix PR 1607, hopefully without breaking the PR 5208 fixes.peter1998-05-111-7/+7
* Fixed the previous fix. The original path was annulled when itbde1998-02-031-3/+4
* mount(8) only uses realpath() for the mountpoint, so don't look up thebde1998-01-191-6/+6
* style(9) correctionsimp1997-12-261-1/+2
* Be extra paranoid about trusting the length of the data returned byimp1997-12-241-1/+1
* Sync usage string according to man page.charnier1997-06-191-4/+3
* Merge from Lite2.bde1997-06-161-119/+80
* Generalise the previous change so that only NFS hostnames are looked up.dfr1997-05-161-2/+2
* Don't try to look up unionfs' <above>, <below> keywords as hostnames.dfr1997-04-291-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
OpenPOWER on IntegriCloud