summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel
AgeCommit message (Expand)Author
2019-08-22Ensure yield-equivalent with an already-expired timeout.Adin Scannell
2019-08-08netstack: Don't start endpoint goroutines too soon on restore.Rahat Mahmood
2019-08-02Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-08-02Remove kernel.mounts.Nicolas Lacasse
2019-07-31Initialize kernel.unimplementedSyscallEmitter with a sync.Once.Nicolas Lacasse
2019-07-30Add feature to launch Sentry from an open host FD.Zach Koopmans
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-24Use different pidns among different containerschris.zn
2019-07-17Merge pull request #355 from zhuangel:mastergVisor bot
2019-07-17Fix race in FDTable.GetFDs().Bhasker Hariharan
2019-07-09build: add nogo for static validationAdin Scannell
2019-07-03futex: compare keys for equality when doing a FUTEX_UNLOCK_PI.Neel Natu
2019-07-03Merge pull request #493 from ahmetb:reticulating-splinesgVisor bot
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-07-02sentry/kernel: add syslog messageAhmet Alp Balkan
2019-06-28Add finalizer on AtomicRefCount to check for leaks.Ian Gudger
2019-06-27Complete pipe support on overlayfsFabricio Voznika
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-25gvisor: lockless read access for task credentialsAndrei Vagin
2019-06-22Implement statx.Nicolas Lacasse
2019-06-21kernel: call t.mu.Unlock() explicitly in WithMuLockedAndrei Vagin
2019-06-21Update commentFabricio Voznika
2019-06-19Add MountNamespace to task.Nicolas Lacasse
2019-06-18gvisor/fs: don't update file.offset for sockets, pipes, etcAndrei Vagin
2019-06-14Skip tid allocation which is usingYong He
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Fix deadlock in fasync.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-06-10Add introspection for Linux/AMD64 syscallsIan Lewis
2019-06-10Store more information in the kernel socket table.Rahat Mahmood
2019-06-06"Implement" mbind(2).Jamie Liu
2019-06-05Implement dumpability tracking and checksMichael Pratt
2019-06-04Drop one dirent reference after referenced by fileYong He
2019-06-04Remove the Dirent field from Pipe.Nicolas Lacasse
2019-05-30Always wait on tracee childrenMichael Pratt
2019-05-23gvisor: interrupt the sendfile system call if a task has been interruptedAndrei Vagin
2019-05-22Log unhandled faults only at DEBUG level.Adin Scannell
2019-05-22Add support for wait(WNOTHREAD)Michael Pratt
2019-05-21Clean up pipe internals and add fcntl supportAdin Scannell
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-05-10Add pgalloc.DelayedEvictionManual.Jamie Liu
2019-05-09Implement fallocate(2)Fabricio Voznika
2019-04-30Implement async MemoryFile eviction, and use it in CachingInodeOperations.Jamie Liu
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-25Perform explicit CPUID and FP state compatibility checks on restoreMichael Pratt
2019-04-22Clean up state error handlingMichael Pratt
2019-04-17Don't allow sigtimedwait to catch unblockable signalsMichael Pratt
2019-04-17Use FD limit and file size limit from hostFabricio Voznika