summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2019-09-24gvisor: change syscall.RawSyscall to syscall.RawSyscall6 where requiredgVisor bot
2019-09-24Stub out readahead implementation.Adin Scannell
2019-09-23netstack: convert more socket options to {Set,Get}SockOptIntAndrei Vagin
2019-09-23internal BUILD file cleanup.gVisor bot
2019-09-20Change vfs.Dirent.Off to NextOff.Jamie Liu
2019-09-19Remove defer from hot path and ensure Atomic is applied consistently.Adin Scannell
2019-09-19Merge pull request #876 from xiaobo55x:hostcpugVisor bot
2019-09-19Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-09-18Enable pkg/sentry/hostcpu support on arm64.Haibo Xu
2019-09-18Signalfd supportAdin Scannell
2019-09-17platform/ptrace: log exit code for stub processesAndrei Vagin
2019-09-13gvisor: return ENOTDIR from the unlink syscallAndrei Vagin
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-09-09go_marshal: Implement automatic generation of ABI marshalling code.Rahat Mahmood
2019-09-05Better strace logs for statx.Nicolas Lacasse
2019-09-03Impose order on test scripts.Adin Scannell
2019-08-30Remove support for non-incremental mapped accounting.Jamie Liu
2019-08-30Automated rollback of changelist 261387276Bhasker Hariharan
2019-08-30Return correct buffer size for ioctl(socket, FIONREAD)Fabricio Voznika
2019-08-29Implement /proc/net/udp.Rahat Mahmood
2019-08-29Add limit_host_fd_translation Gofer mount option.Jamie Liu
2019-08-27Fix comment typoMichael Pratt
2019-08-27Fix sendfile(2) error codeFabricio Voznika
2019-08-27Mount volumes as super userFabricio Voznika
2019-08-22Ensure yield-equivalent with an already-expired timeout.Adin Scannell
2019-08-21Use tcpip.Subnet in tcpip.RouteTamir Duberstein
2019-08-19Document RWF_HIPRI not implemented for preadv2/pwritev2.Zach Koopmans
2019-08-19hostinet: fix parsing route netlink messageJianfeng Tan
2019-08-19Read iptables via sockopts.Kevin Krakauer
2019-08-16netstack: disconnect an unix socket only if the address family is AF_UNSPECAndrei Vagin
2019-08-16procfs: Migrate seqfile implementations.Ayush Ranjan
2019-08-16ptrace: detect if a stub process exited unexpectedlyAndrei Vagin
2019-08-16vfs: Remove vfs.DefaultDirectoryFD from embedding vfs.DefaultFD.Ayush Ranjan
2019-08-14Replace uinptr with int64 when returning lengthsTamir Duberstein
2019-08-14Improve SendMsg performance.Bhasker Hariharan
2019-08-13Add vfs.DynamicBytesFileDescriptionImpl.Jamie Liu
2019-08-13Fix file mode check in pipeOperationsFabricio Voznika
2019-08-12Handle ENOSPC with a partial write.Nicolas Lacasse
2019-08-09netlink: return an error in nlmsgerrAndrei Vagin
2019-08-09Add initial ptrace stub and syscall support for arm64.Haibo Xu
2019-08-09ext: Move to pkg/sentry/fsimpl.Ayush Ranjan
2019-08-08ext: Benchmark tests.Ayush Ranjan
2019-08-08Return a well-defined socket address type from socket funtions.Rahat Mahmood
2019-08-08netstack: Don't start endpoint goroutines too soon on restore.Rahat Mahmood
2019-08-08Merge pull request #653 from xiaobo55x:devgVisor bot
2019-08-08memfs fixes.Jamie Liu
2019-08-07ext: Seek unit tests.Ayush Ranjan
2019-08-07ext: StatAt unit tests.Ayush Ranjan
2019-08-07ext: Read unit tests.Ayush Ranjan