summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Use generic ilist in Unix transport queueIan Gudger
2018-10-17Check thread group CPU timers in the CPU clock ticker.Jamie Liu
2018-10-17Merge queue into Unix transportIan Gudger
2018-10-17Fix typos in socket_testIan Gudger
2018-10-17Reflow comment to 80 columnsMichael Pratt
2018-10-17runsc: Support job control signals for the root container.Nicolas Lacasse
2018-10-17Fix PTRACE_GETREGSET write sizeMichael Pratt
2018-10-17Move Unix transport out of netstackIan Gudger
2018-10-17compressio: do not schedule new I/Os when there is no worker (stream closed).Zhaozhong Ni
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