summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2020-01-09Avoid panic when c.PCIDs is nilLai Jiangshan
2020-01-08It works! It drops some packets.Kevin Krakauer
2020-01-08Merge branch 'iptables-write' into iptables-write-input-dropKevin Krakauer
2020-01-08More GH comments.Kevin Krakauer
2020-01-08Return correct length with MSG_TRUNC for unix sockets.Ian Lewis
2020-01-08Define sizes for extent headers and entries separately to improve clarity.Dean Deng
2020-01-08Addressed GH commentsKevin Krakauer
2020-01-08Fix slice bounds out of range panic in parsing socket control message.Ting-Yu Wang
2020-01-08Getting a panic when running tests. For some reason the filter table isKevin Krakauer
2020-01-08Introduce tcpip.SockOptBoolTamir Duberstein
2020-01-08Built dead-simple traversal, but now getting depedency cycle error :'(Kevin Krakauer
2020-01-08Rename tcpip.SockOpt{,Int}Tamir Duberstein
2020-01-08First commit -- re-adding DROPKevin Krakauer
2020-01-08Merge pull request #1273 from lubinszARM:pr_ring_3gVisor bot
2020-01-08Comment cleanup.Kevin Krakauer
2020-01-08Minor fixes to comments and loggingKevin Krakauer
2020-01-08Make /proc/[pid] offset start at TGID_OFFSETFabricio Voznika
2020-01-08Write simple ACCEPT rules to the filter table.Kevin Krakauer
2020-01-07fs/splice: don't report a partialResult error if there is no data lossAndrei Vagin
2020-01-06platform/syscall: use syscall + int3 to execute a system call in a stub processAndrei Vagin
2020-01-06Convert memfs into proto-tmpfs.Nicolas Lacasse
2020-01-06Implement rseq(2)Michael Pratt
2020-01-06Cleanup Shm reference handlingMichael Pratt
2020-01-03Remove FIXME comments to close old bug.Zach Koopmans
2019-12-30Add VFS2 support for device special files.Jamie Liu
2019-12-27Add VFS2 support for /proc/filesystems.Jamie Liu
2019-12-26Initial procfs implementation in VFSv2Fabricio Voznika
2019-12-26Merge pull request #1461 from xiaobo55x:ptrace_sysemugVisor bot
2019-12-26Merge pull request #1460 from lubinszARM:pr_clean_code1gVisor bot
2019-12-26Automated rollback of changelist 287029703gVisor bot
2019-12-24Enable IP_RECVTOS socket option for datagram socketsRyan Heacock
2019-12-24slight changes to ring0&pagetables for Arm64Bin Lu
2019-12-23Fix deadlock in kernfs.Filesystem.revalidateChildLockedFabricio Voznika
2019-12-23Clean up vfs.FilesystemImpl methods that operate on parent directories.Jamie Liu
2019-12-23Replace syscall.PTRACE_SYSEMU with unix.PTRACE_SYSEMUHaibo Xu
2019-12-20Add vfs.ResolvingPath.HandleJump().Jamie Liu
2019-12-20Add vfs.Dentry.Children().Jamie Liu
2019-12-20Move VFS2 file description status flags to vfs.FileDescription.Jamie Liu
2019-12-20Check for valid nfds before copying in an fd set.Dean Deng
2019-12-19futex: wake one waiter if futex_wake is called with a non-positive valueAndrei Vagin
2019-12-19Make masterInodeOperations.Truncate take a pointer receiver.Nicolas Lacasse
2019-12-18Merge pull request #890 from lubinszARM:pr_phyapgVisor bot
2019-12-18Add VFS2 plumbing for extended attributes.Jamie Liu
2019-12-18Merge pull request #1322 from lubinszARM:pr_vfp_ring0gVisor bot
2019-12-18Add Mems_allowed to /proc/PID/statusMichael Pratt
2019-12-18supporting lazy-fpsimd in guest on Arm64Bin Lu
2019-12-18Enable pkg/sentry/strace support on arm64.Haibo Xu
2019-12-17Mark enableCpuidFault nosplitMichael Pratt
2019-12-17Merge pull request #1394 from zhuangel:bindlockgVisor bot
2019-12-17Merge pull request #1321 from lubinszARM:pr_testutils_vfpgVisor bot