summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel
AgeCommit message (Expand)Author
2021-11-01Move ThreadGroupIDFromContext to kernel/auth.Adin Scannell
2021-10-29[syserr] Covert all linuxerr returns to error type.Zach Koopmans
2021-10-26Simplify vfs.NewDisconnectedMount signature and callpoints.Ayush Ranjan
2021-10-25Do not leak non-permission mode bits in mq_open(2).Ayush Ranjan
2021-10-21Merge pull request #6345 from sudo-sturbia:mq/syscallsgVisor bot
2021-10-12Remove state:"nosave"/"zerovalue" annotations from all waiter.Queues.Jamie Liu
2021-10-06Add global lisafs kernel flag.Ayush Ranjan
2021-09-30kernel: print PID in addition to TID in task log messagesAndrei Vagin
2021-09-28Implement Registry.Remove.Zyad A. Ali
2021-09-28Implement Registry.FindOrCreate.Zyad A. Ali
2021-09-28Return FDs in RegistryImpl functions and use Views.Zyad A. Ali
2021-09-28Define mq.View and use it for mqfs.queueFD.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-24Update the comment for Task.netnsAndrei Vagin
2021-09-23kernel: allow to access Task.netns without taking Task.muAndrei Vagin
2021-09-17Move CtxIPCNamespace to kernel/ipc package.Zyad A. Ali
2021-09-17Create mq.Registry and mqfs.RegistryImpl.Zyad A. Ali
2021-09-16Merge pull request #6579 from prattmic:runsc_do_profilegVisor bot
2021-09-16runsc: add global profile collection flagsMichael Pratt
2021-09-15Implement queueInode and queueFD in mqfs.Zyad A. Ali
2021-09-15Create mq package.Zyad A. Ali
2021-09-14Fix race on msgrcv(MSG_COPY).Rahat Mahmood
2021-09-03Add //pkg/sentry/seccheck.Jamie Liu
2021-08-27Fix lock order violations: mm.mappingMu > Task.mu.Nicolas Lacasse
2021-08-24Merge pull request #6438 from gystemd:tcsetpgrp_SIGTTOUgVisor bot
2021-08-17Merge pull request #6262 from sudo-sturbia:msgqueue/syscalls3gVisor bot
2021-08-17Added a SIGTTOU block check in SetForegroundProcessGroupgystemd
2021-08-17Implement control operations on msgqueue.Zyad A. Ali
2021-08-17Implement ipc.Object.Set and use it in ipc mechanisms.Zyad A. Ali
2021-08-16fix sending of SIGTTOU signal in SetForegroundProcessGroupgystemd
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-08-12[syserror] Convert remaining syserror definitions to linuxerr.Zach Koopmans
2021-08-11Initial cgroupfs support for subcontainersRahat Mahmood
2021-08-10fix missing SIGTTOU signal in SetForegroundProcessGroupgystemd
2021-08-05Correctly handle interruptions in blocking msgqueue syscalls.Rahat Mahmood
2021-08-03Implement MSG_COPY option for msgrcv(2).Zyad A. Ali
2021-08-03Implement stubs for msgsnd(2) and msgrcv(2).Zyad A. Ali
2021-08-03Implement Queue.Receive.Zyad A. Ali
2021-08-03Implement Queue.Send.Zyad A. Ali
2021-07-30Merge pull request #6257 from zhlhahaha:2193-1gVisor bot
2021-07-27Don't create an extra fd bitmap to allocate a new fd.Andrei Vagin
2021-07-23Don't panic on user-controlled state in semaphore syscalls.Rahat Mahmood
2021-07-22Merge pull request #6108 from sudo-sturbia:msgqueue/syscallsgVisor bot
2021-07-22Replace kernel package types for clone and unshare with linux package types.Jamie Liu
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-13Implement stubs for msgget(2) and msgctl(IPC_RMID).Zyad A. Ali
2021-07-13Implement Registry.Remove.Zyad A. Ali
2021-07-13Implement Registry.FindOrCreate.Zyad A. Ali
2021-07-13Create package msgqueue.Zyad A. Ali