| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r274858: | trasz | 2015-01-01 | 1 | -1/+2 |
* | MFC r270062: switch rpc mount protocol for showmount and umount from | peter | 2014-08-21 | 1 | -1/+1 |
* | Fix memory leak in umount.c | eadler | 2012-11-15 | 1 | -3/+10 |
* | Add missing static keywords for global variables to tools in sbin/. | ed | 2011-11-04 | 1 | -3/+3 |
* | When using -A option (unmount all mounted filesystems), do not attempt | mckusick | 2011-07-14 | 1 | -0/+2 |
* | Add a sentence to the umount.8 man page to clarify the behaviour | rmacklem | 2011-05-31 | 1 | -1/+4 |
* | Modify the umount(8) command so that it doesn't do | rmacklem | 2011-05-29 | 1 | -3/+4 |
* | It's possible to unmount multiple items at once, make it clear. | ru | 2011-03-24 | 2 | -2/+2 |
* | Introduce '[ipaddr]:path' notation. | ume | 2010-02-04 | 1 | -3/+10 |
* | Let umount build with -Wold-style-definition. | ed | 2009-12-30 | 1 | -1/+1 |
* | Make umount(8) WARNS=6 clean: | delphij | 2009-12-28 | 2 | -28/+28 |
* | Be more precise how to get fsids - 'mount -v' doesn't show fsids unless is run | pjd | 2009-08-17 | 1 | -1/+2 |
* | Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementation | dfr | 2009-06-24 | 1 | -5/+5 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 1 | -2/+2 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 2 | -8/+0 |
* | s/considred/considered/ | brueffer | 2004-03-04 | 1 | -1/+1 |
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
* | Don't include the file system ID in the output of `mount -v' if it | iedowse | 2003-12-05 | 1 | -3/+4 |
* | If the unmount by file system ID fails, don't warn before retrying | iedowse | 2003-11-16 | 1 | -1/+4 |
* | When removing trailing slashes, don't remove the first character | iedowse | 2003-10-29 | 1 | -3/+3 |
* | Take advantage of the use of file system IDs to simplify umount(8) | iedowse | 2003-07-20 | 1 | -298/+144 |
* | When mount(8) is invoked with the `-v' flag, display the filesystem | iedowse | 2003-07-18 | 2 | -16/+50 |
* | Since checkmntlist() and getmntentry() return a struct statfs that | iedowse | 2003-07-18 | 1 | -24/+17 |
* | When the file system to unmount is specified by device name instead | iedowse | 2003-07-18 | 1 | -45/+7 |
* | Add a new mount flag MNT_BYFSID that can be used to unmount a file | iedowse | 2003-07-01 | 1 | -70/+71 |
* | mdoc(7) fixes: Fix the markup in the recently added ENVIRONMENT section. | ru | 2003-05-19 | 1 | -6/+6 |
* | Bump the date for recent commits. | mdodd | 2003-04-07 | 1 | -1/+1 |
* | Clarify the behavior of PATH_FSTAB with regard to 'tainted' execution. | mdodd | 2003-04-07 | 1 | -0/+7 |
* | Implement the '-F' option for mount & umount which allows the user to | mdodd | 2003-04-07 | 2 | -3/+18 |
* | Quiet warning. | mdodd | 2003-04-07 | 1 | -2/+2 |
* | Remove one of two WARNS=0. | johan | 2003-02-23 | 1 | -1/+0 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 2 | -19/+19 |
* | - Introduce a new struct xvfsconf, the userland version of struct vfsconf. | mux | 2002-08-10 | 1 | -1/+1 |
* | The .Nm utility. | charnier | 2002-07-06 | 1 | -3/+2 |
* | more file system > filesystem | trhodes | 2002-05-16 | 1 | -3/+3 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+3 |
* | Oops, fix a missing condition that broke umount's `-h' option. I | iedowse | 2001-10-13 | 1 | -1/+2 |
* | Fix some bugs and general brain damage in mounttab: | iedowse | 2001-07-22 | 1 | -4/+3 |
* | Include the remote hostname in RPC-related warning messages. Exit | iedowse | 2001-07-22 | 1 | -25/+24 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Remove vestiges of MFS. | ru | 2001-06-01 | 1 | -2/+2 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and | alfred | 2001-03-19 | 1 | -66/+129 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
* | Fix comment to match previous commit, as per bde. | des | 2000-09-07 | 1 | -1/+1 |
* | Don't warn about unknown mount types, since they most likely simply mean | des | 2000-09-06 | 1 | -3/+1 |
* | Clarify "mount -a -t" example - it only unmounts stuff in /etc/fstab. | dwmalone | 2000-07-13 | 1 | -2/+5 |
* | Finish up umntall support. init now passed an argument to the | dillon | 1999-11-22 | 2 | -5/+24 |