Age | Commit message (Expand) | Author |
2019-09-27 | Merge pull request #864 from tanjianfeng:fix-861 | gVisor bot |
2019-09-27 | Implement SO_BINDTODEVICE sockopt | gVisor bot |
2019-09-26 | Make raw socket tests pass in environments with or without CAP_NET_RAW. | Kevin Krakauer |
2019-09-25 | Merge pull request #863 from tanjianfeng:fix-862 | gVisor bot |
2019-09-24 | gvisor: change syscall.RawSyscall to syscall.RawSyscall6 where required | gVisor bot |
2019-09-24 | Stub out readahead implementation. | Adin Scannell |
2019-09-24 | tty: fix sending SIGTTOU on tty write | henry.tjf |
2019-09-23 | netstack: convert more socket options to {Set,Get}SockOptInt | Andrei Vagin |
2019-09-23 | internal BUILD file cleanup. | gVisor bot |
2019-09-20 | Change vfs.Dirent.Off to NextOff. | Jamie Liu |
2019-09-20 | fix set hostname | Jianfeng Tan |
2019-09-20 | Implement /proc/net/tcp6 | Jianfeng Tan |
2019-09-19 | Remove defer from hot path and ensure Atomic is applied consistently. | Adin Scannell |
2019-09-19 | Merge pull request #876 from xiaobo55x:hostcpu | gVisor bot |
2019-09-19 | Job control: controlling TTYs and foreground process groups. | Kevin Krakauer |
2019-09-19 | Accelerate byte lookup in string with `bytealg/indexbyte` | Hang Su |
2019-09-18 | Enable pkg/sentry/hostcpu support on arm64. | Haibo Xu |
2019-09-18 | Signalfd support | Adin Scannell |
2019-09-18 | enable syscalls/linux to support arm64 | Bin Lu |
2019-09-18 | enable kvm/testutil to support arm64 | Bin Lu |
2019-09-17 | platform/ptrace: log exit code for stub processes | Andrei Vagin |
2019-09-13 | gvisor: return ENOTDIR from the unlink syscall | Andrei Vagin |
2019-09-12 | Implement splice methods for pipes and sockets. | Adin Scannell |
2019-09-12 | Remove go_test from go_stateify and go_marshal | Michael Pratt |
2019-09-09 | go_marshal: Implement automatic generation of ABI marshalling code. | Rahat Mahmood |
2019-09-05 | Better strace logs for statx. | Nicolas Lacasse |
2019-09-03 | Impose order on test scripts. | Adin Scannell |
2019-08-30 | Remove support for non-incremental mapped accounting. | Jamie Liu |
2019-08-30 | Automated rollback of changelist 261387276 | Bhasker Hariharan |
2019-08-30 | Return correct buffer size for ioctl(socket, FIONREAD) | Fabricio Voznika |
2019-08-29 | Implement /proc/net/udp. | Rahat Mahmood |
2019-08-29 | Add limit_host_fd_translation Gofer mount option. | Jamie Liu |
2019-08-27 | Fix comment typo | Michael Pratt |
2019-08-27 | Fix sendfile(2) error code | Fabricio Voznika |
2019-08-27 | Mount volumes as super user | Fabricio Voznika |
2019-08-22 | Ensure yield-equivalent with an already-expired timeout. | Adin Scannell |
2019-08-22 | unix: return ECONNRESET if peer closed with data not read | Jianfeng Tan |
2019-08-22 | unix: return zero if peer is closed | Jianfeng Tan |
2019-08-21 | Use tcpip.Subnet in tcpip.Route | Tamir Duberstein |
2019-08-19 | Document RWF_HIPRI not implemented for preadv2/pwritev2. | Zach Koopmans |
2019-08-19 | hostinet: fix parsing route netlink message | Jianfeng Tan |
2019-08-19 | Read iptables via sockopts. | Kevin Krakauer |
2019-08-16 | netstack: disconnect an unix socket only if the address family is AF_UNSPEC | Andrei Vagin |
2019-08-16 | procfs: Migrate seqfile implementations. | Ayush Ranjan |
2019-08-16 | ptrace: detect if a stub process exited unexpectedly | Andrei Vagin |
2019-08-16 | vfs: Remove vfs.DefaultDirectoryFD from embedding vfs.DefaultFD. | Ayush Ranjan |
2019-08-14 | Replace uinptr with int64 when returning lengths | Tamir Duberstein |
2019-08-14 | Improve SendMsg performance. | Bhasker Hariharan |
2019-08-13 | Add vfs.DynamicBytesFileDescriptionImpl. | Jamie Liu |
2019-08-13 | Fix file mode check in pipeOperations | Fabricio Voznika |