summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/sys_mempolicy.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-04-23Enable automated marshalling for mempolicy syscalls.Rahat Mahmood
2020-01-27Update package locations.Adin Scannell
2019-06-13Update canonical repository.Adin Scannell
2019-06-06"Implement" mbind(2).Jamie Liu