summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
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
2019-08-07ext: IterDirent unit tests.Ayush Ranjan
2019-08-07ext: vfs.FileDescriptionImpl and vfs.FilesystemImpl implementations.Ayush Ranjan
2019-08-06Require pread/pwrite for splice file offsetsMichael Pratt
2019-08-05Change syscall.EPOLLET to unix.EPOLLETHaibo Xu
2019-08-02Plumbing for iptables sockopts.Kevin Krakauer
2019-08-02Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-08-02Automated rollback of changelist 261191548Rahat Mahmood
2019-08-02Remove kernel.mounts.Nicolas Lacasse
2019-08-01Drop reference on fs.Inode if Mount goes wrong.Nicolas Lacasse
2019-08-01tmpfs and ramfs Dirs should drop references on children in Release().Nicolas Lacasse
2019-08-01Implement getsockopt(TCP_INFO).Rahat Mahmood
2019-07-31Basic support for 'ip route'Ian Lewis
2019-07-31Initialize kernel.unimplementedSyscallEmitter with a sync.Once.Nicolas Lacasse