gvisor/pkg/sentry
Fabricio Voznika 8fd89fd7a2 Fix sendfile(2) error code
When output file is in append mode, sendfile(2) should fail
with EINVAL and not EBADF.

Closes #721

PiperOrigin-RevId: 265718958
2019-08-27 10:52:46 -07:00
..
arch Add ARM64 support to pkg/sentry/loader 2019-07-21 19:30:18 -07:00
context
control
device Update canonical repository. 2019-06-13 16:50:15 -07:00
fs
fsimpl
hostcpu Update canonical repository. 2019-06-13 16:50:15 -07:00
hostmm Update canonical repository. 2019-06-13 16:50:15 -07:00
inet netstack: Don't start endpoint goroutines too soon on restore. 2019-08-08 12:33:11 -07:00
kernel Ensure yield-equivalent with an already-expired timeout. 2019-08-22 14:34:33 -07:00
limits Update canonical repository. 2019-06-13 16:50:15 -07:00
loader Add feature to launch Sentry from an open host FD. 2019-07-30 11:20:40 -07:00
memmap Fix various spelling issues in the documentation 2019-06-27 14:25:50 -07:00
mm procfs: Migrate seqfile implementations. 2019-08-16 17:36:42 -07:00
pgalloc Cache pages in CachingInodeOperations.Read when memory evictions are delayed. 2019-07-30 20:32:29 -07:00
platform ptrace: detect if a stub process exited unexpectedly 2019-08-16 17:33:28 -07:00
safemem ext: vfs.FileDescriptionImpl and vfs.FilesystemImpl implementations. 2019-08-07 14:23:42 -07:00
sighandling
socket Use tcpip.Subnet in tcpip.Route 2019-08-21 15:31:18 -07:00
state
strace netstack: disconnect an unix socket only if the address family is AF_UNSPEC 2019-08-16 19:32:14 -07:00
syscalls Fix sendfile(2) error code 2019-08-27 10:52:46 -07:00
time build: add nogo for static validation 2019-07-09 16:44:06 -07:00
unimpl Update canonical repository. 2019-06-13 16:50:15 -07:00
uniqueid Update canonical repository. 2019-06-13 16:50:15 -07:00
usage Update canonical repository. 2019-06-13 16:50:15 -07:00
usermem
vfs vfs: Remove vfs.DefaultDirectoryFD from embedding vfs.DefaultFD. 2019-08-16 10:20:11 -07:00
watchdog Add list of stuck tasks to panic message 2019-06-21 12:46:53 -07:00
BUILD