gvisor/pkg/sentry/syscalls/linux
Fabricio Voznika d6d169320c Add ETIMEDOUT to partial result list
Reported-by: syzbot+db8d83f93b84fcb84374@syzkaller.appspotmail.com
PiperOrigin-RevId: 355213994
2021-02-02 11:37:11 -08:00
..
vfs2 Add O_PATH support in vfs2 2021-01-28 12:24:37 -08:00
BUILD Implement membarrier(2) commands other than *_SYNC_CORE. 2020-10-06 13:55:16 -07:00
error.go Add ETIMEDOUT to partial result list 2021-02-02 11:37:11 -08:00
flags.go
linux64.go Update splice syscall documentation. 2021-01-20 23:39:37 -08:00
sigset.go Port signalfd to vfs2. 2020-05-07 11:41:50 -07:00
sys_aio.go [syzkaller] Avoid AIOContext from resurrecting after being marked dead. 2020-12-15 15:27:35 -08:00
sys_capability.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
sys_clone_amd64.go
sys_clone_arm64.go
sys_epoll.go Port signalfd to vfs2. 2020-05-07 11:41:50 -07:00
sys_eventfd.go Plumbing context.Context to DecRef() and Release(). 2020-08-03 13:36:05 -07:00
sys_file.go Implement F_GETLK fcntl. 2021-01-22 13:58:16 -08:00
sys_futex.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
sys_getdents.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
sys_identity.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
sys_inotify.go Plumbing context.Context to DecRef() and Release(). 2020-08-03 13:36:05 -07:00
sys_lseek.go Move ERESTART* error definitions to syserror package. 2020-08-18 19:28:53 -07:00
sys_membarrier.go Implement MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ. 2020-10-08 16:23:04 -07:00
sys_mempolicy.go
sys_mmap.go Use a tmpfs file for shared anonymous and /dev/zero mmap on VFS2. 2020-09-18 13:25:35 -07:00
sys_mount.go Plumbing context.Context to DecRef() and Release(). 2020-08-03 13:36:05 -07:00
sys_pipe.go Make pipe min/max sizes match linux. 2020-11-03 12:12:06 -08:00
sys_poll.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
sys_prctl.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
sys_random.go
sys_read.go Move ERESTART* error definitions to syserror package. 2020-08-18 19:28:53 -07:00
sys_rlimit.go Allow RLIMIT_RSS to be set 2020-11-16 16:31:21 -08:00
sys_rseq.go
sys_rusage.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
sys_sched.go Fix definition of SchedParam. 2020-09-18 10:09:14 -07:00
sys_seccomp.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
sys_sem.go Implement the semtimedop syscall 2021-01-07 11:49:40 -08:00
sys_shm.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
sys_signal.go Remove existing nogo exceptions. 2020-12-11 12:06:49 -08:00
sys_socket.go Fix panic when parsing SO_TIMESTAMP cmsg 2021-01-05 14:45:47 -08:00
sys_splice.go Simplify the pipe implementation. 2021-01-14 17:35:07 -08:00
sys_stat.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
sys_stat_amd64.go
sys_stat_arm64.go
sys_sync.go Fix simple mistakes identified by goreportcard. 2021-01-12 12:38:22 -08:00
sys_sysinfo.go pgalloc: Do not hold MemoryFile.mu while calling mincore. 2020-10-19 09:02:19 -07:00
sys_syslog.go
sys_thread.go Remove existing nogo exceptions. 2020-12-11 12:06:49 -08:00
sys_time.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
sys_timer.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
sys_timerfd.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
sys_tls_amd64.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
sys_tls_arm64.go Fix ARM64 build. 2020-05-07 15:18:47 -07:00
sys_utsname.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
sys_write.go Move ERESTART* error definitions to syserror package. 2020-08-18 19:28:53 -07:00
sys_xattr.go Plumbing context.Context to DecRef() and Release(). 2020-08-03 13:36:05 -07:00
timespec.go