summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
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-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-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-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-27sentry: export cpuTime function.Zhaozhong Ni
2018-09-26Return correct parent PIDFabricio Voznika
2018-09-18Short-circuit Readdir calls on overlay files when the dirent is frozen.Nicolas Lacasse
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-17runsc: Enable waiting on exited processes.Kevin Krakauer
2018-09-17Allow kernel.(*Task).Block to accept an extract only channelIan Gudger
2018-09-17Allow NULL data in mount(2)Michael Pratt
2018-09-14Avoid reuse of pending SignalInfo objectsnewmanwang
2018-09-14Reuse readlink parameter, add sockaddr max.Michael Pratt
2018-09-14Make gVisor hard link check match Linux's.Nicolas Lacasse
2018-09-14Fix interaction between rt_sigtimedwait and ignored signals.Jamie Liu
2018-09-13platform/kvm: Get max vcpu number dynamically by ioctlChenggang
2018-09-13Plumb monotonic time to netstackIan Gudger
2018-09-13Extend memory usage events to report mapped memory usage.Rahat Mahmood
2018-09-13Format struct itimerspecMichael Pratt
2018-09-13initArgs must hold a reference on the Root if it is not nil.Nicolas Lacasse
2018-09-12runsc: Add exec flag that specifies where to save the sandbox-internal pid.Kevin Krakauer
2018-09-11platform: Pass device fd into platform constructor.Nicolas Lacasse
2018-09-10Map committed chunks concurrently in FileMem.LoadFrom.Jamie Liu
2018-09-10Allow '/dev/zero' to be mapped with unaligned lengthFabricio Voznika
2018-09-07Update cleanup TODOMichael Pratt
2018-09-07runsc: Support multi-container exec.Nicolas Lacasse
2018-09-07Add 'Starting gVisor...' message to syslogFabricio Voznika
2018-09-07Use root abstract socket namespace for execFabricio Voznika
2018-09-07Continue handling signals after disabling forwardingMichael Pratt
2018-09-06createProcessArgs.RootFromContext should return process Root if it exists.Nicolas Lacasse
2018-09-05Imported FD in exec was leakingFabricio Voznika
2018-09-05Open(2) isn't honoring O_NOFOLLOWBrian Geffon
2018-09-04/proc/PID/mounts is not tab-delimitedMichael Pratt
2018-09-04Distinguish Element and Linker for ilist.Adin Scannell