CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/04/16 22:43:21
Modified files:
lib/libc/sys : utimes.2
sys/sys : vnode.h
sys/kern : vfs_syscalls.c
sys/isofs/cd9660: cd9660_vnops.c
sys/miscfs/fuse: fuse_vnops.c
sys/msdosfs : msdosfs_vnops.c
sys/nfs : nfs_subs.c nfs_vnops.c xdr_subs.h
sys/tmpfs : tmpfs_subr.c tmpfs_vnops.c
sys/ufs/ext2fs : ext2fs_vnops.c
sys/ufs/ufs : ufs_vnops.c
Log message:
Tweaks utimensat/futimens handling to always update ctime, even when both
atime and mtime are UTIME_OMIT (at least for ufs, tmpfs, and ext2fs), and
to correctly handle a timestamp of -1.
ok millert@