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/m68k and send and recv mmsg and unimpl



details:   https://anonhg.NetBSD.org/src/rev/2b80d2c61343
branches:  trunk
changeset: 821395:2b80d2c61343
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 03 16:44:12 2017 +0000

description:
and send and recv mmsg and unimpl

diffstat:

 sys/compat/linux/arch/m68k/syscalls.master |  72 +++++++++++++++++++----------
 1 files changed, 46 insertions(+), 26 deletions(-)

diffs (86 lines):

diff -r 806bfa5f80a3 -r 2b80d2c61343 sys/compat/linux/arch/m68k/syscalls.master
--- a/sys/compat/linux/arch/m68k/syscalls.master        Fri Feb 03 16:42:26 2017 +0000
+++ b/sys/compat/linux/arch/m68k/syscalls.master        Fri Feb 03 16:44:12 2017 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.92 2017/02/03 07:54:26 martin Exp $
+       $NetBSD: syscalls.master,v 1.93 2017/02/03 16:44:12 christos Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -558,31 +558,51 @@
 334    UNIMPL          get_thread_area
 335    UNIMPL          atomic_cmpxchg_32
 336    UNIMPL          atomic_barrier
-337    UNIMPL
-338    UNIMPL
-339    UNIMPL
-340    UNIMPL
-341    UNIMPL
-342    UNIMPL
-343    UNIMPL
-344    UNIMPL
-345    UNIMPL
-346    UNIMPL
-347    UNIMPL
-348    UNIMPL
-349    UNIMPL
-350    UNIMPL
-351    UNIMPL
-352    UNIMPL
-353    UNIMPL
-354    UNIMPL
-355    UNIMPL
-356    UNIMPL
-357    UNIMPL
-358    UNIMPL
-359    UNIMPL
-360    UNIMPL
+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    UNIMPL          setns
+345    UNIMPL          process_vm_readv
+346    UNIMPL          process_vm_writev
+347    UNIMPL          kcmp
+348    UNIMPL          finit_module
+349    UNIMPL          sched_setattr
+350    UNIMPL          sched_getattr
+351    UNIMPL          renameat2
+352    UNIMPL          getrandom
+353    UNIMPL          memfd_create
+354    UNIMPL          bpf
+355    UNIMPL          execveat
+356    UNIMPL          socket
+357    UNIMPL          socketpair
+358    UNIMPL          bind
+359    UNIMPL          connect
+360    UNIMPL          listen
 361    STD             { int|linux_sys||accept4(int s, \
                            struct osockaddr *name, \
                            int *anamelen, int flags); }
-
+362    UNIMPL          getsockopt
+363    UNIMPL          setsockopt
+364    UNIMPL          getsockname
+365    UNIMPL          getpeername
+366    UNIMPL          sendto
+367    UNIMPL          sendmsg
+368    UNIMPL          recvfrom
+369    UNIMPL          recvmsg
+370    UNIMPL          shutdown
+371    STD             { int|linux_sys||recvmmsg(int s, \
+                           struct linux_mmsghdr *msgvec, unsigned int vlen, \
+                           unsigned int flags, struct timespec *timeout); }
+372    STD             { int|linux_sys||sendmmsg(int s, \
+                           struct linux_mmsghdr *msgvec, unsigned int vlen, \
+                           unsigned int flags); }
+373    UNIMPL          userfaultfd
+374    UNIMPL          membarrier
+375    UNIMPL          mlock2
+376    UNIMPL          copy_file_range
+377    UNIMPL          preadv2
+378    UNIMPL          pwritev2



Home | Main Index | Thread Index | Old Index