summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/task_context.go
AgeCommit message (Expand)Author
2021-05-20Send SIGPIPE for closed pipes.Ian Lewis
2020-11-13Check for misuse of kernel.Task as context.Context.Jamie Liu
2020-11-12Rename kernel.TaskContext to kernel.TaskImage.Jamie Liu
2020-09-29Replace remaining uses of reflection-based marshalling.Rahat Mahmood
2020-04-13Remove obsolete TODOs for b/38173783Jon Budd
2020-04-08Fix all copy locks violations.Adin Scannell
2020-02-25Add option to skip stuck tasks waiting for address spaceFabricio Voznika
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-01-27Update package locations.Adin Scannell
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-07-30Add feature to launch Sentry from an open host FD.Zach Koopmans
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-03-28set task's name when forkchris.zn
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
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-19Use correct company name in copyright headerIan Gudger
2018-10-08Implement shared futexes.Jamie Liu
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-04-28Check in gVisor.Googler