Module Name:    src
Committed By:   christos
Date:           Fri Feb  3 16:44:12 UTC 2017

Modified Files:
        src/sys/compat/linux/arch/m68k: syscalls.master

Log Message:
and send and recv mmsg and unimpl


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/compat/linux/arch/m68k/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/linux/arch/m68k/syscalls.master
diff -u src/sys/compat/linux/arch/m68k/syscalls.master:1.92 src/sys/compat/linux/arch/m68k/syscalls.master:1.93
--- src/sys/compat/linux/arch/m68k/syscalls.master:1.92	Fri Feb  3 02:54:26 2017
+++ src/sys/compat/linux/arch/m68k/syscalls.master	Fri Feb  3 11:44:12 2017
@@ -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

Reply via email to