| Commit message (Expand) | Author | Age | Files | Lines |
* | GC unused variables. Prefer NULL over 0 for pointers. | jkim | 2013-03-05 | 1 | -3/+2 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 1 | -1/+1 |
* | Change checkpath() to not exit on error. This is a prerequisite for | jh | 2012-01-16 | 1 | -2/+4 |
* | Fix SYNOPSIS. | glebius | 2011-03-23 | 1 | -1/+1 |
* | Add a notice to the man page that batteries should be installed. | ed | 2010-09-21 | 1 | -0/+1 |
* | Allowed unionfs to use whiteout not supporting file system as | daichi | 2010-09-05 | 1 | -3/+4 |
* | Switch the default WARNS level for sbin/ to 6. | ru | 2009-10-19 | 1 | -1/+0 |
* | Added whiteout behavior option. ``-o whiteout=always'' is default mode | daichi | 2007-10-14 | 1 | -0/+4 |
* | Raise WARNS level to 6. | rodrigc | 2007-02-13 | 2 | -2/+3 |
* | Fix parsing of -o uid and -o gid options, so that -o uidxx and -o gidxx | rodrigc | 2007-01-05 | 1 | -2/+2 |
* | Fix wrong markup and some wordsmithing. | hrs | 2006-12-31 | 1 | -72/+84 |
* | o Correct a function prototype. | maxim | 2006-12-04 | 1 | -1/+1 |
* | Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp> | rodrigc | 2006-12-02 | 3 | -96/+290 |
* | Use MOPT_END in favor of MOPT_NULL, which better describes the purporse | delphij | 2005-06-10 | 1 | -1/+1 |
* | Add a handy macro to represent null mount option, MOPT_NULL, and make | delphij | 2005-06-01 | 1 | -1/+1 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 1 | -1/+1 |
* | Sort sections. | ru | 2005-01-18 | 1 | -7/+7 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-10 | 1 | -2/+2 |
* | Mention the vfs.usermount sysctl. | brueffer | 2004-07-18 | 1 | -0/+4 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -2/+5 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 2 | -8/+0 |
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -1/+1 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -7/+7 |
* | Don't depend on namespace pollution in sys/mount.h and | mux | 2002-08-13 | 1 | -0/+1 |
* | Now that the kernel is able to load modules itself, | mux | 2002-08-03 | 1 | -14/+3 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -3/+2 |
* | nmount'ify unionfs further by using separate options instead | mux | 2002-06-15 | 1 | -17/+17 |
* | Convert mount_unionfs(8) to nmount. | mux | 2002-05-24 | 1 | -10/+24 |
* | o __P removed | imp | 2002-03-21 | 1 | -2/+2 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+2 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
* | Actually rename FDESC, PORTAL, UMAP and UNION file systems. | ru | 2001-05-24 | 1 | -5/+5 |
* | Missed one mount_null(8) -> mount_nullfs(8) in previous commit. | ru | 2001-05-24 | 1 | -1/+1 |
* | Rename (after a repo-copy) some mount(8) programs: | ru | 2001-05-23 | 3 | -10/+10 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 2 | -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/+1 |
* | mdoc(7) police: Er macro usage cleanup. | ru | 2000-11-22 | 1 | -6/+7 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -1/+2 |
* | mount* fixes from Martin Blapp <mb@imp.ch>: | phk | 1999-10-09 | 1 | -5/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | User reports that using mount_null destroyed his filesystem, I reply | jkh | 1998-12-22 | 1 | -1/+11 |
* | .Nm mount_union -> .Nm. | charnier | 1998-07-15 | 1 | -2/+3 |
* | Removed definition of _NEW_VFSCONF. The new vfsconf interface is now | bde | 1998-01-20 | 1 | -1/+0 |
* | Fixed an example. | bde | 1997-08-25 | 1 | -1/+1 |
* | Protect against target containing a '%' which might be misinterpreted | steve | 1997-08-23 | 1 | -2/+7 |
* | Typo in previous change. | dfr | 1997-05-23 | 1 | -1/+1 |
* | Use realpath() on the source as well as the target otherwise it can be | dfr | 1997-04-29 | 1 | -4/+8 |