CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2011/07/17 18:16:54
Modified files: sys/sys : stat.h sys/kern : syscalls.master vfs_syscalls.c Log message: Add support for UTIME_OMIT and UTIME_NOW to utimensat(2), add the futimens(2) system call, and refactor futimes(2) to share the same code. (As with other openat(2) system call stuff, this is not exposed to userland yet.) naddy@ pointed out rsync expects UTIME_* if openat(2) is available tweaks and ok guenther@; tested by naddy@ in a bulk build