summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2019-05-23gvisor: interrupt the sendfile system call if a task has been interruptedAndrei Vagin
2019-05-23Added boilerplate code for ext4 fs.Ayush Ranjan
2019-05-23Initial support for bind mountsFabricio Voznika
2019-05-22Fix the signature for gopark.Bhasker Hariharan
2019-05-22Log unhandled faults only at DEBUG level.Adin Scannell
2019-05-22Add WCLONE / WALL support to waitidMichael Pratt
2019-05-22Remove obsolete TODO.Adin Scannell
2019-05-22Add support for wait(WNOTHREAD)Michael Pratt
2019-05-22UDP and TCP raw socket support.Kevin Krakauer
2019-05-22Move wait constants to abi/linux packageMichael Pratt
2019-05-21Clean up pipe internals and add fcntl supportAdin Scannell
2019-05-21Fix inconsistencies in ELF anonymous mappingsMichael Pratt
2019-05-21Refactor fdbased endpoint dispatcher code.Bhasker Hariharan
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-05-21Remove unused struct member.Neel Natu
2019-05-20Forward named pipe creation to the goferMichael Pratt
2019-05-20Fix incorrect tmpfs timestamp updatesMichael Pratt
2019-05-17Return EPERM for mknodMichael Pratt
2019-05-17Fix gofer rename ctime and cleanup stat_times testMichael Pratt
2019-05-15gofer: don't call hostfile.Close if hostFile is nilAndrei Vagin
2019-05-15Automated rollback of changelist 247964961Andrei Vagin
2019-05-14Start of support for /proc/pid/cgroup file.Nicolas Lacasse
2019-05-14Remove false commentMichael Pratt
2019-05-13gvisor/hostnet: restart epoll_wait after epoll_ctlAndrei Vagin
2019-05-10Add pgalloc.DelayedEvictionManual.Jamie Liu
2019-05-09Implement fallocate(2)Fabricio Voznika
2019-05-09Remove dhcp clientTamir Duberstein
2019-05-08Set the FilesytemType in MountSource from the Filesystem.Nicolas Lacasse
2019-05-07Check GSO for nil in WritePacketGoogler
2019-05-07Add gonet.DialContextTCP.Ian Gudger
2019-05-07Remove defers from gofer.contextFileFabricio Voznika
2019-05-06Ensure all uses of MM.brk occur under MM.mappingMu in MM.Brk().Jamie Liu
2019-05-05Fix raw socket behavior and tests.Kevin Krakauer
2019-05-03Add arm64 support to pkg/seccompBin Lu
2019-05-03Update tcpip Clock description.Ian Gudger
2019-05-03gofer: don't leak file descriptorsAndrei Vagin
2019-05-03Support IPv4 fragmentation in netstackGoogler
2019-05-03Add netfilter ABI for iptables support.Kevin Krakauer
2019-05-03Fix transport/raw copybara exportTamir Duberstein
2019-05-03Implement support for SACK based recovery(RFC 6675).Bhasker Hariharan
2019-05-03Proper cleanup of sockets that used REUSEPORTChris Kuiper
2019-05-02Support reception of multicast data on more than one socketChris Kuiper
2019-04-30Update reference to old typeMichael Pratt
2019-04-30Implement async MemoryFile eviction, and use it in CachingInodeOperations.Jamie Liu
2019-04-29Implement the MSG_CTRUNC msghdr flag for Unix sockets.Ian Gudger
2019-04-29Reduce memory allocations on serving pathFabricio Voznika
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-29createAt should return all errors from FindInode except ENOENT.Nicolas Lacasse
2019-04-26tcpip/adapters/gonet: add CloseRead & CloseWrite methods to ConnBen Burkert