Age | Commit message (Expand) | Author |
2021-07-27 | Don't create an extra fd bitmap to allocate a new fd. | Andrei Vagin |
2021-07-23 | Clean up logic for when a VFS2 gofer regular file close causes a flushf. | Jamie Liu |
2021-07-23 | Don't panic on user-controlled state in semaphore syscalls. | Rahat Mahmood |
2021-07-23 | Add support for SIOCGIFCONF ioctl in hostinet. | Lucas Manning |
2021-07-22 | VFS2: remove ext code | Kevin Krakauer |
2021-07-22 | kvm: set CR0.NE = 1 | Andrei Vagin |
2021-07-22 | Merge pull request #6108 from sudo-sturbia:msgqueue/syscalls | gVisor bot |
2021-07-22 | Replace kernel package types for clone and unshare with linux package types. | Jamie Liu |
2021-07-22 | Delete unnecessary function. | Zyad A. Ali |
2021-07-21 | Add metric to count number of segments acknowledged by DSACK. | Nayana Bidari |
2021-07-21 | Use atomics when checking for parent setgid in VFS2 tmpfs file creation. | Jamie Liu |
2021-07-20 | Enable RACK by default in netstack. | Nayana Bidari |
2021-07-20 | Expose local address from raw sockets | Ghanan Gowripalan |
2021-07-20 | Merge pull request #6220 from laijs:disconnect-fp | gVisor bot |
2021-07-20 | Add go:build directives as required by Go 1.17's gofmt. | Jamie Liu |
2021-07-20 | ring0: Initialize sentryXCR0 from Kernel.init() | Andrei Vagin |
2021-07-15 | Fix refcount increments in gofer.filesystem.Sync. | Fabricio Voznika |
2021-07-15 | netstack: support SO_RCVBUFFORCE | Kevin Krakauer |
2021-07-14 | Set tcp endpoint state atomically | Tamir Duberstein |
2021-07-13 | Replace whitelist with allowlist | Fabricio Voznika |
2021-07-13 | Do not require O_PATH flag to enable verity | Chong Cai |
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 |