NetBSD/sbin/mount
mlelstv fd33bfb7f2 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.
2020-07-26 08:20:22 +00:00
..
fattr.c Fixed a_mask to actually use its argument 2009-06-19 12:55:45 +00:00
Makefile Define _KERNTYPES for things that need it. 2016-01-23 21:22:45 +00:00
mount.8 Sort SEE ALSO. 2018-01-09 09:15:57 +00:00
mount.c try to be more clear about what is not found. 2016-10-09 21:03:43 +00:00
mountprog.h
pathadj.c Refactor remaining mount_* commands to use the common pathadj() 2020-07-26 08:20:22 +00:00
pathnames.h
vfslist.c