gvisor/pkg/sentry/syscalls/linux
Adin Scannell 4e03e87547 Fix simple mistakes identified by goreportcard.
These are primarily simplification and lint mistakes. However, minor
fixes are also included and tests added where appropriate.

PiperOrigin-RevId: 351425971
2021-01-12 12:38:22 -08:00
..
vfs2
BUILD
error.go Move ERESTART* error definitions to syserror package. 2020-08-18 19:28:53 -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
sigset.go Port signalfd to vfs2. 2020-05-07 11:41:50 -07:00
sys_aio.go
sys_capability.go
sys_clone_amd64.go
sys_clone_arm64.go
sys_epoll.go
sys_eventfd.go
sys_file.go
sys_futex.go
sys_getdents.go
sys_identity.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
sys_inotify.go
sys_lseek.go
sys_membarrier.go
sys_mempolicy.go
sys_mmap.go
sys_mount.go
sys_pipe.go
sys_poll.go
sys_prctl.go
sys_random.go
sys_read.go Move ERESTART* error definitions to syserror package. 2020-08-18 19:28:53 -07:00
sys_rlimit.go
sys_rseq.go
sys_rusage.go
sys_sched.go
sys_seccomp.go
sys_sem.go
sys_shm.go
sys_signal.go
sys_socket.go
sys_splice.go
sys_stat.go Enable automated marshalling for the syscall package. 2020-09-15 23:38:57 -07:00
sys_stat_amd64.go Fix construct of linux.Stat for arm64. 2020-02-26 19:29:27 -08:00
sys_stat_arm64.go
sys_sync.go
sys_sysinfo.go pgalloc: Do not hold MemoryFile.mu while calling mincore. 2020-10-19 09:02:19 -07:00
sys_syslog.go Update canonical repository. 2019-06-13 16:50:15 -07:00
sys_thread.go
sys_time.go
sys_timer.go
sys_timerfd.go
sys_tls_amd64.go
sys_tls_arm64.go
sys_utsname.go
sys_write.go
sys_xattr.go
timespec.go