CVSROOT: /cvs Module name: src Changes by: nat...@cvs.openbsd.org 2016/05/02 14:06:58
Modified files: sys/tmpfs : tmpfs_vnops.c Log message: Fix some issues wrt timestamp updating. The tmpfs_read() and tmpfs_readlink() functions ignore the noatime mount option, tmpfs_read() should not update atime when zero bytes have been requested (as per posix) and tmpfs_write() should update mtime and ctime (as per posix). ok espie