summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel
AgeCommit message (Expand)Author
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
2018-05-07Fix misspellingsIan Gudger
2018-05-04Run gofmt -s on everythingIan Gudger
2018-05-03Fix misspellings.Cyrille Hemidy
2018-05-02Use png for the run states diagramZhengyu He
2018-05-01Implement SO_TIMESTAMPIan Gudger
2018-04-28Check in gVisor.Googler