summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2020-06-23Clean up hostfs TODOs.Dean Deng
2020-06-23Add support for SO_REUSEADDR to TCP sockets/endpoints.Ian Gudger
2020-06-23Port /dev/tty device to VFS2.Nicolas Lacasse
2020-06-23Complete inotify IN_EXCL_UNLINK implementation in VFS2.Dean Deng
2020-06-23Support inotify in vfs2 gofer fs.Dean Deng
2020-06-23Port readahead to VFS2.Nicolas Lacasse
2020-06-23Merge pull request #2272 from lubinszARM:pr_serr_injectiongVisor bot
2020-06-22Only allow regular files, sockets, pipes, and char devices to be imported.Dean Deng
2020-06-22Check for invalid trailing / when traversing path in gofer OpenAt.Dean Deng
2020-06-22Extract common nested LinkEndpoint patternBruno Dal Bo
2020-06-21Fix vfs2 extended attributes.Dean Deng
2020-06-19Fix bugs in vfs2 to make symlink tests pass.Dean Deng
2020-06-19Fix vfs2 proc/self/fd dirent iteration.Dean Deng
2020-06-19Port fadvise64 to vfs2.Dean Deng
2020-06-19Implement UDP cheksum verification.gVisor bot
2020-06-19Fix vfs2 handling of preadv2/pwritev2 flags.Dean Deng
2020-06-19Don't adjust parent link count if we replace a child dir with another.Dean Deng
2020-06-19Support all seek options in gofer specialFileFD.Seek.Dean Deng
2020-06-19Fix synthetic file bugs in gofer fs.Dean Deng
2020-06-18Fix vfs2 tmpfs link permission checks.Dean Deng
2020-06-18socket/unix: (*connectionedEndpoint).State() has to take the endpoint lockAndrei Vagin
2020-06-18iptables: skip iptables if no rules are setKevin Krakauer
2020-06-18iptables: remove metadata structKevin Krakauer
2020-06-18Acquire lock when accessing MultiDevice's cache in String().Ting-Yu Wang
2020-06-18Remove various uses of 'whitelist'Michael Pratt
2020-06-18Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets.Bhasker Hariharan
2020-06-18Cleanup tcp.timer and tcpip.RouteGhanan Gowripalan
2020-06-17Implement Sync() to directoriesFabricio Voznika
2020-06-17Move mount configutation to RunOptsFabricio Voznika
2020-06-17Increase timeouts for NDP testsGhanan Gowripalan
2020-06-17Internal change.gVisor bot
2020-06-17Remove various uses of 'blacklist'Michael Pratt
2020-06-17Refactor host.canMap.Dean Deng
2020-06-17TCP stat fixesMithun Iyer
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-16support sError injection in kvm module on Arm64Bin Lu
2020-06-16Correctly handle multiple resizings in pgalloc.findAvailableRange().Jamie Liu
2020-06-16Replace use of %v in tcp testsMithun Iyer
2020-06-16Port aio to VFS2.Nicolas Lacasse
2020-06-16Miscellaneous VFS2 fixes.Jamie Liu
2020-06-15TCP to honor updated window size during handshake.Mithun Iyer
2020-06-12Allow reading IP_MULTICAST_LOOP and IP_MULTICAST_TTL on TCP sockets.Ian Gudger
2020-06-12vfs2: implement fcntl(fd, F_SETFL, flags)Andrei Vagin
2020-06-11Set the HOME environment variable for sub-containers.Ian Lewis
2020-06-11Add //pkg/sentry/fsimpl/overlay.Jamie Liu
2020-06-11Do not use tentative addresses for routesGhanan Gowripalan
2020-06-11Merge pull request #2863 from lubinszARM:pr_sndbufgVisor bot
2020-06-11Don't copy structs with sync.Mutex during initializationFabricio Voznika
2020-06-11Add Generate method in merkletreegVisor bot
2020-06-11Factor out flipcall mmap for internal usegVisor bot