summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/kernel.go
AgeCommit message (Expand)Author
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
2018-06-14Ignore expiration count in kernelCPUClockListener.Notify.Jamie Liu
2018-05-08Capture restore file system corruption errors in exit error.Zhaozhong Ni
2018-05-01Implement SO_TIMESTAMPIan Gudger
2018-04-28Check in gVisor.Googler