summaryrefslogtreecommitdiffstats
path: root/sbin/mount_unionfs/mount_unionfs.c
Commit message (Expand)AuthorAgeFilesLines
* GC unused variables. Prefer NULL over 0 for pointers.jkim2013-03-051-3/+2
* Change checkpath() to not exit on error. This is a prerequisite forjh2012-01-161-2/+4
* Raise WARNS level to 6.rodrigc2007-02-131-1/+2
* Fix parsing of -o uid and -o gid options, so that -o uidxx and -o gidxxrodrigc2007-01-051-2/+2
* o Correct a function prototype.maxim2006-12-041-1/+1
* Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp>rodrigc2006-12-021-72/+105
* 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
* Now that the kernel is able to load modules itself,mux2002-08-031-14/+3
* nmount'ify unionfs further by using separate options insteadmux2002-06-151-17/+17
* Convert mount_unionfs(8) to nmount.mux2002-05-241-10/+24
* o __P removedimp2002-03-211-2/+2
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.ru2001-05-241-5/+5
* 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
* mount* fixes from Martin Blapp <mb@imp.ch>:phk1999-10-091-5/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Protect against target containing a '%' which might be misinterpretedsteve1997-08-231-2/+7
* Typo in previous change.dfr1997-05-231-1/+1
* Use realpath() on the source as well as the target otherwise it can bedfr1997-04-291-4/+8
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Merge from Lite2 (use new getvfsbyname() and mount(2) interface)peter1997-03-111-8/+9
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-1/+1
* Get rid of the last vestiges of the old MOUNT_* constants in thewollman1996-05-131-8/+11
* 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/+140
OpenPOWER on IntegriCloud