summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel
AgeCommit message (Expand)Author
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
2019-04-11Use open fids when fstat()ing gofer files.Jamie Liu
2019-04-10Internal changeMichael Pratt
2019-04-10Fix uses of RootFromContext.Nicolas Lacasse
2019-04-10Allow threads with CAP_SYS_RESOURCE to raise hard rlimits.Kevin Krakauer
2019-04-10Start saving MountSource.DirentCache.Nicolas Lacasse
2019-04-09syscalls: sendfile: limit the count to MAX_RW_COUNTLi Qiang
2019-04-08Export kernel.SignalInfoPriv.Jamie Liu
2019-04-04Remove defer from trivial ThreadID methodsMichael Pratt
2019-04-03Only CopyOut CPU when it changesMichael Pratt
2019-04-03Cache ThreadGroups in PIDNamespaceMichael Pratt
2019-04-02Set options on the correct Task in PTRACE_SEIZE.Jamie Liu
2019-04-02Fix more data races in shm debug messages.Rahat Mahmood
2019-04-01Save/restore simple devices.Rahat Mahmood
2019-04-01gvisor: convert ilist to ilist:generic_listAndrei Vagin
2019-03-29Use kernel.Task.CopyScratchBuffer in syscalls/linux where possible.Jamie Liu
2019-03-29Treat fsync errors during save as SaveRejection errors.Nicolas Lacasse
2019-03-29Treat ENOSPC as a state-file error during save.Nicolas Lacasse
2019-03-28set task's name when forkchris.zn
2019-03-25Call memmap.Mappable.Translate with more conservative usermem.AccessType.Jamie Liu
2019-03-25epoll: use ilist:generic_list instead of ilist:ilistAndrei Vagin
2019-03-22Implement PTRACE_SEIZE, PTRACE_INTERRUPT, and PTRACE_LISTEN.Jamie Liu
2019-03-20gvisor: don't allocate a new credential object on forkAndrei Vagin
2019-03-18Remove racy access to shm fields.Rahat Mahmood
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-03-05Priority-inheritance futex implementationFabricio Voznika
2019-03-01Add semctl(GETPID) syscallFabricio Voznika
2019-02-20Make some ptrace commands x86-onlyHaibo Xu
2019-02-19Set rax to syscall number on SECCOMP_RET_TRAP.Jamie Liu
2019-02-19Fix clone(CLONE_NEWUSER).Jamie Liu
2019-02-14Don't allow writing or reading to TTY unless process group is in foreground.Nicolas Lacasse
2019-02-07Implement /proc/net/unix.Rahat Mahmood
2019-02-07Implement semctl(2) SETALL and GETALLFabricio Voznika
2019-01-31Move package sync to third_partyMichael Pratt
2019-01-31Remove license commentsMichael Pratt
2019-01-14Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.Nicolas Lacasse