summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/sys_rlimit.go
AgeCommit message (Expand)Author
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
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-16Allow RLIMIT_RSS to be setFabricio Voznika
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-04-17prlimit: don't check credentials on selfKevin Krakauer
2020-01-27Update package locations.Adin Scannell
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-10Allow threads with CAP_SYS_RESOURCE to raise hard rlimits.Kevin Krakauer
2018-12-21Automated rollback of changelist 226224230Jamie Liu
2018-12-19Automated rollback of changelist 225861605Googler
2018-12-17Implement mlock(), kind of.Jamie Liu
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-04-28Check in gVisor.Googler