diff options
| author | christos <christos@NetBSD.org> | 2017-02-03 16:44:12 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2017-02-03 16:44:12 +0000 |
| commit | cf9c3dc690d217388555db090ce5a3c77e7c58d5 (patch) | |
| tree | c11ad5d8bd1cb890be834a549c40ca9d79308206 /sys/compat/linux | |
| parent | c56fdae9132c4c5b2bc38a2fcb93b6d52c107d70 (diff) | |
and send and recv mmsg and unimpl
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/arch/m68k/syscalls.master | 72 |
1 files changed, 46 insertions, 26 deletions
diff --git a/sys/compat/linux/arch/m68k/syscalls.master b/sys/compat/linux/arch/m68k/syscalls.master index 60c77a25b0b..bd40c1e41a8 100644 --- a/sys/compat/linux/arch/m68k/syscalls.master +++ b/sys/compat/linux/arch/m68k/syscalls.master @@ -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 |
