summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-10-12runsc: Support retrieving MTU via netdevice ioctl.Kevin Krakauer
2018-10-12Added spec command to create OCI spec config.jsonIan Lewis
2018-10-11Make the gofer process enter namespacesFabricio Voznika
2018-10-11Fix reference leak in tests.Nicolas Lacasse
2018-10-11Make Wait() return the sandbox exit status if the sandbox has exited.Nicolas Lacasse
2018-10-11Add String() method to AddressMaskFabricio Voznika
2018-10-11Make debug log file name configurableFabricio Voznika
2018-10-11Add client sanity checking for P9.Adin Scannell
2018-10-11Sandbox cgroup testsFabricio Voznika
2018-10-11Add bare bones unsupported syscall loggingFabricio Voznika
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-10Removes irrelevant TODO.Kevin Krakauer
2018-10-10runsc: Pass controlling TTY by FD in the *new* process, not current process.Nicolas Lacasse
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-10Add sandbox to cgroupFabricio Voznika
2018-10-09Add tests to verify gofer is chroot'edFabricio Voznika
2018-10-09Add new netstack metrics to the sentryIan Gudger
2018-10-09Add memunit to sysinfo(2).Brian Geffon
2018-10-08Job control signals must be sent to all processes in the FG process group.Nicolas Lacasse
2018-10-08Uncapitalize errorMichael Pratt
2018-10-08Statfs Namelen should be NAME_MAX not PATH_MAXMichael Pratt
2018-10-08Implement shared futexes.Jamie Liu
2018-10-04Capture boot panics in debug log.Nicolas Lacasse
2018-10-03Fix sandbox chrootFabricio Voznika
2018-10-03Fix panic if FIOASYNC callback is registered and triggered without targetIan Gudger
2018-10-03Bump rules_go to v0.15.4 and go toolchain to v1.11.1.Nicolas Lacasse
2018-10-03Implement TIOCSCTTY ioctl as a noop.Nicolas Lacasse
2018-10-03Add S/R support for FIOASYNCIan Gudger
2018-10-03Automated rollback of changelist 215585559Nicolas Lacasse
2018-10-03Add //pkg/sync:generic_atomicptr.Jamie Liu
2018-10-03runsc: Allow state transition from Creating to Stopped.Nicolas Lacasse
2018-10-03Fix arithmetic error in multi_container_test.Nicolas Lacasse
2018-10-03runsc: Dup debug log file to stderr, so sentry panics don't get lost.Nicolas Lacasse
2018-10-03runsc: Pass root container's stdio via FD.Nicolas Lacasse
2018-10-03Add TIOCINQ to allowed seccomp when hostinet is usedFabricio Voznika
2018-10-02Bump some timeouts in the image tests.Nicolas Lacasse
2018-10-02Fix compilation bug.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 ruby image tests.Nicolas Lacasse
2018-10-01Fix possible panic in control.Processes.Nicolas Lacasse
2018-10-01Make multi-container the default mode for runscFabricio Voznika
2018-09-30Don't fail if Root is readonly and is not a mount pointFabricio Voznika
2018-09-30Removed duplicate/stale TODOsFabricio Voznika
2018-09-28Add test for 'signall --all' with stopped containerFabricio Voznika
2018-09-28Made a few changes to make testutil.Docker easier to useFabricio Voznika
2018-09-28runsc: allow `kill --all` when container is in stopped state.Lantao Liu