Age | Commit message (Expand) | Author |
2018-10-10 | Support for older Linux kernels without getrandom | Jonathan Giannuzzi |
2018-10-10 | Enforce message size limits and avoid host calls with too many iovecs | Michael Pratt |
2018-10-10 | When creating a new process group, add it to the session. | Nicolas Lacasse |
2018-10-09 | Add new netstack metrics to the sentry | Ian Gudger |
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-08 | Implement shared futexes. | Jamie Liu |
2018-10-03 | Fix panic if FIOASYNC callback is registered and triggered without target | Ian Gudger |
2018-10-03 | Implement TIOCSCTTY ioctl as a noop. | Nicolas Lacasse |
2018-10-03 | Add S/R support for FIOASYNC | Ian Gudger |
2018-10-03 | Add //pkg/sync:generic_atomicptr. | Jamie Liu |
2018-10-02 | Bump some timeouts in the image tests. | Nicolas Lacasse |
2018-10-01 | runsc: Support job control signals in "exec -it". | Nicolas Lacasse |
2018-10-01 | Add itimer types to linux package, strace | Michael Pratt |
2018-10-01 | Fix possible panic in control.Processes. | Nicolas Lacasse |
2018-09-28 | Change tcpip.Route.Mask to tcpip.AddressMask. | Googler |
2018-09-28 | Require AF_UNIX sockets from the gofer | Michael Pratt |
2018-09-28 | Block for link address resolution | Sepehr Raissian |
2018-09-27 | Forward ioctl(TCSETSF) calls on host ttys to the host kernel. | Nicolas Lacasse |
2018-09-27 | Implement 'runsc kill --all' | Fabricio Voznika |
2018-09-27 | netstack: make go:linkname work for all architectures | Anton Gyllenberg |
2018-09-27 | sentry: export cpuTime function. | Zhaozhong Ni |
2018-09-26 | Return correct parent PID | Fabricio Voznika |
2018-09-26 | Use the ICMP target address in responses | Tamir Duberstein |
2018-09-26 | Export ipv6 address helpers | Tamir Duberstein |
2018-09-21 | Remove unnecessary defer | Ian Gudger |
2018-09-21 | Run gofmt -s on everything | Ian Gudger |
2018-09-21 | Extend tcpip.Address.String to ipv6 addresses | Tamir Duberstein |
2018-09-21 | Deflake TestSimpleReceive | Tamir Duberstein |
2018-09-21 | Export read-only tcpip.Subnet.Mask | Tamir Duberstein |
2018-09-19 | Fix data race on tcp.endpoint.hardError in tcp.(*endpoint).Read | Ian Gudger |
2018-09-19 | Pass local link address to DeliverNetworkPacket | Bert Muthalaly |
2018-09-19 | Fix RTT estimation when timestamp option is enabled. | Bhasker Hariharan |
2018-09-18 | Short-circuit Readdir calls on overlay files when the dirent is frozen. | Nicolas Lacasse |
2018-09-18 | Increase state test timeout | Michael Pratt |
2018-09-18 | Allow for MSG_CTRUNC in input flags for recv. | Brian Geffon |
2018-09-18 | Provide better message when memfd_create fails with ENOSYS | Fabricio Voznika |
2018-09-17 | Remove memory usage static init | Fabricio Voznika |
2018-09-17 | Prevent TCP connect from picking bound ports | Tamir Duberstein |
2018-09-17 | runsc: Enable waiting on exited processes. | Kevin Krakauer |
2018-09-17 | Allow kernel.(*Task).Block to accept an extract only channel | Ian Gudger |
2018-09-17 | Add empty .s file to allow `//go:linkname` | Tamir Duberstein |
2018-09-17 | Implement packet forwarding to enable NAT | Tamir Duberstein |
2018-09-17 | Allow NULL data in mount(2) | Michael Pratt |
2018-09-14 | Avoid reuse of pending SignalInfo objects | newmanwang |
2018-09-14 | Remove buffer.Prependable.UsedBytes | Tamir Duberstein |
2018-09-14 | Reuse readlink parameter, add sockaddr max. | Michael Pratt |
2018-09-14 | Pass buffer.Prependable by value | Tamir Duberstein |
2018-09-14 | Make gVisor hard link check match Linux's. | Nicolas Lacasse |
2018-09-14 | Fix interaction between rt_sigtimedwait and ignored signals. | Jamie Liu |