summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-27Replace calculateChecksum w/ the unrolled version.Bhasker Hariharan
2020-01-26Unroll checksum computation loop.Bhasker Hariharan
2020-01-24Add support for device special files to VFS2 tmpfs.Jamie Liu
2020-01-24Lock the NIC when checking if an address is tentativeGhanan Gowripalan
2020-01-24Add anonymous device number allocation to VFS2.Jamie Liu
2020-01-24Increase timeouts for NDP tests' async eventsGhanan Gowripalan
2020-01-24Ignore external SIGURGMichael Pratt
2020-01-24Fix corpus_name to match our ingestion config[1].Brad Burlage
2020-01-23Remove epoll entry from map when dropping it.Nicolas Lacasse
2020-01-23Merge pull request #1617 from kevinGC:iptables-write-filter-protogVisor bot
2020-01-23Fix kythe build.Brad Burlage
2020-01-23Check for EINTR from KVM_CREATE_VMMichael Pratt
2020-01-23Try running kythe build on RBE.Brad Burlage
2020-01-23Fix master build case.Adin Scannell
2020-01-22De-duplicate common test functionality for VFS2 filesystems.Rahat Mahmood
2020-01-22Use embedded mutex pattern for stack.NICGhanan Gowripalan
2020-01-22Merge pull request #1629 from xiaobo55x:fault_testgVisor bot
2020-01-22Merge pull request #1631 from majek:fix-gonet-udp.RemoteAddrgVisor bot
2020-01-22Move VFS2 handling of FD readability/writability to vfs.FileDescription.Jamie Liu
2020-01-22Toolchain version bumps.Nicolas Lacasse
2020-01-22Add tools for generating images.Adin Scannell
2020-01-22Address GitHub comments.Kevin Krakauer
2020-01-22gonet PacketConn.RemoteAddr() incorrectly returns *net.TCPAddr, should be *ne...Marek Majkowski
2020-01-22Enable fault() syscall test on arm64.Haibo Xu
2020-01-21Rename DowngradableRWMutex to RWmutex.Ian Gudger
2020-01-21Add trylock support to DowngradableRWMutex.Ian Gudger
2020-01-21TMutex based on sync.Mutex.Ian Gudger
2020-01-21Install Bazel 2.0.0 on kokoro images.Nicolas Lacasse
2020-01-21Merge pull request #1609 from xiaobo55x:unamegVisor bot
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1505 from xiaobo55x:fcntl_flagsgVisor bot
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2020-01-21Merge pull request #1275 from lubinszARM:pr_ring0_5gVisor bot
2020-01-21Add a new TCP stat for current open connections.Mithun Iyer
2020-01-21Implement sysfs.Rahat Mahmood
2020-01-21Add missing verbMichael Pratt
2020-01-21Correct todos referencing IPV6_RECVTCLASSRyan Heacock
2020-01-21Merge pull request #1274 from lubinszARM:pr_ring0_4gVisor bot
2020-01-21More little fixes.Kevin Krakauer
2020-01-21Fixing stuffKevin Krakauer
2020-01-21Add line break to /proc/net filesFabricio Voznika
2020-01-21Merge branch 'master' into iptables-write-filter-protoKevin Krakauer
2020-01-21Add syscalls for lgetxattr, fgetxattr, lsetxattr, and fsetxattr.Dean Deng
2020-01-21Merge pull request #1558 from kevinGC:iptables-write-input-dropgVisor bot
2020-01-21Merge pull request #1546 from lubinszARM:pr_syscall_test_procgVisor bot
2020-01-20Enable uname syscall support on arm64.Haibo Xu
2020-01-18Include the cgroup name in the superblock options in /proc/self/mountinfo.Nicolas Lacasse
2020-01-17Filter out received packets with a local source IP address.Eyal Soha
2020-01-17Fix data race in MountNamespace.resolve.Nicolas Lacasse