summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2018-07-13Allow a filesystem to control its visibility in /proc/filesystems.Neel Natu
2018-07-13Note that Mount errors do not require translationsMichael Pratt
2018-07-12Fix aio eventfd lookupMichael Pratt
2018-07-12sentry: wait for restore clock instead of panicing in Timekeeper.Zhaozhong Ni
2018-07-12sentry: save inet stacks in proc files.Zhaozhong Ni
2018-07-12Format documentationMichael Pratt
2018-07-11Move ptrace constants to abi/linux.Jamie Liu
2018-07-11Add MemoryManager.Pin.Jamie Liu
2018-07-10Exit tmpfs.fileInodeOperations.Translate early if required.Start >= EOF.Jamie Liu
2018-07-10netstack: tcp socket connected state S/R support.Zhaozhong Ni
2018-07-09Inherit parent in clone(CLONE_THREAD) under TaskSet.mu.Jamie Liu
2018-07-09Trim all whitespace between interpreter and argMichael Pratt
2018-07-03Fix data race on inotify.Watch.mask.Rahat Mahmood
2018-07-03Fix runsc VDSO mappingMichael Pratt
2018-07-03Handle NUL-only paths in execMichael Pratt
2018-07-02Hold d.parent.mu when reading d.nameMichael Pratt
2018-06-29Sets the restore environment for restoring a container.Justine Olshan
2018-06-29aio: Return EINVAL if the number of events is negative.Nicolas Lacasse
2018-06-28Hold t.mu while calling t.FSContext().Nicolas Lacasse
2018-06-28Check for invalid offset when submitting an AIO read/write request.Nicolas Lacasse
2018-06-27Fix semaphore data racesFabricio Voznika
2018-06-27Call mm.CheckIORange() when copying in IOVecs.Nicolas Lacasse
2018-06-27Ignore MADV_DONTDUMP and MADV_DODUMP.Jamie Liu
2018-06-26Add KVM, overlay and host network to image testsFabricio Voznika
2018-06-26Change SIGCHLD to SIGKILL in ptrace stubs.Adin Scannell
2018-06-26Use the correct Context for /proc/[pid]/maps.Jamie Liu
2018-06-26Add Context to seqfile.SeqSource.ReadSeqFileData.Jamie Liu
2018-06-26Automated rollback of changelist 201596247Brian Geffon
2018-06-25Fix panic messageMichael Pratt
2018-06-25Check for empty applicationAddrRange in MM.DecUsers.Jamie Liu
2018-06-25Don't read cwd or root without holding muMichael Pratt
2018-06-25MountSource.Root() should return a refernce on the dirent.Nicolas Lacasse
2018-06-25Don't read FSContext.root without holding FSContext.muMichael Pratt
2018-06-22Add rpcinet support for SIOCGIFCONF.Brian Geffon
2018-06-22Simplify some handle logic.Nicolas Lacasse
2018-06-22Handle mremap(old_size=0).Jamie Liu
2018-06-22Netstack should return EOF on closed read.Brian Geffon
2018-06-21netstack: tcp socket connected state S/R support.Zhaozhong Ni
2018-06-21Drop return from SendExternalSignalMichael Pratt
2018-06-21Forward SIGUSR2 to the sandbox tooFabricio Voznika
2018-06-21Implement ioctl(FIOASYNC)Ian Gudger
2018-06-20Remove some defers in hot paths in the filesystem code.Nicolas Lacasse
2018-06-20sentry: pending signals S/R optimization.Zhaozhong Ni
2018-06-19Epsocket has incorrect recv(2) behavior after SHUT_RD.Brian Geffon
2018-06-19Make KVM more scalable by removing CPU cap.Adin Scannell
2018-06-19sentry: futex S/R optimization.Zhaozhong Ni
2018-06-19Added a resume command to unpause a paused container.Justine Olshan
2018-06-19Rpcinet is racy around shutdown flags.Brian Geffon
2018-06-19Add a new cache policy FSCACHE_WRITETHROUGH.Nicolas Lacasse
2018-06-19Rpcinet needs to track shutdown state for blocking sockets.Brian Geffon