summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel
AgeCommit message (Expand)Author
2018-10-10When creating a new process group, add it to the session.Nicolas Lacasse
2018-10-08Implement shared futexes.Jamie Liu
2018-10-03Fix panic if FIOASYNC callback is registered and triggered without targetIan Gudger
2018-10-03Add S/R support for FIOASYNCIan Gudger
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-09-17runsc: Enable waiting on exited processes.Kevin Krakauer
2018-09-17Allow kernel.(*Task).Block to accept an extract only channelIan Gudger
2018-09-14Fix interaction between rt_sigtimedwait and ignored signals.Jamie Liu
2018-09-13Plumb monotonic time to netstackIan Gudger
2018-09-13Extend memory usage events to report mapped memory usage.Rahat Mahmood
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