| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | 2 | -147/+418 |
* | Fix -Wall warnings | n_hibma | 1999-10-08 | 1 | -2/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | Use errx() instead of err() for malloc failures. -Wall. Do not dot | charnier | 1998-08-03 | 2 | -13/+14 |
* | 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 |
* | Removed definition of _NEW_VFSCONF. The new vfsconf interface is now | bde | 1998-01-20 | 1 | -2/+0 |
* | 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 |
* | Fix a typo and while here cleanup the use of the .Nm macro. | steve | 1997-08-20 | 1 | -6/+7 |