summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/sys_prctl.go
AgeCommit message (Expand)Author
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-04-10Add logging message for noNewPrivileges OCI option.Ian Lewis
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2019-07-09Cleanup straggling syscall dependencies.Adin Scannell
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-13Update canonical repository.Adin Scannell
2019-06-05Implement dumpability tracking and checksMichael Pratt
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-29Use kernel.Task.CopyScratchBuffer in syscalls/linux where possible.Jamie Liu
2018-12-05Check for CAP_SYS_RESOURCE in prctl(PR_SET_MM, ...)Zach Koopmans
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-08-02Update comment referenceMichael Pratt
2018-08-02Add seccomp(2) support.Brian Geffon
2018-04-28Check in gVisor.Googler