summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi/linux/sem.go
AgeCommit message (Expand)Author
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2020-12-15Implement command SEM_INFO and SEM_STAT for semctl.Jing Chen
2020-12-03Implement command IPC_INFO for semctl.Jing Chen
2020-12-02Add /proc/sys/kernel/sem.Jing Chen
2020-10-23Introduce SemidDs struct for amd64 and arm64.Jing Chen
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-01Add semctl(GETPID) syscallFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-05-08Correct definition of SysV IPC structures.Jamie Liu
2018-04-28Check in gVisor.Googler