summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2021-08-12Add support for TCP send buffer auto tuning.Nayana Bidari
2021-08-11Do not clear merkle files when creating dentryChong Cai
2021-08-11Popluate verity directory children namesChong Cai
2021-08-11Initial cgroupfs support for subcontainersRahat Mahmood
2021-08-09platform/kvm: fix a race condition in vCPU.unlock()Andrei Vagin
2021-08-05Correctly handle interruptions in blocking msgqueue syscalls.Rahat Mahmood
2021-08-04Implement PR_SET_CHILD_SUBREAPER when the calling task is PID 1.Nicolas Lacasse
2021-08-04Add Fs controlsChong Cai
2021-08-03Add Lifecycle controlsChong Cai
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-08-01Merge pull request #6350 from sudo-sturbia:cgroupfsgVisor bot
2021-07-30Support RTM_DELLINKZeling Feng
2021-07-30Merge pull request #6257 from zhlhahaha:2193-1gVisor bot
2021-07-30checklinkname: rudimentary type-checking of linkname directivesMichael Pratt
2021-07-28Add Uid/Gid/Groups fields to VFS2 /proc/[pid]/status.Jamie Liu
2021-07-28Merge pull request #6358 from zhlhahaha:2232gVisor bot
2021-07-28Lock gofer.dentry.dataMu before SetAttr RPC modifying file size.Jamie Liu
2021-07-28tunning hasSlot function and fix store wrong value in usedSlotsHoward Zhang
2021-07-27Don't create an extra fd bitmap to allocate a new fd.Andrei Vagin
2021-07-23Clean up logic for when a VFS2 gofer regular file close causes a flushf.Jamie Liu
2021-07-23Don't panic on user-controlled state in semaphore syscalls.Rahat Mahmood
2021-07-23Add support for SIOCGIFCONF ioctl in hostinet.Lucas Manning
2021-07-22VFS2: remove ext codeKevin Krakauer
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-22Delete unnecessary function.Zyad A. Ali
2021-07-21Add metric to count number of segments acknowledged by DSACK.Nayana Bidari
2021-07-21Use atomics when checking for parent setgid in VFS2 tmpfs file creation.Jamie Liu
2021-07-20Merge pull request #6220 from laijs:disconnect-fpgVisor bot
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-15Fix refcount increments in gofer.filesystem.Sync.Fabricio Voznika
2021-07-15netstack: support SO_RCVBUFFORCEKevin Krakauer
2021-07-13Replace whitelist with allowlistFabricio Voznika
2021-07-13Do not require O_PATH flag to enable verityChong Cai
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
2021-07-13Create ipc.Registry.Zyad A. Ali
2021-07-13Create ipc package and ipc.Object.Zyad A. Ali
2021-07-13apply bitmap for fd_tableHoward Zhang
2021-07-12netstack: move SO_SNDBUF/RCVBUF clamping logic out of //pkg/tcpipKevin Krakauer
2021-07-12Fix deadlock in procfsFabricio Voznika
2021-07-12Fix stdios ownershipFabricio Voznika
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
2021-07-12Mark all functions that are called from a forked child with go:noraceAndrei Vagin
2021-07-12Go 1.17 support for the KVM platformMichael Pratt