summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/task_log.go
AgeCommit message (Expand)Author
2021-09-16runsc: add global profile collection flagsMichael Pratt
2021-07-08Replace kernel.ExitStatus with linux.WaitStatus.Jamie Liu
2021-03-29[syserror] Split usermem packageZach Koopmans
2020-11-12Fix misuses of kernel.Task as context.Context.Jamie Liu
2020-11-12Rename kernel.TaskContext to kernel.TaskImage.Jamie Liu
2020-08-03Add callbacks to support lazy loading/restoring thread statesAndrei Vagin
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-02-25Fix nested logging.Adin Scannell
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-01-27Update package locations.Adin Scannell
2019-12-06Add runtime tracing.Adin Scannell
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-08-31Disintegrate kernel.TaskResources.Jamie Liu
2018-04-28Check in gVisor.Googler