Home | History | Annotate | Download | only in mount
History log of /src/sbin/mount/pathadj.c
RevisionDateAuthorComments
 1.4  25-May-2023  kre pathadj() is required to succeed. If it cannot, simply issuing a
warning and continuing is not good enough. Change the warning to
an error (and hence immediate exit) instead, that's all we can do.

Problem pointed out by tlaronde@polynum.com

XXX - pullup -10 (others?)
 1.3  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.2  17-Feb-2011  pooka "when in doubt, let the kernel decide"
 1.1  05-Aug-2008  pooka branches: 1.1.2; 1.1.4; 1.1.20;
Refactor mount utilities to provide a mount_fs_parseargs() routine.
Use this routine both in mount_fs and rump_fs to provide equivalent
command line parameters and therefore usage interchangeability.
While doing this, combine some common mountgoop to mountprog.h
 1.1.20.1  05-Mar-2011  bouyer Sync with HEAD
 1.1.4.2  28-Sep-2008  mjf Sync with HEAD.
 1.1.4.1  05-Aug-2008  mjf file pathadj.c was added on branch mjf-devfs2 on 2008-09-28 11:17:12 +0000
 1.1.2.2  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.1.2.1  05-Aug-2008  wrstuden file pathadj.c was added on branch wrstuden-revivesa on 2008-09-18 04:28:26 +0000

RSS XML Feed