| Commit message (Expand) | Author | Age | Files | Lines |
* | GC unused variables. Prefer NULL over 0 for pointers. | jkim | 2013-03-05 | 1 | -3/+2 |
* | Allow to specify "cache" and "nocache" as an option for | kib | 2013-01-03 | 1 | -23/+26 |
* | Change checkpath() to not exit on error. This is a prerequisite for | jh | 2012-01-16 | 1 | -2/+4 |
* | Add missing static keywords for global variables to tools in sbin/. | ed | 2011-11-04 | 1 | -1/+1 |
* | ANSIfy almost all applications that use WARNS=6. | ed | 2009-12-29 | 1 | -4/+2 |
* | Switch the default WARNS level for sbin/ to 6. | ru | 2009-10-19 | 1 | -1/+0 |
* | Add a missing .Pp call. | brueffer | 2006-04-19 | 1 | -0/+1 |
* | Remove scary warning, since nullfs works fine thesedays. | kris | 2006-01-16 | 1 | -13/+0 |
* | Bring mount_nullfs up to WARNS=6. | rodrigc | 2005-11-21 | 2 | -8/+6 |
* | 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 | -5/+5 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -13/+27 |
* | 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 |
* | Correct an instance of an erroneous "it's". | ceri | 2004-01-07 | 1 | -1/+1 |
* | The .Xr utility | charnier | 2003-02-05 | 1 | -2/+3 |
* | 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 | -11/+11 |
* | Don't depend on namespace pollution in sys/mount.h and | mux | 2002-08-13 | 1 | -0/+1 |
* | Small diffs that p4 didn't catch when I extracted | mux | 2002-08-03 | 1 | -2/+1 |
* | Now that the kernel is able to load modules itself, | mux | 2002-08-03 | 1 | -13/+2 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -3/+4 |
* | Make mount_nullfs(8) use nmount(2) rather than mount(2) now | mux | 2002-05-23 | 1 | -5/+15 |
* | more file system > filesystem | trhodes | 2002-05-16 | 1 | -8/+8 |
* | o __P removed | imp | 2002-03-21 | 1 | -2/+2 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+2 |
* | Spell "FreeBSD" with "F" and "BSD" in uppercase. | ru | 2001-08-13 | 1 | -1/+3 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -16/+16 |
* | Correct grammar. | dd | 2001-07-01 | 1 | -2/+2 |
* | 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 |
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 1 | -2/+1 |
* | - 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 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -3/+1 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -3/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -1/+1 |
* | Rename the loadable nullfs kernel module: null -> nullfs | sheldonh | 2000-07-28 | 1 | -5/+5 |
* | Fix a bunch of typos. | hoek | 2000-05-15 | 1 | -7/+10 |
* | 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 |
* | -Wall. | charnier | 1998-07-06 | 2 | -9/+11 |
* | Removed definition of _NEW_VFSCONF. The new vfsconf interface is now | bde | 1998-01-20 | 1 | -1/+0 |
* | Use realpath on the source as well as the destination. | dfr | 1997-05-23 | 1 | -3/+7 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -2/+2 |
* | Merge from Lite2 (use new getvfsbyname() and mount(2) interface) | peter | 1997-03-11 | 3 | -20/+34 |