summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nullfs/mount_nullfs.c
Commit message (Expand)AuthorAgeFilesLines
* Undo bad merge.rodrigc2014-06-231-10/+3
* MFC r263795:rodrigc2014-06-231-3/+10
* GC unused variables. Prefer NULL over 0 for pointers.jkim2013-03-051-3/+2
* Allow to specify "cache" and "nocache" as an option forkib2013-01-031-23/+26
* Change checkpath() to not exit on error. This is a prerequisite forjh2012-01-161-2/+4
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-041-1/+1
* ANSIfy almost all applications that use WARNS=6.ed2009-12-291-4/+2
* Bring mount_nullfs up to WARNS=6.rodrigc2005-11-211-7/+5
* Use MOPT_END in favor of MOPT_NULL, which better describes the purporsedelphij2005-06-101-1/+1
* Add a handy macro to represent null mount option, MOPT_NULL, and makedelphij2005-06-011-1/+1
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-1/+1
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* Don't depend on namespace pollution in sys/mount.h andmux2002-08-131-0/+1
* Small diffs that p4 didn't catch when I extractedmux2002-08-031-2/+1
* Now that the kernel is able to load modules itself,mux2002-08-031-13/+2
* Make mount_nullfs(8) use nmount(2) rather than mount(2) nowmux2002-05-231-5/+15
* o __P removedimp2002-03-211-2/+2
* Rename (after a repo-copy) some mount(8) programs:ru2001-05-231-1/+1
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Rename the loadable nullfs kernel module: null -> nullfssheldonh2000-07-281-5/+5
* mount* fixes from Martin Blapp <mb@imp.ch>:phk1999-10-091-5/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* -Wall.charnier1998-07-061-4/+4
* Use realpath on the source as well as the destination.dfr1997-05-231-3/+7
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
* Merge from Lite2 (use new getvfsbyname() and mount(2) interface)peter1997-03-111-11/+12
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-2/+2
* Get rid of the last vestiges of the old MOUNT_* constants in thewollman1996-05-131-8/+15
* Add support for filesystem-specific `-o' options, and re-implement thewollman1994-11-011-1/+1
* Automatically load NFS and a bevy of other filesystems.wollman1994-09-221-1/+10
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+129
OpenPOWER on IntegriCloud