summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2021-11-04[syserr] Reverse dependency for tcpip.ErrorZach Koopmans
2021-11-01Handle UMOUNT_NOFOLLOW in VFS2 umount(2).Ayush Ranjan
2021-11-01Move ThreadGroupIDFromContext to kernel/auth.Adin Scannell
2021-10-29[syserr] Covert all linuxerr returns to error type.Zach Koopmans
2021-10-28Use Task blocking timer for nanosleep(2).Jamie Liu
2021-10-27Sychronize access to cpuset controller bitmaps.Rahat Mahmood
2021-10-27Record counts of packets with unknown L3/L4 numbersNick Brown
2021-10-26Simplify vfs.NewDisconnectedMount signature and callpoints.Ayush Ranjan
2021-10-26platform/kvm: map vdso and vvar into a guest address spaceAndrei Vagin
2021-10-26Obtain ref on root dentry in mqfs.GetFilesystem.Ayush Ranjan
2021-10-26Ensure statfs::f_namelen is set by VFS2 gofer statfs/fstatfs.Jamie Liu
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-20Report correct error when restore failsFabricio Voznika
2021-10-19Fix typo in FIXMEFabricio Voznika
2021-10-19Do not return non-nil *lisafs.Inode to doCreateAt on error.Ayush Ranjan
2021-10-19Stub cpuset cgroup control files.Rahat Mahmood
2021-10-18conntrack: use tcpip.Clock instead of time.TimeKevin Krakauer
2021-10-18Report ramdiskfs usage correctlyFabricio Voznika
2021-10-18Support distinction for RWMutex and read-only locks.Adin Scannell
2021-10-14Report total memory based on limit or hostFabricio Voznika
2021-10-12Remove state:"nosave"/"zerovalue" annotations from all waiter.Queues.Jamie Liu
2021-10-11Merge pull request #6428 from dillanzhou:fix_epoll_vfs2gVisor bot
2021-10-08Remove ring0 floating point save/load functions on amd64.Jamie Liu
2021-10-08Remove redundant slice copy in lisafs gofer client.Ayush Ranjan
2021-10-08Disallow "trusted" namespace xattr in VFS2 gofer client.Ayush Ranjan
2021-10-07add convenient wrapper for eventfdKevin Krakauer
2021-10-07Add a new metric to detect the number of spurious loss recoveries.Nayana Bidari
2021-10-07tests: use a proper path to the kvm deviceAndrei Vagin
2021-10-07Store timestamps as time.TimeTamir Duberstein
2021-10-06Create null entry connection on first IPTables hookGhanan Gowripalan
2021-10-06Add global lisafs kernel flag.Ayush Ranjan
2021-10-01Merge pull request #6551 from sudo-sturbia:msgqueue/procfsgVisor bot
2021-09-30kernel: print PID in addition to TID in task log messagesAndrei Vagin
2021-09-28Move `safecopy.ReplaceSignalHandler` into `sighandling` package.Etienne Perot
2021-09-28Implement stubs for mq_open(2) and mq_unlink(2).Zyad A. Ali
2021-09-28Implement Registry.Remove.Zyad A. Ali
2021-09-28Use one mutex for both Registry and RegistryImpl.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-27Move `sighandling` package out of `sentry`.Etienne Perot
2021-09-27Add procfs files for SysV message queues.Zyad A. Ali
2021-09-24Update the comment for Task.netnsAndrei Vagin
2021-09-24Merge pull request #6647 from avagin:task-netnsgVisor bot
2021-09-23kernel: allow to access Task.netns without taking Task.muAndrei Vagin
2021-09-23Create the cgroupfs mount point in sysfs.Rahat Mahmood
2021-09-23Merge pull request #6573 from avagin:kvm-seccomp-mmapgVisor bot