| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -4/+0 |
* | 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 | 1 | -5/+41 |
* | 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 |
* | Implement the '-F' option for mount & umount which allows the user to | mdodd | 2003-04-07 | 1 | -3/+6 |
* | Quiet warning. | mdodd | 2003-04-07 | 1 | -2/+2 |
* | 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 | 1 | -5/+5 |
* | - Introduce a new struct xvfsconf, the userland version of struct vfsconf. | mux | 2002-08-10 | 1 | -1/+1 |
* | more file system > filesystem | trhodes | 2002-05-16 | 1 | -3/+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 |
* | Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and | alfred | 2001-03-19 | 1 | -66/+129 |
* | 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 |
* | Finish up umntall support. init now passed an argument to the | dillon | 1999-11-22 | 1 | -2/+18 |
* | Fix a logic problem that broke umount -a. | green | 1999-10-29 | 1 | -4/+5 |
* | Small bugfixes (point not getting marked in one case, string not NUL and | green | 1999-10-23 | 1 | -14/+14 |
* | Fix a few things. Unbogosify a free(), {,UN}MARK with correct args, and | green | 1999-10-18 | 1 | -22/+22 |
* | quoting << Martin_Blapp | green | 1999-10-17 | 1 | -125/+418 |
* | Fix -Wall warnings | n_hibma | 1999-10-08 | 1 | -2/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Use errx() instead of err() for malloc failures. -Wall. Do not dot | charnier | 1998-08-03 | 1 | -10/+9 |
* | Fix PR 1607, hopefully without breaking the PR 5208 fixes. | peter | 1998-05-11 | 1 | -7/+7 |
* | Fixed the previous fix. The original path was annulled when it | bde | 1998-02-03 | 1 | -3/+4 |
* | mount(8) only uses realpath() for the mountpoint, so don't look up the | bde | 1998-01-19 | 1 | -6/+6 |
* | style(9) corrections | imp | 1997-12-26 | 1 | -1/+2 |
* | Be extra paranoid about trusting the length of the data returned by | imp | 1997-12-24 | 1 | -1/+1 |
* | Sync usage string according to man page. | charnier | 1997-06-19 | 1 | -4/+3 |
* | Merge from Lite2. | bde | 1997-06-16 | 1 | -119/+80 |
* | Generalise the previous change so that only NFS hostnames are looked up. | dfr | 1997-05-16 | 1 | -2/+2 |
* | Don't try to look up unionfs' <above>, <below> keywords as hostnames. | dfr | 1997-04-29 | 1 | -2/+2 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
* | Fix initialization error that caused `mount -vat' to behave unexpectedly | wollman | 1995-04-10 | 1 | -3/+6 |
* | From njw@cs.city.ac.uk (Nick Williams): | dg | 1994-11-04 | 1 | -4/+4 |
* | BSD 4.4 Lite sbin Sources | rgrimes | 1994-05-26 | 1 | -0/+421 |