summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2020-02-28Make pipe buffer implementation standard.Adin Scannell
2020-02-28Hide /dev/net/tun when using hostinet.Ting-Yu Wang
2020-02-28Change dup2 call to dup3Fabricio Voznika
2020-02-27Fix a race in TCP endpoint teardown and teardown the stack in tcp_test.Ian Gudger
2020-02-27Merge of a369c88c0c4ece5239855000d28df045111c1be7gVisor bot
2020-02-27Internal change.Nayana Bidari
2020-02-26Fix construct of linux.Stat for arm64.Rahat Mahmood
2020-02-26Merge pull request #1912 from lubinszARM:pr_kvm_buildgVisor bot
2020-02-25Add VFS.NewDisconnectedMount().Jamie Liu
2020-02-25Fix DATA RACE in fs.MayDelete.Adin Scannell
2020-02-25Merge pull request #1271 from lubinszARM:pr_ring0_1gVisor bot
2020-02-25Add netlink sockopt logging to strace.Ian Gudger
2020-02-25Use link-local source address for link-local multicastGhanan Gowripalan
2020-02-25Add option to skip stuck tasks waiting for address spaceFabricio Voznika
2020-02-25Merge pull request #1816 from xiaobo55x:trap_flaggVisor bot
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-25Fix nested logging.Adin Scannell
2020-02-25Don't acquire contended lock with the OS thread locked.Adin Scannell
2020-02-25Fix mount refcount issue.Adin Scannell
2020-02-25Deflake TestCurrentConnectedIncrement.Bhasker Hariharan
2020-02-24Add support for tearing down protocol dispatchers and TIME_WAIT endpoints.Ian Gudger
2020-02-21Implement tap/tun device in vfs.Ting-Yu Wang
2020-02-21Attach LinkEndpoint to NetworkDispatcher immediatelyGhanan Gowripalan
2020-02-21Use Route.MaxHeaderLength when constructing NDP RSGhanan Gowripalan
2020-02-20Initial network namespace support.gVisor bot
2020-02-20Support disabling a NICgVisor bot
2020-02-20Remove bytes read/written from marshal.Marshallable API.gVisor bot
2020-02-20Better strace logging for epoll syscalls.gVisor bot
2020-02-20Re-add atomicbitops_arm64.s to BUILD.gVisor bot
2020-02-20VFS2: Support memory mapping in tmpfs.gVisor bot
2020-02-20Lazy-fpsimd support patch series#1: add Arm64-fpsimd support to arch moduleBin Lu
2020-02-20Code Clean:Move getUserRegisters into dieArchSetup() and other small changes.Bin Lu
2020-02-19Internal change.gVisor bot
2020-02-18Fix mis-named comment.Kevin Krakauer
2020-02-18Enable IPV6_RECVTCLASS socket option for datagram socketsgVisor bot
2020-02-18Add //pkg/syncevent.gVisor bot
2020-02-18cpuid: cache the maximum size of xsave stategVisor bot
2020-02-18atomicbitops package cleanupsgVisor bot
2020-02-18Merge pull request #1850 from kevinGC:jump2gVisor bot
2020-02-18ring0/pagetables: fix typogVisor bot
2020-02-14Remove linux.EpollEvent.Fd.gVisor bot
2020-02-14Synchronize signalling with S/RgVisor bot
2020-02-14Allow vfs.IterDirentsCallback.Handle() to return an error.gVisor bot
2020-02-14Enable automated marshalling for RSeqCriticalSection.gVisor bot
2020-02-14Inline vfs.VirtualFilesystem in Kernel structgVisor bot
2020-02-14Un-export p9 message encode/decode functions.gVisor bot
2020-02-14Enable automated marshalling for struct stat.gVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-02-14Fix various issues related to enabling go-marshal.gVisor bot
2020-02-14passed the kvm test case of "TestKernelSyscall" on Arm64Bin Lu