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/powerpc add unimple sendmmsg secvmmsg



details:   https://anonhg.NetBSD.org/src/rev/4b435b033964
branches:  trunk
changeset: 821399:4b435b033964
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 03 16:56:46 2017 +0000

description:
add unimple sendmmsg secvmmsg

diffstat:

 sys/compat/linux/arch/powerpc/syscalls.master |  87 +++++++++++++++++++-------
 1 files changed, 64 insertions(+), 23 deletions(-)

diffs (101 lines):

diff -r 8f3d6bcb59fe -r 4b435b033964 sys/compat/linux/arch/powerpc/syscalls.master
--- a/sys/compat/linux/arch/powerpc/syscalls.master     Fri Feb 03 16:49:19 2017 +0000
+++ b/sys/compat/linux/arch/powerpc/syscalls.master     Fri Feb 03 16:56:46 2017 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.71 2017/02/03 07:57:11 martin Exp $  
+       $NetBSD: syscalls.master,v 1.72 2017/02/03 16:56:46 christos Exp $  
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -542,28 +542,69 @@
 320    UNIMPL          preadv
 321    UNIMPL          pwritev
 322    UNIMPL          rt_tgsigqueueinfo
-323    UNIMPL
-324    UNIMPL
-325    UNIMPL
-326    UNIMPL
-327    UNIMPL
-328    UNIMPL
-329    UNIMPL
-330    UNIMPL
-331    UNIMPL
-332    UNIMPL
-333    UNIMPL
-334    UNIMPL
-335    UNIMPL
-336    UNIMPL
-337    UNIMPL
-338    UNIMPL
-339    UNIMPL
-340    UNIMPL
-341    UNIMPL
-342    UNIMPL
-343    UNIMPL
+323    UNIMPL          fanotify_init
+324    UNIMPL          fanotify_mark
+325    UNIMPL          prlimit64
+326    UNIMPL          socket
+327    UNIMPL          bind
+328    UNIMPL          connect
+329    UNIMPL          listen
+330    UNIMPL          accept
+331    UNIMPL          getsockname
+332    UNIMPL          getpeername
+333    UNIMPL          socketpair
+334    UNIMPL          send
+335    UNIMPL          sendto
+336    UNIMPL          recv
+337    UNIMPL          recvfrom
+338    UNIMPL          shutdown
+339    UNIMPL          setsockopt
+340    UNIMPL          getsockopt
+341    UNIMPL          sendmsg
+342    UNIMPL          recvmsg
+343    STD             { int|linux_sys||recvmmsg(int s, \
+                           struct linux_mmsghdr *msgvec, unsigned int vlen, \
+                           unsigned int flags, struct timespec *timeout); }
 344    STD             { int|linux_sys||accept4(int s, \
                            struct osockaddr *name, \
                            int *anamelen, int flags); }
-
+345    UNIMPL          name_to_handle_at
+346    UNIMPL          open_by_handle_at
+347    UNIMPL          clock_adjtime
+348    UNIMPL          syncfs
+349    STD             { int|linux_sys||sendmmsg(int s, \
+                           struct linux_mmsghdr *msgvec, unsigned int vlen, \
+                           unsigned int flags); }
+350    UNIMPL          setns
+351    UNIMPL          process_vm_readv
+352    UNIMPL          process_vm_writev
+353    UNIMPL          finit_module
+354    UNIMPL          kcmp
+355    UNIMPL          sched_setattr
+356    UNIMPL          sched_getattr
+357    UNIMPL          renameat2
+358    UNIMPL          seccomp
+359    UNIMPL          getrandom
+360    UNIMPL          memfd_create
+361    UNIMPL          bpf
+362    UNIMPL          execveat
+363    UNIMPL          switch_endian
+364    UNIMPL          userfaultfd
+365    UNIMPL          membarrier
+366    UNIMPL
+367    UNIMPL
+368    UNIMPL
+369    UNIMPL
+370    UNIMPL
+371    UNIMPL
+372    UNIMPL
+373    UNIMPL
+374    UNIMPL
+375    UNIMPL
+376    UNIMPL
+377    UNIMPL
+378    UNIMPL          mlock2
+379    UNIMPL          copy_file_range
+380    UNIMPL          preadv2
+381    UNIMPL          pwritev2
+382    UNIMPL          kexec_file_load



Home | Main Index | Thread Index | Old Index