summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel
AgeCommit message (Expand)Author
2020-02-05Add notes to relevant tests.Adin Scannell
2020-01-28Changes missing in last submitFabricio Voznika
2020-01-28Add vfs.FileDescription to FD tableFabricio Voznika
2020-01-27Merge pull request #1561 from zhangningdlut:chris_ttygVisor bot
2020-01-27Update package locations.Adin Scannell
2020-01-27Fix licenses.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-24Ignore external SIGURGMichael Pratt
2020-01-23Remove epoll entry from map when dropping it.Nicolas Lacasse
2020-01-22Move VFS2 handling of FD readability/writability to vfs.FileDescription.Jamie Liu
2020-01-15Fix "unlock of unlocked mutex" crash when getting ttychris.zn
2020-01-09New sync package.Ian Gudger
2020-01-06Implement rseq(2)Michael Pratt
2020-01-06Cleanup Shm reference handlingMichael Pratt
2019-12-26Initial procfs implementation in VFSv2Fabricio Voznika
2019-12-09Redirect TODOs to gvisor.devFabricio Voznika
2019-12-06Add runtime tracing.Adin Scannell
2019-12-06Implement TTY field in control.Processes().Nicolas Lacasse
2019-11-21Import and structure cleanup.Adin Scannell
2019-11-13Fix some build errors on arm64.Haibo Xu
2019-10-31Add context to state.Adin Scannell
2019-10-29Fix grammar in comment.Dean Deng
2019-10-29Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC.Dean Deng
2019-10-28Update commentMichael Pratt
2019-10-25Aggregate arguments for loading executables into a single struct.Dean Deng
2019-10-24Handle AT_SYMLINK_NOFOLLOW flag for execveat.Dean Deng
2019-10-23Keep minimal available fd to accelerate fd allocationDarcySail
2019-10-19Add support for pipes in VFS2.Kevin Krakauer
2019-10-17Refactor pipe to support VFS2.Kevin Krakauer
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-10-10Fix signalfd polling.Adin Scannell
2019-10-07Remove unnecessary context parameter for new pipes.Kevin Krakauer
2019-10-01Include AT_SECURE in the aux vectorMichael Pratt
2019-10-01Disable cpuClockTicker when app is idleMichael Pratt
2019-09-23internal BUILD file cleanup.gVisor bot
2019-09-19Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-09-18Signalfd supportAdin Scannell
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-08-30Automated rollback of changelist 261387276Bhasker Hariharan
2019-08-22Ensure yield-equivalent with an already-expired timeout.Adin Scannell
2019-08-08netstack: Don't start endpoint goroutines too soon on restore.Rahat Mahmood
2019-08-02Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-08-02Remove kernel.mounts.Nicolas Lacasse
2019-07-31Initialize kernel.unimplementedSyscallEmitter with a sync.Once.Nicolas Lacasse
2019-07-30Add feature to launch Sentry from an open host FD.Zach Koopmans
2019-07-29Rate limit the unimplemented syscall event handler.Nicolas Lacasse
2019-07-26Merge pull request #452 from zhangningdlut:chris_test_pidnsgVisor bot
2019-07-24Use different pidns among different containerschris.zn
2019-07-17Merge pull request #355 from zhuangel:mastergVisor bot