diff options
| author | njoly <njoly@NetBSD.org> | 2013-09-24 13:27:49 +0000 |
|---|---|---|
| committer | njoly <njoly@NetBSD.org> | 2013-09-24 13:27:49 +0000 |
| commit | 997b933989dabbe2bb662ce827dbcb01ac7f4b20 (patch) | |
| tree | b0038432feb83c111dce3833e0a7a8f1c61d16a7 /sys/compat/linux/arch | |
| parent | f75de0f992dc52dabae449b1faddb77c19038002 (diff) | |
Add utimensat(2) for compat linux.
Diffstat (limited to 'sys/compat/linux/arch')
| -rw-r--r-- | sys/compat/linux/arch/alpha/syscalls.master | 5 | ||||
| -rw-r--r-- | sys/compat/linux/arch/amd64/syscalls.master | 5 | ||||
| -rw-r--r-- | sys/compat/linux/arch/arm/syscalls.master | 5 | ||||
| -rw-r--r-- | sys/compat/linux/arch/i386/syscalls.master | 5 | ||||
| -rw-r--r-- | sys/compat/linux/arch/m68k/syscalls.master | 5 | ||||
| -rw-r--r-- | sys/compat/linux/arch/mips/syscalls.master | 5 | ||||
| -rw-r--r-- | sys/compat/linux/arch/powerpc/syscalls.master | 5 |
7 files changed, 21 insertions, 14 deletions
diff --git a/sys/compat/linux/arch/alpha/syscalls.master b/sys/compat/linux/arch/alpha/syscalls.master index 097899dfbe7..dddbe94d430 100644 --- a/sys/compat/linux/arch/alpha/syscalls.master +++ b/sys/compat/linux/arch/alpha/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.78 2013/09/15 12:58:34 njoly Exp $ + $NetBSD: syscalls.master,v 1.79 2013/09/24 13:27:49 njoly Exp $ ; ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -728,7 +728,8 @@ 472 UNIMPL move_pages 473 UNIMPL getcpu 474 UNIMPL epoll_wait -475 UNIMPL utimensat +475 STD { int|linux_sys||utimensat(int fd, const char *path, \ + struct linux_timespec *times, int flag); } 476 UNIMPL signalfd 477 UNIMPL timerfd 478 UNIMPL eventfd diff --git a/sys/compat/linux/arch/amd64/syscalls.master b/sys/compat/linux/arch/amd64/syscalls.master index 37ba3e48c44..3cdf850c864 100644 --- a/sys/compat/linux/arch/amd64/syscalls.master +++ b/sys/compat/linux/arch/amd64/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.42 2013/04/08 20:54:47 pooka Exp $ + $NetBSD: syscalls.master,v 1.43 2013/09/24 13:27:49 njoly Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -490,7 +490,8 @@ 277 UNIMPL sync_file_range 278 UNIMPL vmsplice 279 UNIMPL move_pages -280 UNIMPL utimensat +280 STD { int|linux_sys||utimensat(int fd, const char *path, \ + struct linux_timespec *times, int flag); } 281 UNIMPL epoll_pwait 282 UNIMPL signalfd 283 UNIMPL timerfd_create diff --git a/sys/compat/linux/arch/arm/syscalls.master b/sys/compat/linux/arch/arm/syscalls.master index 61b5d46e287..7deb88064be 100644 --- a/sys/compat/linux/arch/arm/syscalls.master +++ b/sys/compat/linux/arch/arm/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.50 2013/04/08 20:54:48 pooka Exp $ + $NetBSD: syscalls.master,v 1.51 2013/09/24 13:27:49 njoly Exp $ ; Derived from sys/compat/linux/arch/*/syscalls.master ; and from Linux 2.4.12 arch/arm/kernel/calls.S @@ -534,7 +534,8 @@ 345 UNIMPL getcpu 346 UNIMPL epoll_wait 347 UNIMPL kexec_load -348 UNIMPL utimensat +348 STD { int|linux_sys||utimensat(int fd, const char *path, \ + struct linux_timespec *times, int flag); } 349 UNIMPL signalfd 350 UNIMPL timerfd_create 351 UNIMPL eventfd diff --git a/sys/compat/linux/arch/i386/syscalls.master b/sys/compat/linux/arch/i386/syscalls.master index 9bbd0b99840..cc4b2425aea 100644 --- a/sys/compat/linux/arch/i386/syscalls.master +++ b/sys/compat/linux/arch/i386/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.109 2013/04/08 20:54:48 pooka Exp $ + $NetBSD: syscalls.master,v 1.110 2013/09/24 13:27:49 njoly Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -506,7 +506,8 @@ 317 UNIMPL move_pages 318 UNIMPL getcpu 319 UNIMPL epoll_wait -320 UNIMPL utimensat +320 STD { int|linux_sys||utimensat(int fd, const char *path, \ + struct linux_timespec *times, int flag); } 321 UNIMPL signalfd 322 UNIMPL timerfd_create 323 UNIMPL eventfd diff --git a/sys/compat/linux/arch/m68k/syscalls.master b/sys/compat/linux/arch/m68k/syscalls.master index 8047d7c1031..a8d99d74808 100644 --- a/sys/compat/linux/arch/m68k/syscalls.master +++ b/sys/compat/linux/arch/m68k/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.75 2013/04/08 20:54:48 pooka Exp $ + $NetBSD: syscalls.master,v 1.76 2013/09/24 13:27:49 njoly Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -519,7 +519,8 @@ 313 UNIMPL kexec_load 314 UNIMPL getcpu 315 UNIMPL epoll_wait -316 UNIMPL utimensat +316 STD { int|linux_sys||utimensat(int fd, const char *path, \ + struct linux_timespec *times, int flag); } 317 UNIMPL signalfd 318 UNIMPL timerfd_create 319 UNIMPL eventfd diff --git a/sys/compat/linux/arch/mips/syscalls.master b/sys/compat/linux/arch/mips/syscalls.master index 45db688be3b..ad7b755a15e 100644 --- a/sys/compat/linux/arch/mips/syscalls.master +++ b/sys/compat/linux/arch/mips/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.45 2013/04/08 20:54:48 pooka Exp $ + $NetBSD: syscalls.master,v 1.46 2013/09/24 13:27:50 njoly Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -506,7 +506,8 @@ 313 UNIMPL epoll_pwait 314 UNIMPL ioprio_set 315 UNIMPL ioprio_get -316 UNIMPL utimensat +316 STD { int|linux_sys||utimensat(int fd, const char *path, \ + struct linux_timespec *times, int flag); } 317 UNIMPL signalfd 318 UNIMPL timerfd 319 UNIMPL eventfd diff --git a/sys/compat/linux/arch/powerpc/syscalls.master b/sys/compat/linux/arch/powerpc/syscalls.master index 98848238944..a7a85173e20 100644 --- a/sys/compat/linux/arch/powerpc/syscalls.master +++ b/sys/compat/linux/arch/powerpc/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.54 2013/08/11 18:34:43 pooka Exp $ + $NetBSD: syscalls.master,v 1.55 2013/09/24 13:27:50 njoly Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -504,7 +504,8 @@ 301 UNIMPL move_pages 302 UNIMPL getcpu 303 UNIMPL epoll_wait -304 UNIMPL utimensat +304 STD { int|linux_sys||utimensat(int fd, const char *path, \ + struct linux_timespec *times, int flag); } 305 UNIMPL signalfd 306 UNIMPL timerfd_create 307 UNIMPL eventfd |
