summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2018-12-04sentry: save / restore netstack procfs configuration.Zhaozhong Ni
2018-12-04Enforce name length restriction on paths.Brian Geffon
2018-12-04Fix mempolicy_test on bazel.Rahat Mahmood
2018-12-04Fix data race caused by unlocked call of Dirent.descendantOf.Nicolas Lacasse
2018-12-03Return an int32 for netlink SO_RCVBUFIan Gudger
2018-11-27Fix data race in fs.Async.Nicolas Lacasse
2018-11-27Save shutdown flags first.Brian Geffon
2018-11-27Add procid support for arm64 platformHaibo Xu
2018-11-26Implementation of preadv2 for Linux 4.4 supportZach Koopmans
2018-11-20Use RET_KILL_PROCESS if available in kernelFabricio Voznika
2018-11-20Dumps stacks if watchdog thread is stuckFabricio Voznika
2018-11-20Fix recursive read lock taken on TaskSetFabricio Voznika
2018-11-20Reference upstream licensesMichael Pratt
2018-11-20Add unsupported syscall events for get/setsockoptFabricio Voznika
2018-11-20Parse the tmpfs mode before validating.Nicolas Lacasse
2018-11-20Update futex to use usermem abstractions.Adin Scannell
2018-11-15Advertise vsyscall support via /proc/<pid>/maps.Rahat Mahmood
2018-11-15Allow setting sticky bit in tmpfs permissions.Nicolas Lacasse
2018-11-13Implement TCP_NODELAY and TCP_CORKIan Gudger
2018-11-12Internal change.Googler
2018-11-08Implement sync_file_range()Andrei Vagin
2018-11-08Create stubs for syscalls upto Linux 4.4.Rahat Mahmood
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