summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
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: 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-17Implement Sync() to directoriesFabricio Voznika
2020-06-17Internal change.gVisor bot
2020-06-17Remove various uses of 'blacklist'Michael Pratt
2020-06-17Refactor host.canMap.Dean Deng
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-16Correctly handle multiple resizings in pgalloc.findAvailableRange().Jamie Liu
2020-06-16Port aio to VFS2.Nicolas Lacasse
2020-06-16Miscellaneous VFS2 fixes.Jamie Liu
2020-06-12vfs2: implement fcntl(fd, F_SETFL, flags)Andrei Vagin
2020-06-11Add //pkg/sentry/fsimpl/overlay.Jamie Liu
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-10Remove duplicate colon from warning log.Nicolas Lacasse
2020-06-10Deleting the maxSendBufferSize from fs/hostBin Lu
2020-06-10Merge pull request #2711 from lubinszARM:pr_mmiogVisor bot
2020-06-10Merge pull request #2763 from gaurav1086:sentry_kernel_timekeeper_use_buffere...gVisor bot
2020-06-10{S,G}etsockopt for TCP_KEEPCNT option.Nayana Bidari
2020-06-10socket/unix: handle sendto address argument for connected socketsAndrei Vagin
2020-06-10Merge pull request #2787 from lubinszARM:pr_race_timegVisor bot
2020-06-10Redirect TODOs to more specific issuesFabricio Voznika
2020-06-09sentry: use defer wg.Done() unconditionallyGaurav Singh
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-06-09Merge pull request #2712 from lubinszARM:pr_sigfp_initgVisor bot
2020-06-09Merge pull request #2907 from lubinszARM:pr_minorgVisor bot
2020-06-09Don't WriteOut to readonly mountsFabricio Voznika
2020-06-09Ensure pgalloc.MemoryFile.fileSize is always chunk-aligned.Jamie Liu
2020-06-09minor change in kvm module for Arm64Bin Lu
2020-06-09initialize an empty fp state area for sentry on Arm64Bin Lu
2020-06-08Combine executable lookup codeFabricio Voznika
2020-06-08Implement VFS2 tmpfs mount options.Jamie Liu
2020-06-07netstack: parse incoming packet headers up-frontKevin Krakauer
2020-06-05Implement mount(2) and umount2(2) for VFS2.Rahat Mahmood
2020-06-05Add +checkescape annotations to kvm/ring0.Adin Scannell
2020-06-05Use top-down allocation for pgalloc.Adin Scannell
2020-06-05Unshare files on execAndrei Vagin
2020-06-05Fix error code returned due to Port exhaustion.Bhasker Hariharan
2020-06-05Fix copylocks error about copying IPTables.Ting-Yu Wang
2020-06-04avoid runtime fails with missing stack maps in race mode on Arm64Bin Lu
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-06-03Fix data race on f.offset.Nicolas Lacasse
2020-06-03Add metric for startup watchdog timeoutMichael Pratt
2020-06-03Take Mount reference in VFS.connectLocked.Jamie Liu
2020-06-02Check that two sockets with different types can't be connected to each otherAndrei Vagin