CVSROOT: /cvs Module name: src Changes by: rsadow...@cvs.openbsd.org 2025/05/31 18:32:54
Modified files: share/man/man4 : options.4 sys/ufs/ext2fs : ext2fs_vnops.c Log message: File flags handling fixes for ext2fs ext2fs does not have *user* immutable and append file flags, only system ones. Restrict those to the superuser. Before the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the default. Diff from Ricardo Branco, thanks