summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2019-07-31Flipcall refinements.Jamie Liu
2019-07-31Initialize kernel.unimplementedSyscallEmitter with a sync.Once.Nicolas Lacasse
2019-07-31Fix ICMPv4 EchoReply packet checksumAustin Kiekintveld
2019-07-31Test connecting UDP sockets to the ANY addressTamir Duberstein
2019-07-30Cache pages in CachingInodeOperations.Read when memory evictions are delayed.Jamie Liu
2019-07-30ext: Migrate from using fileReader custom interface to using io.Reader.Ayush Ranjan
2019-07-30ext: block map file reader implementation.Ayush Ranjan
2019-07-30Pass ProtocolAddress instead of its fieldsTamir Duberstein
2019-07-30Merge pull request #607 from DarcySail:mastergVisor bot
2019-07-30Add feature to launch Sentry from an open host FD.Zach Koopmans
2019-07-30Change syscall.POLL to syscall.PPOLL.Haibo Xu
2019-07-29Migrate from using io.ReadSeeker to io.ReaderAt.Ayush Ranjan
2019-07-30Combine multiple epoll events copiesHang Su
2019-07-29ext: extent reader implementation.Ayush Ranjan
2019-07-29ext: inode implementations.Ayush Ranjan
2019-07-29Use x/sys/unix for sentry/host interaction; abi is for guest/sentry.Christopher Koch
2019-07-29Rate limit the unimplemented syscall event handler.Nicolas Lacasse
2019-07-26Merge pull request #452 from zhangningdlut:chris_test_pidnsgVisor bot
2019-07-25Automated rollback of changelist 255679453Fabricio Voznika
2019-07-24ext: filesystem boilerplate code.Ayush Ranjan
2019-07-24ext: Add tests for root directory inode.Ayush Ranjan
2019-07-24ext: testing environment setup with VFS2 support.Ayush Ranjan
2019-07-24Add support for a subnet prefix length on interface network addressesChris Kuiper
2019-07-24Use different pidns among different containerschris.zn
2019-07-23ext: Inode creation logic.Ayush Ranjan
2019-07-23ext: Add ext2 and ext3 tiny images.Ayush Ranjan
2019-07-23ext: Added extent tree building logic.Ayush Ranjan
2019-07-23Give each container a distinct MountNamespace.Nicolas Lacasse
2019-07-23Deduplicate EndpointState.connected someTamir Duberstein
2019-07-22Fix up and add some iptables ABI.Kevin Krakauer
2019-07-22Merge pull request #571 from lubinszARM:pr_loadergVisor bot
2019-07-22kvm: fix race between machine.Put and machine.GetAndrei Vagin
2019-07-22Fix struct statx field alignment.Jamie Liu
2019-07-21Add ARM64 support to pkg/sentry/loaderBin Lu
2019-07-19Merge pull request #450 from Pixep:feature/add-clock-boottime-as-monotonicgVisor bot
2019-07-19Handle interfaceAddr and NIC options separately for IP_MULTICAST_IFChris Kuiper
2019-07-18net/tcp/setockopt: impelment setsockopt(fd, SOL_TCP, TCP_INQ)Andrei Vagin
2019-07-18Sentry virtual filesystem, v2Jamie Liu
2019-07-17sys_time: Wrap comments to 80 columnsAdrien Leravat
2019-07-17Take copyMu in RevalidateMichael Pratt
2019-07-17Separate O_DSYNC and O_SYNC.Jamie Liu
2019-07-17ext: disklayout: extents support.Ayush Ranjan
2019-07-17ext: Filesystem init implementation.Ayush Ranjan
2019-07-17Merge pull request #355 from zhuangel:mastergVisor bot
2019-07-17Fix race in FDTable.GetFDs().Bhasker Hariharan
2019-07-17Add AF_UNIX, SOCK_RAW sockets, which exist for some reason.Kevin Krakauer
2019-07-17Merge pull request #533 from kevinGC:stub-dev-ttygVisor bot
2019-07-17Properly invalidate cache in rename and removeMichael Pratt
2019-07-16Merge pull request #474 from zhuangel:proctasksgVisor bot
2019-07-16Internal change.gVisor bot