Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch/mips add missing unimpl and sendmmsg a...
details: https://anonhg.NetBSD.org/src/rev/de686cebd821
branches: trunk
changeset: 351146:de686cebd821
user: christos <christos%NetBSD.org@localhost>
date: Fri Feb 03 16:49:08 2017 +0000
description:
add missing unimpl and sendmmsg and recvmmsg
diffstat:
sys/compat/linux/arch/mips/syscalls.master | 40 ++++++++++++++++++++++++++++-
1 files changed, 38 insertions(+), 2 deletions(-)
diffs (51 lines):
diff -r 735c32545621 -r de686cebd821 sys/compat/linux/arch/mips/syscalls.master
--- a/sys/compat/linux/arch/mips/syscalls.master Fri Feb 03 16:44:21 2017 +0000
+++ b/sys/compat/linux/arch/mips/syscalls.master Fri Feb 03 16:49:08 2017 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.62 2017/02/02 15:35:46 christos Exp $
+ $NetBSD: syscalls.master,v 1.63 2017/02/03 16:49:08 christos Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -546,4 +546,40 @@
334 STD { int|linux_sys||accept4(int s, \
struct osockaddr *name, \
int *anamelen, int flags); }
-335 UNIMPL recvmmsg
+335 STD { int|linux_sys||recvmmsg(int s, \
+ struct linux_mmsghdr *msgvec, unsigned int vlen, \
+ unsigned int flags, struct timespec *timeout); }
+336 UNIMPL getdents64
+337 UNIMPL fanotify_init
+338 UNIMPL fanotify_mark
+339 UNIMPL prlimit64
+340 UNIMPL name_to_handle_at
+341 UNIMPL open_by_handle_at
+342 UNIMPL clock_adjtime
+343 UNIMPL syncfs
+344 STD { int|linux_sys||sendmmsg(int s, \
+ struct linux_mmsghdr *msgvec, unsigned int vlen, \
+ unsigned int flags); }
+345 UNIMPL setns
+346 UNIMPL process_vm_readv
+347 UNIMPL process_vm_writev
+348 UNIMPL kcmp
+349 UNIMPL finit_module
+350 UNIMPL sched_setattr
+351 UNIMPL sched_getattr
+352 UNIMPL renameat2
+353 UNIMPL seccomp
+354 UNIMPL getrandom
+355 UNIMPL memfd_create
+356 UNIMPL bpf
+357 UNIMPL execveat
+358 UNIMPL userfaultfd
+359 UNIMPL membarrier
+360 UNIMPL mlock2
+361 UNIMPL copy_file_range
+362 UNIMPL preadv2
+363 UNIMPL pwritev2
+364 UNIMPL pkey_mprotect
+365 UNIMPL pkey_alloc
+366 UNIMPL pkey_free
+
Home |
Main Index |
Thread Index |
Old Index