summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/kernel.go
AgeCommit message (Expand)Author
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
2018-08-31Disintegrate kernel.TaskResources.Jamie Liu
2018-08-23Implement POSIX per-process interval timers.Jamie Liu
2018-08-15runsc fsgofer: Support dynamic serving of filesystems.Kevin Krakauer
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-10netstack: tcp socket connected state S/R support.Zhaozhong Ni
2018-06-26Automated rollback of changelist 201596247Brian Geffon
2018-06-21netstack: tcp socket connected state S/R support.Zhaozhong Ni
2018-06-21Drop return from SendExternalSignalMichael Pratt