Home | History | Annotate | only in /src/sbin/mount_overlay
History log of /src/sbin/mount_overlay
RevisionDateAuthorComments
 1.6 26-Jul-2020  mlelstv Refactor remaining mount_* commands to use the common pathadj()
function for resolving paths.

Make pathadj() no longer warn about symlinks. Symlinks in /dev are
regularly used in several places like LVM . The warning was also
only visible when calling a mount_* command directly as mount(8)
itself would resolve the path witout warning before passing it to
a mount_* command.
 1.5 27-Jun-2005  christos Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
programs that did not compile before.
 1.4 05-Feb-2005  xtraeme Kill __P(), use ANSI function declarations; WARNS=3.
 1.3 22-Mar-2003  jdolecek move getmntopts(3) to libutil, build and install also it's manpage
bump libutil minor
adjust individual mount_*/Makefile to use libutil getmntopts(3)
 1.2 19-Aug-2002  lukem Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
 1.1 20-Jan-2000  wrstuden Add mount_overlay.
 1.9 10-Jun-2004  uebayasi Fix SEE ALSO; remove .sp; put .Pp before sentences.
 1.8 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22308, verified by myself.
 1.7 25-Feb-2003  wiz .Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
 1.6 01-Oct-2002  wiz New sentence, new line. By Robert Elz with minimal fixes.
 1.5 07-Jun-2001  wiz Typos and grammar fixes (last part of misc/13133 by Michael K. Sanders)
 1.4 05-Jun-2001  wiz Drop arguments of .Os.
 1.3 30-Jul-2000  jdolecek in SEE ALSO, add missing comma between moun(8) and mount_null(8)
 1.2 20-Jan-2000  wrstuden branches: 1.2.4;
Fix tyop pointed out by Simon Burge. Also expand description
a little, and change words to suggest overlay is a starting point for
layers which need to overlay the over-mounted fs.
 1.1 20-Jan-2000  wrstuden Add mount_overlay.
 1.2.4.1 30-Jul-2000  jdolecek pullup rev. 1.3 from trunk (approved by jhawk):
add missing comma between entries in SEE ALSO
 1.14 26-Jul-2020  mlelstv Refactor remaining mount_* commands to use the common pathadj()
function for resolving paths.

Make pathadj() no longer warn about symlinks. Symlinks in /dev are
regularly used in several places like LVM . The warning was also
only visible when calling a mount_* command directly as mount(8)
itself would resolve the path witout warning before passing it to
a mount_* command.
 1.13 29-Aug-2011  joerg Use __dead
 1.12 20-Jul-2008  lukem Remove the \n and tabs from the __COPYRIGHT() strings.
(Tweak some to use a consistent format.)
 1.11 16-Jul-2007  pooka branches: 1.11.12; 1.11.16;
Make all mount(2) return value error checks against -1. Some file
systems just checked != 0, breaking MNT_GETARGS. Others worked with < 0,
but make them check against -1 too for consistency. And sprinkle some
stylish line wrapping where appropriate.
 1.10 14-Jul-2007  dsl Add additional 'sizeof args' parameter to mount(2).
 1.9 16-Oct-2006  christos use MOPT_NULL
 1.8 21-Mar-2006  christos Always check the results of getmntopts() and free them.
 1.7 05-Feb-2005  xtraeme Kill __P(), use ANSI function declarations; WARNS=3.
 1.6 31-Jan-2005  erh Fix PR#3617 and PR#3205: call realpath to convert mount points and paths to
device nodes into absolute paths before using them.
 1.5 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22308, verified by myself.
 1.4 22-Mar-2003  jdolecek use <> rather than "" for #include mntopts.h
 1.3 21-Sep-2002  christos MNT_GETARGS support
 1.2 30-Oct-2000  jdolecek make the code includable into other programs:
* make static all symbols which do not need to be exported
* rename main() to mount_FOO()
* new main() now just calls mount_FOO(), main() is only compiled in if
MOUNT_NOMAIN is not defined
* a_gid(), a_uid() and a_mask() were put into ../mount/fattr.[ch], local
versions removed
 1.1 20-Jan-2000  wrstuden Add mount_overlay.
 1.11.16.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.11.12.1 28-Sep-2008  mjf Sync with HEAD.

RSS XML Feed