summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/task_clone.go
AgeCommit message (Expand)Author
2021-10-21Merge pull request #6345 from sudo-sturbia:mq/syscallsgVisor bot
2021-09-28Initialize POSIX queues' registry after creating a new IPCNamespace.Zyad A. Ali
2021-09-23kernel: allow to access Task.netns without taking Task.muAndrei Vagin
2021-09-03Add //pkg/sentry/seccheck.Jamie Liu
2021-07-22Replace kernel package types for clone and unshare with linux package types.Jamie Liu
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-03-29[syserror] Split usermem packageZach Koopmans
2020-11-12Rename kernel.TaskContext to kernel.TaskImage.Jamie Liu
2020-10-30Separate kernel.Task.AsCopyContext() into CopyContext() and OwnCopyContext().Jamie Liu
2020-10-19[vfs2] Fix fork reference leaks.Dean Deng
2020-10-14Fix shm reference leak.Dean Deng
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-08-03Add callbacks to support lazy loading/restoring thread statesAndrei Vagin
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-03-13Fix oom_score_adj.Jamie Liu
2020-03-05Stub oom_score_adj and oom_score.Ian Lewis
2020-02-20Initial network namespace support.gVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-01-27Update package locations.Adin Scannell
2020-01-06Implement rseq(2)Michael Pratt
2019-12-26Initial procfs implementation in VFSv2Fabricio Voznika
2019-12-06Add runtime tracing.Adin Scannell
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-25gvisor: lockless read access for task credentialsAndrei Vagin
2019-06-19Add MountNamespace to task.Nicolas Lacasse
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-20gvisor: don't allocate a new credential object on forkAndrei Vagin
2019-02-19Fix clone(CLONE_NEWUSER).Jamie Liu
2018-12-10Validate FS_BASE in Task.CloneMichael Pratt
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-08Implement shared futexes.Jamie Liu
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-08-31Disintegrate kernel.TaskResources.Jamie Liu
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-02Add seccomp(2) support.Brian Geffon
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-09Inherit parent in clone(CLONE_THREAD) under TaskSet.mu.Jamie Liu
2018-05-17Implement sysv shm.Rahat Mahmood
2018-04-28Check in gVisor.Googler