summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-29Merge pull request #5728 from zhlhahaha:2091gVisor bot
2021-03-29[perf] Reduce contention in ptrace.threadPool.lookupOrCreate().Ayush Ranjan
2021-03-25Use seqfile.SeqHandles correctly in VFS1 /proc/net/.Jamie Liu
2021-03-25Lock TaskSet mutex for writing in ptraceClone().Jamie Liu
2021-03-25Fix comments errorHoward Zhang
2021-03-25Fix nogo test errorHoward Zhang
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-23Merge pull request #5677 from avagin:kvm-mmiogVisor bot
2021-03-23Move the code that manages floating-point state to a separate packageAndrei Vagin
2021-03-23setgid directory support in goferfsKevin Krakauer
2021-03-22Avoid calling sync on each write in writethrough mode.Nicolas Lacasse
2021-03-18Translate syserror when validating partial IO errorsFabricio Voznika
2021-03-16kvm: prefault a floating point state before restoring itAndrei Vagin
2021-03-16setgid directory support in overlayfsKevin Krakauer
2021-03-15Turn sys_thread constants into variables.Etienne Perot
2021-03-15Make netstack (//pkg/tcpip) buildable for 32 bitKevin Krakauer
2021-03-15[op] Make gofer client handle return partial write length when err is nil.Ayush Ranjan
2021-03-15Merge pull request #5618 from iangudger:unix-transport-racegVisor bot
2021-03-11fusefs: Implement default_permissions and allow_other mount options.Rahat Mahmood
2021-03-11Clear Merkle tree files in RuntimeEnable modeChong Cai
2021-03-11Report filesystem-specific mount options.Rahat Mahmood
2021-03-08Implement /proc/sys/net/ipv4/ip_local_port_rangeKevin Krakauer
2021-03-05Implement IterDirent in verity fsChong Cai
2021-03-04Fix race in unix socket transport.Ian Gudger
2021-03-03Add checklocks analyzer.Bhasker Hariharan
2021-03-03Export stats that were forgottenArthur Sfez
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-02-25Implement SEM_STAT_ANY cmd of semctl.Jing Chen
2021-02-24Kernfs should not try to rename a file to itself.Nicolas Lacasse
2021-02-24Use mapped device number + topmost inode number for all files in VFS2 overlay.Jamie Liu
2021-02-24Merge pull request #5519 from dqminh:runsc-ps-pidsgVisor bot
2021-02-24return root pids with runsc psDaniel Dao
2021-02-24Add YAMA security module restrictions on ptrace(2).Dean Deng
2021-02-24Use async task context for async IO.Dean Deng
2021-02-22unix: sendmmsg and recvmsg have to cap a number of message to UIO_MAXIOVAndrei Vagin
2021-02-19Don't hold baseEndpoint.mu while calling EventUpdate().Nicolas Lacasse
2021-02-19control.Proc.Exec should default to root pid namespace if none provided.Nicolas Lacasse
2021-02-18Make socketops reflect correct sndbuf value for host UDS.Bhasker Hariharan
2021-02-18Bump build constraints to Go 1.18Michael Pratt
2021-02-18Validate IGMP packetsArthur Sfez
2021-02-17Move Name() out of netstack Matcher. It can live in the sentry.Kevin Krakauer
2021-02-17Add gohacks.Slice/StringHeader.Jamie Liu
2021-02-17Check for directory emptiness in VFS1 overlay rmdir().Jamie Liu
2021-02-11[rack] TLP: ACK Processing and PTO scheduling.Ayush Ranjan
2021-02-11Unconditionally check for directory-ness in overlay.filesystem.UnlinkAt().Jamie Liu
2021-02-11Internal change.gVisor bot
2021-02-11Implement semtimedop.Jing Chen
2021-02-11Assign controlling terminal when tty is opened and support NOCTTYKevin Krakauer
2021-02-10Support setgid directories in tmpfs and kernfsKevin Krakauer