Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/compat/linux/arch/m68k/syscalls.master,v rcsdiff: /ftp/cvs/cvsroot/src/sys/compat/linux/arch/m68k/syscalls.master,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.89.4.3 retrieving revision 1.90 diff -u -p -r1.89.4.3 -r1.90 --- src/sys/compat/linux/arch/m68k/syscalls.master 2017/03/20 06:57:24 1.89.4.3 +++ src/sys/compat/linux/arch/m68k/syscalls.master 2016/07/24 13:22:01 1.90 @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.89.4.3 2017/03/20 06:57:24 pgoyette Exp $ + $NetBSD: syscalls.master,v 1.90 2016/07/24 13:22:01 njoly Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -511,10 +511,7 @@ linux_umode_t mode); } 300 STD { int|linux_sys||faccessat(int fd, const char *path, \ int amode); } -301 STD { int|linux_sys||pselect6(int nfds, fd_set *readfds, \ - fd_set *writefds, fd_set *exceptfds, \ - struct linux_timespec *timeout, \ - linux_sized_sigset_t *ss); } +301 UNIMPL pselect6 302 STD { int|linux_sys||ppoll(struct pollfd *fds, u_int nfds, \ struct linux_timespec *timeout, \ linux_sigset_t *sigset); } @@ -558,51 +555,3 @@ 334 UNIMPL get_thread_area 335 UNIMPL atomic_cmpxchg_32 336 UNIMPL atomic_barrier -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