gvisor/pkg/sentry/syscalls/linux
Nicolas Lacasse 9769a8eaa4 Handle ENOSPC with a partial write.
Similar to the EPIPE case, we can return the number of bytes written before
ENOSPC was encountered. If the app tries to write more, we can return ENOSPC on
the next write.

PiperOrigin-RevId: 263041648
2019-08-12 17:41:33 -07:00
..
BUILD
error.go Handle ENOSPC with a partial write. 2019-08-12 17:41:33 -07:00
flags.go
linux64.go
sigset.go
sys_aio.go
sys_capability.go
sys_epoll.go
sys_eventfd.go
sys_file.go
sys_futex.go
sys_getdents.go
sys_identity.go
sys_inotify.go
sys_lseek.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
sys_rlimit.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
sys_sync.go
sys_sysinfo.go
sys_syslog.go
sys_thread.go
sys_time.go
sys_timer.go
sys_timerfd.go
sys_tls.go
sys_utsname.go
sys_write.go
timespec.go