summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel
AgeCommit message (Expand)Author
2018-09-07Add 'Starting gVisor...' message to syslogFabricio Voznika
2018-09-07Use root abstract socket namespace for execFabricio Voznika
2018-09-06createProcessArgs.RootFromContext should return process Root if it exists.Nicolas Lacasse
2018-09-04Distinguish Element and Linker for ilist.Adin Scannell
2018-08-31Document more task-goroutine-owned fields in kernel.Task.Jamie Liu
2018-08-31Disintegrate kernel.TaskResources.Jamie Liu
2018-08-31Delete the long-obsolete kernel.TaskMaybe interface.Jamie Liu
2018-08-28fasync: don't keep mutex after returnIan Gudger
2018-08-27Add /proc/sys/kernel/shm[all,max,mni].Brian Geffon
2018-08-23Implement POSIX per-process interval timers.Jamie Liu
2018-08-21Fix races in kernel.(*Task).Value()Ian Gudger
2018-08-15runsc fsgofer: Support dynamic serving of filesystems.Kevin Krakauer
2018-08-09Fix missing O_LARGEFILE from O_CREAT filesMichael Pratt
2018-08-07Hold TaskSet.mu in Task.Parent.Jamie Liu
2018-08-07sentry: make epoll.pollEntry wait for the file operation in restore.Zhaozhong Ni
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-02Add seccomp(2) support.Brian Geffon
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-31proc: show file flags in fdinfoAndrei Vagin
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-19kernel: mutations on creds now require a copy.Adin Scannell
2018-07-16Add CPUID faulting for ptrace and KVM.Adin Scannell
2018-07-16Add EventOperations.HostFD()Neel Natu
2018-07-12sentry: wait for restore clock instead of panicing in Timekeeper.Zhaozhong Ni
2018-07-12Format documentationMichael Pratt
2018-07-11Move ptrace constants to abi/linux.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-06-28Hold t.mu while calling t.FSContext().Nicolas Lacasse
2018-06-27Fix semaphore data racesFabricio Voznika
2018-06-27Call mm.CheckIORange() when copying in IOVecs.Nicolas Lacasse
2018-06-26Automated rollback of changelist 201596247Brian Geffon
2018-06-25Don't read cwd or root without holding muMichael Pratt
2018-06-25Don't read FSContext.root without holding FSContext.muMichael Pratt
2018-06-21netstack: tcp socket connected state S/R support.Zhaozhong Ni
2018-06-21Drop return from SendExternalSignalMichael Pratt
2018-06-21Implement ioctl(FIOASYNC)Ian Gudger
2018-06-20sentry: pending signals S/R optimization.Zhaozhong Ni
2018-06-19sentry: futex S/R optimization.Zhaozhong Ni
2018-06-15FIFOs should support O_TRUNC as a no-op.Brian Geffon
2018-06-14Ignore expiration count in kernelCPUClockListener.Notify.Jamie Liu
2018-06-08Fix sigaltstack semantics.Adin Scannell
2018-05-17Fix capability check for sysv semaphores.Rahat Mahmood
2018-05-17Implement sysv shm.Rahat Mahmood
2018-05-15sentry: Replaces saving of inet.Stack with retrieval via context.Kevin Krakauer
2018-05-11Remove error return from AddressSpace.Release()Michael Pratt
2018-05-08Capture restore file system corruption errors in exit error.Zhaozhong Ni
2018-05-08Fix warning: redundant if ...; err != nil check, just return error instead.Ian Gudger
2018-05-08Fix format string type in testIan Gudger