| Commit message (Expand) | Author | Age | Files | Lines |
* | Deduplicate fsid comparisons | Ryan Moeller | 2020-05-21 | 1 | -2/+1 |
* | umount: remove sync(2) call when used with -f | Mateusz Guzik | 2018-09-13 | 1 | -4/+0 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Add a new "-N" option to umount(8), that does a forced dismount of an NFS mount | Rick Macklem | 2017-07-29 | 1 | -6/+25 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Modify umount so that it does not do an Unmount RPC for NFSv4 mounts | Rick Macklem | 2016-11-19 | 1 | -2/+22 |
* | Add new unmount(2) flag, MNT_NONBUSY, to check whether there are | Edward Tomasz Napierala | 2016-07-07 | 1 | -5/+11 |
* | Fix type mismatches for malloc(3) and Co. | Ulrich Spörlein | 2015-12-29 | 1 | -1/+1 |
* | Use mount protocol version 3 by default for showmount and umount. | Peter Wemm | 2014-08-16 | 1 | -1/+1 |
* | Fix memory leak in umount.c | Eitan Adler | 2012-11-15 | 1 | -3/+10 |
* | Add missing static keywords for global variables to tools in sbin/. | Ed Schouten | 2011-11-04 | 1 | -3/+3 |
* | When using -A option (unmount all mounted filesystems), do not attempt | Kirk McKusick | 2011-07-14 | 1 | -0/+2 |
* | Modify the umount(8) command so that it doesn't do | Rick Macklem | 2011-05-29 | 1 | -3/+4 |
* | It's possible to unmount multiple items at once, make it clear. | Ruslan Ermilov | 2011-03-24 | 1 | -1/+1 |
* | Introduce '[ipaddr]:path' notation. | Hajimu UMEMOTO | 2010-02-04 | 1 | -3/+10 |
* | Let umount build with -Wold-style-definition. | Ed Schouten | 2009-12-30 | 1 | -1/+1 |
* | Make umount(8) WARNS=6 clean: | Xin LI | 2009-12-28 | 1 | -27/+28 |
* | Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementation | Doug Rabson | 2009-06-24 | 1 | -5/+5 |
* | Sync program's usage() with manpage's SYNOPSIS. | Ruslan Ermilov | 2005-02-10 | 1 | -2/+2 |
* | Remove advertising clause from University of California Regent's license, | Mark Murray | 2004-04-09 | 1 | -4/+0 |
* | Don't include the file system ID in the output of `mount -v' if it | Ian Dowse | 2003-12-05 | 1 | -3/+4 |
* | If the unmount by file system ID fails, don't warn before retrying | Ian Dowse | 2003-11-16 | 1 | -1/+4 |
* | When removing trailing slashes, don't remove the first character | Ian Dowse | 2003-10-29 | 1 | -3/+3 |
* | Take advantage of the use of file system IDs to simplify umount(8) | Ian Dowse | 2003-07-20 | 1 | -298/+144 |
* | When mount(8) is invoked with the `-v' flag, display the filesystem | Ian Dowse | 2003-07-18 | 1 | -5/+41 |
* | Since checkmntlist() and getmntentry() return a struct statfs that | Ian Dowse | 2003-07-18 | 1 | -24/+17 |
* | When the file system to unmount is specified by device name instead | Ian Dowse | 2003-07-18 | 1 | -45/+7 |
* | Add a new mount flag MNT_BYFSID that can be used to unmount a file | Ian Dowse | 2003-07-01 | 1 | -70/+71 |
* | Implement the '-F' option for mount & umount which allows the user to | Matthew N. Dodd | 2003-04-07 | 1 | -3/+6 |
* | Quiet warning. | Matthew N. Dodd | 2003-04-07 | 1 | -2/+2 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -2/+2 |
* | s/filesystem/file system/g as discussed on -developers | Tom Rhodes | 2002-08-21 | 1 | -5/+5 |
* | - Introduce a new struct xvfsconf, the userland version of struct vfsconf. | Maxime Henrion | 2002-08-10 | 1 | -1/+1 |
* | more file system > filesystem | Tom Rhodes | 2002-05-16 | 1 | -3/+3 |
* | Oops, fix a missing condition that broke umount's `-h' option. I | Ian Dowse | 2001-10-13 | 1 | -1/+2 |
* | Fix some bugs and general brain damage in mounttab: | Ian Dowse | 2001-07-22 | 1 | -4/+3 |
* | Include the remote hostname in RPC-related warning messages. Exit | Ian Dowse | 2001-07-22 | 1 | -25/+24 |
* | Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and | Alfred Perlstein | 2001-03-19 | 1 | -66/+129 |
* | Fix comment to match previous commit, as per bde. | Dag-Erling Smørgrav | 2000-09-07 | 1 | -1/+1 |
* | Don't warn about unknown mount types, since they most likely simply mean | Dag-Erling Smørgrav | 2000-09-06 | 1 | -3/+1 |
* | Finish up umntall support. init now passed an argument to the | Matthew Dillon | 1999-11-22 | 1 | -2/+18 |
* | Fix a logic problem that broke umount -a. | Brian Feldman | 1999-10-29 | 1 | -4/+5 |
* | Small bugfixes (point not getting marked in one case, string not NUL and | Brian Feldman | 1999-10-23 | 1 | -14/+14 |
* | Fix a few things. Unbogosify a free(), {,UN}MARK with correct args, and | Brian Feldman | 1999-10-18 | 1 | -22/+22 |
* | quoting << Martin_Blapp | Brian Feldman | 1999-10-17 | 1 | -125/+418 |
* | Fix -Wall warnings | Nick Hibma | 1999-10-08 | 1 | -2/+3 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Use errx() instead of err() for malloc failures. -Wall. Do not dot | Philippe Charnier | 1998-08-03 | 1 | -10/+9 |
* | Fix PR 1607, hopefully without breaking the PR 5208 fixes. | Peter Wemm | 1998-05-11 | 1 | -7/+7 |
* | Fixed the previous fix. The original path was annulled when it | Bruce Evans | 1998-02-03 | 1 | -3/+4 |