summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2021-06-03Initialize metrics at initTamir Duberstein
2021-06-01Move sync generics to their own packagesTamir Duberstein
2021-06-01vfs: Don't allow to mount anything on top of detached mountsAndrei Vagin
2021-06-01 Fix errors for noescape casesRobin Luk
2021-05-31Update comments on ambient caps to point to bugIan Lewis
2021-05-31Use syserror.ENOSPC for system-wide semaphore limits.Zyad A. Ali
2021-05-27nanosleep has to store the finish time in the restart blockAndrei Vagin
2021-05-27Merge pull request #6059 from lubinszARM:pr_arm64_bouncegVisor bot
2021-05-26Use the stack RNG everywhereTamir Duberstein
2021-05-26Add verity getdents testsChong Cai
2021-05-25Initialize Kernel.Timekeeper before network NSTamir Duberstein
2021-05-25Use specific fmt verbs (avoid %v)Tamir Duberstein
2021-05-25Merge pull request #6064 from sudo-sturbia:misspellinggVisor bot
2021-05-25setgid directories for VFS1 tmpfs, overlayfs, and goferfsKevin Krakauer
2021-05-25Use opaque types to represent timeTamir Duberstein
2021-05-25Merge pull request #6027 from liornm:fix-unused-flaggVisor bot
2021-05-24Fix misspellings.Zyad A. Ali
2021-05-24arm64 kvm:use TLBI with "Inner Shareable" instead of IPI operationRobin Luk
2021-05-21Add aggregated NIC statsArthur Sfez
2021-05-21Clean-up netstack metrics descriptionsArthur Sfez
2021-05-20Send SIGPIPE for closed pipes.Ian Lewis
2021-05-20Merge pull request #6037 from sudo-sturbia:docgVisor bot
2021-05-20Add protocol state to TCPINFOMithun Iyer
2021-05-20Fix cgroupfs mount racing with unmount.Rahat Mahmood
2021-05-20Format precondition to match style guide.Zyad A. Ali
2021-05-19Send ICMP errors when link address resolution failsNick Brown
2021-05-19Allow use of IFF_ONE_QUEUEliornm
2021-05-18Delete /cloud/gvisor/sandbox/sentry/gofer/opened_write_execute_file metricNayana Bidari
2021-05-14Add stuck tasks and startup stuck tasks to weirdness metricNayana Bidari
2021-05-14Add new metric for suspicious operations.Nayana Bidari
2021-05-14Resolve remaining O_PATH TODOs.Dean Deng
2021-05-14Don't read forwarding from netstack in sentryGhanan Gowripalan
2021-05-14Fix cgroup hierarchy registration.Rahat Mahmood
2021-05-14calibrate defaultOverheadCycles for ARM64howard zhang
2021-05-13Rename SetForwarding to SetForwardingDefaultAndAllNICsGhanan Gowripalan
2021-05-12Fix TODO comments.Ian Lewis
2021-05-12Send ICMP errors when unable to forward fragmented packetsNick Brown
2021-05-11[syserror] Refactor abi/linux.ErrnoZach Koopmans
2021-05-11Internal change.gVisor bot
2021-05-11Process Hop-by-Hop header when forwarding IPv6 packetsNick Brown
2021-05-07Merge pull request #5758 from zhlhahaha:2125gVisor bot
2021-05-07Init all vCPU when initializing machine on ARM64howard zhang
2021-05-06Implement /proc/cmdlineSteve Silva
2021-05-05Send ICMP errors when the network is unreachableNick Brown
2021-05-04Remove uses of the binary package from the rest of the sentry.Rahat Mahmood
2021-05-03Fix deadlock in /proc/[pid]/fd/[num]Fabricio Voznika
2021-05-01[perf] Check caching on IncRef'd dentries before the others.Ayush Ranjan
2021-04-30kvm: prefault a root table page before switching into a user address spaceAndrei Vagin
2021-04-30Do not return content if verity translate failsChong Cai
2021-04-29[perf] Remove unnecessary existence checks in doCreateAt().Ayush Ranjan