CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/05/21 12:11:36
Modified files:
sbin/mount : mount.c
sbin/mount_msdos: mount_msdos.8 mount_msdos.c
sys/msdosfs : msdosfs_vnops.c msdosfsmount.h
sys/sys : mount.h
Log message:
Remove the -x flag from mount_msdos and always assume the execute bit
for readable directories, while making it subject to the mask option
(-m in mount_msdos), so it is still possible to mount with
non-executable directories, but with semantics that are easier to
comprehend.
This makes directory listings with default mount options work again.
ok deraadt@