Module Name: src Committed By: njoly Date: Thu May 29 10:47:00 UTC 2014
Modified Files: src/sys/compat/linux32/arch/amd64: syscalls.master Log Message: Add utimes(2) support. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/compat/linux32/arch/amd64/syscalls.master Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/compat/linux32/arch/amd64/syscalls.master diff -u src/sys/compat/linux32/arch/amd64/syscalls.master:1.66 src/sys/compat/linux32/arch/amd64/syscalls.master:1.67 --- src/sys/compat/linux32/arch/amd64/syscalls.master:1.66 Sun May 4 10:08:53 2014 +++ src/sys/compat/linux32/arch/amd64/syscalls.master Thu May 29 10:47:00 2014 @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.66 2014/05/04 10:08:53 njoly Exp $ + $NetBSD: syscalls.master,v 1.67 2014/05/29 10:47:00 njoly Exp $ ; NetBSD i386 COMPAT_LINUX32 system call name/number "master" file. ; (See syscalls.conf to see what it is processed into.) @@ -472,7 +472,8 @@ 269 STD { int|linux32_sys||fstatfs64(int fd, \ netbsd32_size_t sz, linux32_statfs64p sp); } 270 STD { int|linux32_sys||tgkill(int tgid, int tid, int sig); } -271 UNIMPL utimes +271 NOARGS { int|compat_50_netbsd32||utimes(netbsd32_charp path, \ + netbsd32_timeval50p_t tptr); } 272 STD { int|linux32_sys||fadvise64_64(int fd, uint32_t offlo, \ uint32_t offhi, uint32_t lenlo, uint32_t lenhi, int advice); } 273 UNIMPL vserver