summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/ipc_namespace.go
AgeCommit message (Expand)Author
2021-09-28Implement Registry.FindOrCreate.Zyad A. Ali
2021-09-28Initialize POSIX queues' registry after creating a new IPCNamespace.Zyad A. Ali
2021-09-28Move filesystem creation from GetFilesystem to RegistryImpl.Zyad A. Ali
2021-09-17Create mq.Registry and mqfs.RegistryImpl.Zyad A. Ali
2021-07-13Create package msgqueue.Zyad A. Ali
2020-11-09Initialize references with a value of 1.Dean Deng
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-10-14Fix shm reference leak.Dean Deng
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-05-17Fix capability check for sysv semaphores.Rahat Mahmood
2018-05-17Implement sysv shm.Rahat Mahmood
2018-04-28Check in gVisor.Googler