gvisor/pkg/sentry/syscalls/linux
Dean Deng 2e3b9b0a68 Deduplicate and simplify control message processing for recvmsg and sendmsg.
Also, improve performance by calculating how much space is needed before making
an allocation for sendmsg in hostinet.

PiperOrigin-RevId: 284898581
2019-12-10 19:27:42 -08:00
..
BUILD Aggregate arguments for loading executables into a single struct. 2019-10-25 22:44:19 -07:00
error.go Handle ENOSPC with a partial write. 2019-08-12 17:41:33 -07:00
flags.go Pass OpenTruncate to gofer in Open call when opening file with O_TRUNC. 2019-11-20 15:07:16 -08:00
linux64.go Update const names to be Go style. 2019-10-22 16:16:41 -07:00
linux64_amd64.go Add all upstream syscalls to tables 2019-12-10 10:42:09 -08:00
linux64_arm64.go Add all upstream syscalls to tables 2019-12-10 10:42:09 -08:00
sigset.go
sys_aio.go
sys_capability.go
sys_epoll.go Combine multiple epoll events copies 2019-07-30 10:53:55 +08:00
sys_eventfd.go
sys_file.go Implement F_GETOWN_EX and F_SETOWN_EX. 2019-12-05 17:28:52 -08:00
sys_futex.go
sys_getdents.go ext: vfs.FileDescriptionImpl and vfs.FilesystemImpl implementations. 2019-08-07 14:23:42 -07:00
sys_identity.go
sys_inotify.go
sys_lseek.go
sys_mempolicy.go
sys_mmap.go
sys_mount.go Drop reference on fs.Inode if Mount goes wrong. 2019-08-01 14:57:49 -07:00
sys_pipe.go
sys_poll.go Format fd_set parameters in select(2)/pselect(2) for strace. 2019-12-10 13:06:01 -08:00
sys_prctl.go
sys_random.go
sys_read.go Stub out readahead implementation. 2019-09-24 13:29:46 -07:00
sys_rlimit.go
sys_rusage.go
sys_sched.go
sys_seccomp.go
sys_sem.go
sys_shm.go
sys_signal.go Signalfd support 2019-09-18 15:16:42 -07:00
sys_socket.go Deduplicate and simplify control message processing for recvmsg and sendmsg. 2019-12-10 19:27:42 -08:00
sys_splice.go Don't report partialResult errors from sendfile 2019-10-03 13:38:30 -07:00
sys_stat.go
sys_sync.go
sys_sysinfo.go
sys_syslog.go
sys_thread.go Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC. 2019-10-29 10:04:39 -07:00
sys_time.go Only copy out remaining time on nanosleep success 2019-09-30 13:07:32 -07:00
sys_timer.go
sys_timerfd.go Merge pull request #450 from Pixep:feature/add-clock-boottime-as-monotonic 2019-07-19 10:44:45 -07:00
sys_tls.go
sys_utsname.go fix set hostname 2019-09-20 17:57:25 +00:00
sys_write.go Remove old TODO. 2019-10-21 17:04:32 -07:00
timespec.go