Age | Commit message (Expand) | Author |
2019-09-18 | Signalfd support | Adin Scannell |
2019-09-12 | Remove go_test from go_stateify and go_marshal | Michael Pratt |
2019-08-19 | Document RWF_HIPRI not implemented for preadv2/pwritev2. | Zach Koopmans |
2019-08-15 | Document source and versioning of the TCPInfo struct. | Rahat Mahmood |
2019-08-12 | Compute size of struct tcp_info instead of hardcoding it. | Rahat Mahmood |
2019-08-09 | netlink: return an error in nlmsgerr | Andrei Vagin |
2019-08-09 | Add initial ptrace stub and syscall support for arm64. | Haibo Xu |
2019-08-08 | Return a well-defined socket address type from socket funtions. | Rahat Mahmood |
2019-07-31 | Basic support for 'ip route' | Ian Lewis |
2019-07-22 | Fix up and add some iptables ABI. | Kevin Krakauer |
2019-07-22 | Fix struct statx field alignment. | Jamie Liu |
2019-07-18 | Sentry virtual filesystem, v2 | Jamie Liu |
2019-07-17 | Separate O_DSYNC and O_SYNC. | Jamie Liu |
2019-07-17 | ext: Filesystem init implementation. | Ayush Ranjan |
2019-07-09 | Cleanup straggling syscall dependencies. | Adin Scannell |
2019-06-28 | Drop ashmem and binder. | Adin Scannell |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt |
2019-06-22 | Implement statx. | Nicolas Lacasse |
2019-06-21 | Update comment | Fabricio Voznika |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-10 | Add introspection for Linux/AMD64 syscalls | Ian Lewis |
2019-06-06 | Use common definition of SockType. | Rahat Mahmood |
2019-06-06 | "Implement" mbind(2). | Jamie Liu |
2019-06-06 | Track and export socket state. | Rahat Mahmood |
2019-06-05 | Implement dumpability tracking and checks | Michael Pratt |
2019-05-24 | Wrap comments and reword in common present tense | Michael Pratt |
2019-05-22 | Move wait constants to abi/linux package | Michael Pratt |
2019-05-21 | Clean up pipe internals and add fcntl support | Adin Scannell |
2019-05-21 | Add basic plumbing for splice and stub implementation. | Adin Scannell |
2019-05-09 | Implement fallocate(2) | Fabricio Voznika |
2019-05-03 | Add netfilter ABI for iptables support. | Kevin Krakauer |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-18 | Only emit unimplemented syscall events for unsupported values. | Ian Gudger |
2019-04-03 | Fix index out of bounds in tty implementation. | Kevin Krakauer |
2019-03-26 | Implement memfd_create. | Rahat Mahmood |
2019-03-05 | Priority-inheritance futex implementation | Fabricio Voznika |
2019-03-01 | Add semctl(GETPID) syscall | Fabricio Voznika |
2019-02-08 | Encode stat to bytes manually, instead of calling CopyObjectOut. | Nicolas Lacasse |
2019-02-07 | Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack. | Ian Gudger |
2019-02-07 | Implement /proc/net/unix. | Rahat Mahmood |
2019-01-31 | Remove license comments | Michael Pratt |
2019-01-14 | Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations. | Nicolas Lacasse |
2019-01-03 | Rename linux.Errno.Error to linux.Errno.String. | Ian Gudger |
2018-12-21 | Implement SO_KEEPALIVE, TCP_KEEPIDLE, and TCP_KEEPINTVL. | Ian Gudger |
2018-12-21 | Automated rollback of changelist 226224230 | Jamie Liu |
2018-12-19 | Automated rollback of changelist 225861605 | Googler |
2018-12-19 | Implement pwritev2. | Zach Koopmans |
2018-12-18 | Add BPFAction type with Stringer | Fabricio Voznika |
2018-12-17 | Implement mlock(), kind of. | Jamie Liu |
2018-12-07 | Format sigaction in strace | Michael Pratt |