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/alpha add send/recv mmsg and comment o...



details:   https://anonhg.NetBSD.org/src/rev/6fbc85f95412
branches:  trunk
changeset: 821388:6fbc85f95412
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 03 16:17:08 2017 +0000

description:
add send/recv mmsg and comment on the unimpl ones.

diffstat:

 sys/compat/linux/arch/alpha/syscalls.master |  33 +++++++++++++++++++---------
 1 files changed, 22 insertions(+), 11 deletions(-)

diffs (54 lines):

diff -r 992a0e23db6e -r 6fbc85f95412 sys/compat/linux/arch/alpha/syscalls.master
--- a/sys/compat/linux/arch/alpha/syscalls.master       Fri Feb 03 16:06:45 2017 +0000
+++ b/sys/compat/linux/arch/alpha/syscalls.master       Fri Feb 03 16:17:08 2017 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.93 2017/02/03 06:06:08 martin Exp $
+       $NetBSD: syscalls.master,v 1.94 2017/02/03 16:17:08 christos Exp $
 ;
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -756,7 +756,9 @@
 476    UNIMPL          signalfd
 477    UNIMPL          timerfd
 478    UNIMPL          eventfd
-479    UNIMPL          recvmmsg
+479    STD             { int|linux_sys||recvmmsg(int s, \
+                           struct linux_mmsghdr *msgvec, unsigned int vlen, \
+                           unsigned int flags, struct timespec *timeout); }
 480    UNIMPL          fallocate
 481    UNIMPL          timerfd_create
 482    UNIMPL          timerfd_settime
@@ -771,15 +773,24 @@
 491    UNIMPL          pwritev
 492    UNIMPL          rt_tgsigqueueinfo
 493    UNIMPL          perf_counter_open
-494    UNIMPL
-495    UNIMPL
-496    UNIMPL
-497    UNIMPL
-498    UNIMPL
-499    UNIMPL
-500    UNIMPL
-501    UNIMPL
+494    UNIMPL          fanotify_init
+495    UNIMPL          fanotify_mark
+496    UNIMPL          prlimit64
+497    UNIMPL          name_to_handle_at
+498    UNIMPL          open_by_handle_at
+499    UNIMPL          clock_adjtime
+500    UNIMPL          syncfs
+501    UNIMPL          setns
 502    STD             { int|linux_sys||accept4(int s, \
                            struct osockaddr *name, \
                            int *anamelen, int flags); }
-
+503    STD             { int|linux_sys||sendmmsg(int s, \
+                           struct linux_mmsghdr *msgvec, unsigned int vlen, \
+                           unsigned int flags); }
+504    UNIMPL          process_vm_readv
+505    UNIMPL          process_vm_writev
+506    UNIMPL          kcmp
+507    UNIMPL          finit_module
+508    UNIMPL          sched_setattr
+509    UNIMPL          sched_getattr
+510    UNIMPL          renameat2



Home | Main Index | Thread Index | Old Index