summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2018-10-15Refactor host.ConnectedEndpointIan Gudger
2018-10-15Merge host.endpoint into host.ConnectedEndpointIan Gudger
2018-10-15Clean up Rename and Unlink checks for EBUSY.Nicolas Lacasse
2018-10-15sentry: save fs.Dirent deleted info.Zhaozhong Ni
2018-10-12runsc: Support retrieving MTU via netdevice ioctl.Kevin Krakauer
2018-10-11Add String() method to AddressMaskFabricio Voznika
2018-10-11Add client sanity checking for P9.Adin Scannell
2018-10-11sentry: allow saving of unlinked files with open fds on virtual fs.Zhaozhong Ni
2018-10-10Add seccomp filter configuration to ptrace stubs.Adin Scannell
2018-10-10Support for older Linux kernels without getrandomJonathan Giannuzzi
2018-10-10Enforce message size limits and avoid host calls with too many iovecsMichael Pratt
2018-10-10When creating a new process group, add it to the session.Nicolas Lacasse
2018-10-09Add new netstack metrics to the sentryIan Gudger
2018-10-09Add memunit to sysinfo(2).Brian Geffon
2018-10-08Statfs Namelen should be NAME_MAX not PATH_MAXMichael Pratt
2018-10-08Implement shared futexes.Jamie Liu
2018-10-03Fix panic if FIOASYNC callback is registered and triggered without targetIan Gudger
2018-10-03Implement TIOCSCTTY ioctl as a noop.Nicolas Lacasse
2018-10-03Add S/R support for FIOASYNCIan Gudger
2018-10-03Add //pkg/sync:generic_atomicptr.Jamie Liu
2018-10-02Bump some timeouts in the image tests.Nicolas Lacasse
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-10-01Add itimer types to linux package, straceMichael Pratt
2018-10-01Fix possible panic in control.Processes.Nicolas Lacasse
2018-09-28Change tcpip.Route.Mask to tcpip.AddressMask.Googler
2018-09-28Require AF_UNIX sockets from the goferMichael Pratt
2018-09-28Block for link address resolutionSepehr Raissian
2018-09-27Forward ioctl(TCSETSF) calls on host ttys to the host kernel.Nicolas Lacasse
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-09-27netstack: make go:linkname work for all architecturesAnton Gyllenberg
2018-09-27sentry: export cpuTime function.Zhaozhong Ni
2018-09-26Return correct parent PIDFabricio Voznika
2018-09-26Use the ICMP target address in responsesTamir Duberstein
2018-09-26Export ipv6 address helpersTamir Duberstein
2018-09-21Remove unnecessary deferIan Gudger
2018-09-21Run gofmt -s on everythingIan Gudger
2018-09-21Extend tcpip.Address.String to ipv6 addressesTamir Duberstein
2018-09-21Deflake TestSimpleReceiveTamir Duberstein
2018-09-21Export read-only tcpip.Subnet.MaskTamir Duberstein
2018-09-19Fix data race on tcp.endpoint.hardError in tcp.(*endpoint).ReadIan Gudger
2018-09-19Pass local link address to DeliverNetworkPacketBert Muthalaly
2018-09-19Fix RTT estimation when timestamp option is enabled.Bhasker Hariharan
2018-09-18Short-circuit Readdir calls on overlay files when the dirent is frozen.Nicolas Lacasse
2018-09-18Increase state test timeoutMichael Pratt
2018-09-18Allow for MSG_CTRUNC in input flags for recv.Brian Geffon
2018-09-18Provide better message when memfd_create fails with ENOSYSFabricio Voznika
2018-09-17Remove memory usage static initFabricio Voznika
2018-09-17Prevent TCP connect from picking bound portsTamir Duberstein
2018-09-17runsc: Enable waiting on exited processes.Kevin Krakauer
2018-09-17Allow kernel.(*Task).Block to accept an extract only channelIan Gudger