Age | Commit message (Expand) | Author |
2021-07-13 | Implement stubs for msgget(2) and msgctl(IPC_RMID). | Zyad A. Ali |
2021-07-13 | Implement Registry.Remove. | Zyad A. Ali |
2021-07-13 | Implement Registry.FindOrCreate. | Zyad A. Ali |
2021-07-13 | Create package msgqueue. | Zyad A. Ali |
2021-07-13 | Add abi definitions for sysv message queues. | Zyad A. Ali |
2021-07-13 | Create ipc.Registry. | Zyad A. Ali |
2021-07-13 | Create ipc package and ipc.Object. | Zyad A. Ali |
2021-07-13 | Use consistent naming for subcontainers | Fabricio Voznika |
2021-07-13 | netstack: atomically update buffer sizes | Kevin Krakauer |
2021-07-13 | Deflake TestRouterSolicitation | Ghanan Gowripalan |
2021-07-13 | apply bitmap for fd_table | Howard Zhang |
2021-07-13 | add bitmap | Howard Zhang |
2021-07-12 | netstack: move SO_SNDBUF/RCVBUF clamping logic out of //pkg/tcpip | Kevin Krakauer |
2021-07-12 | Fix deadlock in procfs | Fabricio Voznika |
2021-07-12 | Fix stdios ownership | Fabricio Voznika |
2021-07-12 | [syserror] Update syserror to linuxerr for more errors. | Zach Koopmans |
2021-07-12 | Mark all functions that are called from a forked child with go:norace | Andrei Vagin |
2021-07-12 | Prevent interleaving in sniffer pcap output | Tamir Duberstein |
2021-07-12 | Go 1.17 support for the KVM platform | Michael Pratt |
2021-07-09 | Drop unnecessary checklocksignore. | Adin Scannell |
2021-07-08 | Fix some //pkg/seccomp bugs. | Jamie Liu |
2021-07-08 | Replace kernel.ExitStatus with linux.WaitStatus. | Jamie Liu |
2021-07-08 | devpts: Notify of echo'd input queue bytes only after locks have been released. | Etienne Perot |
2021-07-08 | Do not queue zero sized segments. | Bhasker Hariharan |
2021-07-07 | Move time.Now() call to sniffer | Tamir Duberstein |
2021-07-07 | Sentry: Measure the time it takes to initialize the Sentry. | Etienne Perot |
2021-07-07 | Use time package-level variable | Tamir Duberstein |
2021-07-02 | Merge pull request #6258 from liornm:fix-iptables-input-interface | gVisor bot |
2021-07-02 | Discover more specific routes as per RFC 4191 | Ghanan Gowripalan |
2021-07-01 | Mix checklocks and atomic analyzers. | Adin Scannell |
2021-07-01 | Fix bug with TCP bind w/ SO_REUSEADDR. | Bhasker Hariharan |
2021-07-01 | Strace: handle null paths | Fabricio Voznika |
2021-07-01 | [syserror] Update several syserror errors to linuxerr equivalents. | Zach Koopmans |
2021-06-30 | Implement fmt.Stringer for NDPRoutePreference | Ghanan Gowripalan |
2021-06-30 | [syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM. | Zach Koopmans |
2021-06-29 | Support parsing NDP Route Information option | Ghanan Gowripalan |
2021-06-29 | Merge pull request #6085 from liornm:fix-tun-no_pi | gVisor bot |
2021-06-29 | Sort children map before hash | Chong Cai |
2021-06-29 | Add SIOCGIFFLAGS ioctl support to hostinet. | Lucas Manning |
2021-06-29 | [syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL | Zach Koopmans |
2021-06-29 | Delete PID files right after they are read | Fabricio Voznika |
2021-06-29 | Redirect all calls from `errdefs.ToGRPC` to `utils.ErrToGRPC` | Fabricio Voznika |
2021-06-29 | Fix iptables List entries Input interface field | liornm |
2021-06-29 | Fix TUN IFF_NO_PI bug | liornm |
2021-06-28 | Allow VFS2 gofer client to mmap from sentry page cache when forced. | Jamie Liu |
2021-06-28 | netstack: deflake TestSynRcvdBadSeqNumber | Kevin Krakauer |
2021-06-25 | Merge pull request #6222 from avagin:stop | gVisor bot |
2021-06-25 | Remove sndQueue as its pointless now. | Bhasker Hariharan |
2021-06-24 | Incrementally update checksum when NAT-ing | Ghanan Gowripalan |
2021-06-24 | Refactor default router state to off-link route state | Ghanan Gowripalan |