git: cd9660: Add support for mask,dirmask,uid,gid options
Aaron LI
aly at crater.dragonflybsd.org
Sat Mar 23 04:47:22 PDT 2024
commit 7764eb663ae501717be7f1efa15f2dcc9102234f
Author: Ricardo Branco <rbranco at suse.de>
Date: Fri Mar 8 16:53:20 2024 +0100
cd9660: Add support for mask,dirmask,uid,gid options
The updates to mount_cd9660(8) are basically taken from mount_msdos(8).
GitHub PR: https://github.com/DragonFlyBSD/DragonFlyBSD/pull/23
See also:
- https://github.com/freebsd/freebsd-src/pull/982
- https://github.com/NetBSD/src/pull/29
Summary of changes:
sbin/mount_cd9660/mount_cd9660.8 | 57 +++++++++++++++++--
sbin/mount_cd9660/mount_cd9660.c | 105 +++++++++++++++++++++++++++++++++--
sys/vfs/isofs/cd9660/cd9660_mount.h | 6 ++
sys/vfs/isofs/cd9660/cd9660_vfsops.c | 10 +++-
sys/vfs/isofs/cd9660/cd9660_vnops.c | 25 +++++++--
sys/vfs/isofs/cd9660/iso.h | 5 ++
6 files changed, 193 insertions(+), 15 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7764eb663ae501717be7f1efa15f2dcc9102234f
--
DragonFly BSD source repository
More information about the Commits
mailing list