summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
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-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-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
2021-07-09Drop unnecessary checklocksignore.Adin Scannell
2021-07-08Fix some //pkg/seccomp bugs.Jamie Liu
2021-07-08Replace kernel.ExitStatus with linux.WaitStatus.Jamie Liu
2021-07-08devpts: Notify of echo'd input queue bytes only after locks have been released.Etienne Perot
2021-07-02Merge pull request #6258 from liornm:fix-iptables-input-interfacegVisor bot
2021-07-01Mix checklocks and atomic analyzers.Adin Scannell
2021-07-01Strace: handle null pathsFabricio Voznika
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-29Sort children map before hashChong Cai
2021-06-29Add SIOCGIFFLAGS ioctl support to hostinet.Lucas Manning
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-06-29Fix iptables List entries Input interface fieldliornm
2021-06-28Allow VFS2 gofer client to mmap from sentry page cache when forced.Jamie Liu
2021-06-24Internal change.Jamie Liu
2021-06-24Delete sentry metrics /watchdog/{stuck_startup_detected, stuck_tasks_detected}Nayana Bidari
2021-06-24CreateProcessGroup has to check whether a target process stil exists or notAndrei Vagin
2021-06-23Use memutil.MapFile for the memory accounting page.Jamie Liu
2021-06-23Fix PR_SET_PTRACER applicability to non-leader threads.Jamie Liu
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-06-22Merge pull request #5051 from lubinszARM:pr_escapes_1gVisor bot
2021-06-22Trigger poll/epoll events on zero-length hostinet sendmsgIan Lewis
2021-06-21clean up tcpdump TODOsKevin Krakauer
2021-06-22Disconnect call-chain between sighandler() and bluepill().Lai Jiangshan
2021-06-17remove outdated ip6tables TODOsKevin Krakauer
2021-06-17Move tcpip.Clock impl to TimekeeperTamir Duberstein
2021-06-16[syserror] Refactor linuxerr and error package.Zach Koopmans
2021-06-16kvm: mark UpperHalf PTE-s as globalAndrei Vagin