summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/sys_prctl.go
AgeCommit message (Expand)Author
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