Age | Commit message (Expand) | Author |
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 |
2018-12-06 | Format signals, signal masks in strace | Michael Pratt |
2018-12-06 | Convert ValueSet to a map | Michael Pratt |
2018-12-04 | Add ARM64 support to pkg/abi/linux | Bin Lu |
2018-11-26 | Implementation of preadv2 for Linux 4.4 support | Zach Koopmans |
2018-11-20 | Use RET_KILL_PROCESS if available in kernel | Fabricio Voznika |
2018-11-20 | Add unsupported syscall events for get/setsockopt | Fabricio Voznika |
2018-11-08 | Implement sync_file_range() | Andrei Vagin |
2018-10-20 | Add more unimplemented syscall events | Fabricio Voznika |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-10 | Add seccomp filter configuration to ptrace stubs. | Adin Scannell |
2018-10-09 | Add memunit to sysinfo(2). | Brian Geffon |
2018-10-08 | Statfs Namelen should be NAME_MAX not PATH_MAX | Michael Pratt |
2018-10-03 | Implement TIOCSCTTY ioctl as a noop. | Nicolas Lacasse |
2018-10-01 | Add itimer types to linux package, strace | Michael Pratt |
2018-09-27 | Forward ioctl(TCSETSF) calls on host ttys to the host kernel. | Nicolas Lacasse |
2018-09-14 | Reuse readlink parameter, add sockaddr max. | Michael Pratt |
2018-09-05 | Open(2) isn't honoring O_NOFOLLOW | Brian Geffon |
2018-08-27 | Add /proc/sys/kernel/shm[all,max,mni]. | Brian Geffon |
2018-08-27 | runsc: Terminal resizing support. | Kevin Krakauer |
2018-08-24 | runsc: Terminal support for "docker exec -ti". | Nicolas Lacasse |
2018-08-23 | Implement POSIX per-process interval timers. | Jamie Liu |
2018-08-14 | Automated rollback of changelist 208284483 | Nicolas Lacasse |
2018-08-10 | Implemented the splice(2) syscall. | Justine Olshan |
2018-08-09 | Fix missing O_LARGEFILE from O_CREAT files | Michael Pratt |
2018-08-08 | Basic support for ip link/addr and ifconfig | Fabricio Voznika |