summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/kernel.go
AgeCommit message (Expand)Author
2020-01-28Add vfs.FileDescription to FD tableFabricio Voznika
2020-01-27Update package locations.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-12-26Initial procfs implementation in VFSv2Fabricio Voznika
2019-12-06Add runtime tracing.Adin Scannell
2019-10-31Add context to state.Adin Scannell
2019-10-29Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC.Dean Deng
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-01Disable cpuClockTicker when app is idleMichael Pratt
2019-08-08netstack: Don't start endpoint goroutines too soon on restore.Rahat Mahmood
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-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-19Add MountNamespace to task.Nicolas Lacasse
2019-06-13Update canonical repository.Adin Scannell
2019-06-10Store more information in the kernel socket table.Rahat Mahmood
2019-05-10Add pgalloc.DelayedEvictionManual.Jamie Liu
2019-04-30Implement async MemoryFile eviction, and use it in CachingInodeOperations.Jamie Liu
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-25Perform explicit CPUID and FP state compatibility checks on restoreMichael Pratt
2019-04-22Clean up state error handlingMichael Pratt
2019-04-17Use FD limit and file size limit from hostFabricio Voznika
2019-04-10Fix uses of RootFromContext.Nicolas Lacasse
2019-04-10Start saving MountSource.DirentCache.Nicolas Lacasse
2019-04-03Cache ThreadGroups in PIDNamespaceMichael Pratt
2019-04-01Save/restore simple devices.Rahat Mahmood
2019-03-29Treat fsync errors during save as SaveRejection errors.Nicolas Lacasse
2019-03-29Treat ENOSPC as a state-file error during save.Nicolas Lacasse
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-02-14Don't allow writing or reading to TTY unless process group is in foreground.Nicolas Lacasse
2019-02-07Implement /proc/net/unix.Rahat Mahmood
2019-01-08Improve loader related error messages returned to users.Brian Geffon
2018-12-04Max link traversals should be for an entire path.Brian Geffon
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Check thread group CPU timers in the CPU clock ticker.Jamie Liu
2018-10-17runsc: Support job control signals for the root container.Nicolas Lacasse
2018-10-15Merge host.endpoint into host.ConnectedEndpointIan Gudger
2018-10-08Implement shared futexes.Jamie Liu
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-09-17runsc: Enable waiting on exited processes.Kevin Krakauer
2018-09-13Plumb monotonic time to netstackIan Gudger
2018-09-07Use root abstract socket namespace for execFabricio Voznika
2018-09-06createProcessArgs.RootFromContext should return process Root if it exists.Nicolas Lacasse