summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2018-11-01Make error messages a bit more user friendly.Ian Lewis
2018-11-01Prevent premature destruction of shm segments.Rahat Mahmood
2018-11-01modify modeRegexp to adapt the default spec of containerdJuan
2018-10-31kvm: simplify floating point logic.Adin Scannell
2018-10-31kvm: add detailed traces on vCPU errors.Adin Scannell
2018-10-31kvm: avoid siginfo allocations.Adin Scannell
2018-10-30kvm: use private futexes.Adin Scannell
2018-10-24Use TRAP to simplify vsyscall emulation.Adin Scannell
2018-10-24Convert Unix transport to syserrIan Gudger
2018-10-24Run ptrace stubs in their own session and process group.Nicolas Lacasse
2018-10-23Fix panic on creation of zero-len shm segments.Rahat Mahmood
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-20Refcount Unix transport queueIan Gudger
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
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-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-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