summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel
AgeCommit message (Expand)Author
2020-03-19Remove workMu from tcpip.Endpoint.Bhasker Hariharan
2020-03-18Fix FDTable.NewFDVFS2Fabricio Voznika
2020-03-16fdtable: don't try to zap fdtable entry if close is called for non-existing fdAndrei Vagin
2020-03-14Plumb VFS2 imported fds into virtual filesystem.Dean Deng
2020-03-13Add remaining procfs filesFabricio Voznika
2020-03-13Panic if file in FDTable has been destroyedFabricio Voznika
2020-03-13Fix infinite loop in semaphore.sem.wakeWaiters().Jamie Liu
2020-03-13Fix oom_score_adj.Jamie Liu
2020-03-13Fix lock recursion in kernel.ProcessGroup.SendSignal().Jamie Liu
2020-03-06Prevent memory leaks in ilistTamir Duberstein
2020-03-05Stub oom_score_adj and oom_score.Ian Lewis
2020-02-28Define CPUIDInstruction for arm64Andrei Vagin
2020-02-28Make pipe buffer implementation standard.Adin Scannell
2020-02-28Hide /dev/net/tun when using hostinet.Ting-Yu Wang
2020-02-25Add option to skip stuck tasks waiting for address spaceFabricio Voznika
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-25Fix nested logging.Adin Scannell
2020-02-20Initial network namespace support.gVisor bot
2020-02-20Remove bytes read/written from marshal.Marshallable API.gVisor bot
2020-02-14Synchronize signalling with S/RgVisor bot
2020-02-14Enable automated marshalling for RSeqCriticalSection.gVisor bot
2020-02-14Inline vfs.VirtualFilesystem in Kernel structgVisor bot
2020-02-14Enable automated marshalling for struct stat.gVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-02-05Add notes to relevant tests.Adin Scannell
2020-01-28Changes missing in last submitFabricio Voznika
2020-01-28Add vfs.FileDescription to FD tableFabricio Voznika
2020-01-27Merge pull request #1561 from zhangningdlut:chris_ttygVisor bot
2020-01-27Update package locations.Adin Scannell
2020-01-27Fix licenses.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-24Ignore external SIGURGMichael Pratt
2020-01-23Remove epoll entry from map when dropping it.Nicolas Lacasse
2020-01-22Move VFS2 handling of FD readability/writability to vfs.FileDescription.Jamie Liu
2020-01-15Fix "unlock of unlocked mutex" crash when getting ttychris.zn
2020-01-09New sync package.Ian Gudger
2020-01-06Implement rseq(2)Michael Pratt
2020-01-06Cleanup Shm reference handlingMichael Pratt
2019-12-26Initial procfs implementation in VFSv2Fabricio Voznika
2019-12-09Redirect TODOs to gvisor.devFabricio Voznika
2019-12-06Add runtime tracing.Adin Scannell
2019-12-06Implement TTY field in control.Processes().Nicolas Lacasse
2019-11-21Import and structure cleanup.Adin Scannell
2019-11-13Fix some build errors on arm64.Haibo Xu
2019-10-31Add context to state.Adin Scannell
2019-10-29Fix grammar in comment.Dean Deng
2019-10-29Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC.Dean Deng
2019-10-28Update commentMichael Pratt
2019-10-25Aggregate arguments for loading executables into a single struct.Dean Deng
2019-10-24Handle AT_SYMLINK_NOFOLLOW flag for execveat.Dean Deng