summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2021-06-10Minor VFS2 xattr changes.Jamie Liu
2021-06-10Fix lock ordering issue when enumerating cgroup tasks.Rahat Mahmood
2021-06-10Set RLimits during `runsc exec`Fabricio Voznika
2021-06-10Add /proc/sys/vm/max_map_countFabricio Voznika
2021-06-10Parse mmap protection and flags in straceFabricio Voznika
2021-06-10Report task exit in /proc/[pid]/{stat,status} before task goroutine exit.Jamie Liu
2021-06-10[op] Move SignalInfo to abi/linux package.Ayush Ranjan
2021-06-10Merge pull request #6103 from sudo-sturbia:semaphore-errgVisor bot
2021-06-10[op] Move SignalStack to abi/linux package.Ayush Ranjan
2021-06-09[op] Move SignalAct to abi/linux package.Ayush Ranjan
2021-06-09Change TODO bug to a more specific issueKevin Krakauer
2021-06-09Decommit huge-page-aligned regions during reclaim under manual zeroing.Jamie Liu
2021-06-09Change TODO to NOTE.Nicolas Lacasse
2021-06-07Remove unsupported syscall event for setsockopt(*, SOL_SOCKET, SO_OOBINLINE).Nicolas Lacasse
2021-06-07cgroupfs: don't add a task in the root cgroup if it is already there.Andrei Vagin
2021-06-07Implement RENAME_NOREPLACE for all VFS2 filesystem implementations.Jamie Liu
2021-06-03Implement stringer for ExitStatusTamir Duberstein
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-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-13Rename SetForwarding to SetForwardingDefaultAndAllNICsGhanan Gowripalan