gvisor/pkg/sentry/syscalls/linux
Michael Pratt f65dfec096 Add WCLONE / WALL support to waitid
The previous commit adds WNOTHREAD support to waitid, so we may as well
complete the upstream change.

Linux added WCLONE, WALL, WNOTHREAD support to waitid(2) in
91c4e8ea8f05916df0c8a6f383508ac7c9e10dba ("wait: allow sys_waitid() to
accept __WNOTHREAD/__WCLONE/__WALL"). i.e., Linux 4.7.

PiperOrigin-RevId: 249560587
Change-Id: Iff177b0848a3f7bae6cb5592e44500c5a942fbeb
2019-05-22 18:11:50 -07:00
..
BUILD Add basic plumbing for splice and stub implementation. 2019-05-21 15:18:12 -07:00
error.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
flags.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
linux64.go Add basic plumbing for splice and stub implementation. 2019-05-21 15:18:12 -07:00
sigset.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_aio.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_capability.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_epoll.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_eventfd.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_file.go Clean up pipe internals and add fcntl support 2019-05-21 20:12:27 -07:00
sys_futex.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_getdents.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_identity.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_inotify.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_lseek.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_mmap.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_mount.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_pipe.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_poll.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_prctl.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_random.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_read.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_rlimit.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_rusage.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_sched.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_seccomp.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_sem.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_shm.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_signal.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_socket.go Implement the MSG_CTRUNC msghdr flag for Unix sockets. 2019-04-29 21:21:08 -07:00
sys_splice.go Add basic plumbing for splice and stub implementation. 2019-05-21 15:18:12 -07:00
sys_stat.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_sync.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_sysinfo.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_syslog.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_thread.go Add WCLONE / WALL support to waitid 2019-05-22 18:11:50 -07:00
sys_time.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_timer.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_timerfd.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_tls.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_utsname.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sys_write.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
timespec.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00