Age | Commit message (Expand) | Author |
2018-09-17 | runsc: Enable waiting on exited processes. | Kevin Krakauer |
2018-09-17 | Allow kernel.(*Task).Block to accept an extract only channel | Ian Gudger |
2018-09-14 | Fix interaction between rt_sigtimedwait and ignored signals. | Jamie Liu |
2018-09-13 | Plumb monotonic time to netstack | Ian Gudger |
2018-09-13 | Extend memory usage events to report mapped memory usage. | Rahat Mahmood |
2018-09-07 | Add 'Starting gVisor...' message to syslog | Fabricio Voznika |
2018-09-07 | Use root abstract socket namespace for exec | Fabricio Voznika |
2018-09-06 | createProcessArgs.RootFromContext should return process Root if it exists. | Nicolas Lacasse |
2018-09-04 | Distinguish Element and Linker for ilist. | Adin Scannell |
2018-08-31 | Document more task-goroutine-owned fields in kernel.Task. | Jamie Liu |
2018-08-31 | Disintegrate kernel.TaskResources. | Jamie Liu |
2018-08-31 | Delete the long-obsolete kernel.TaskMaybe interface. | Jamie Liu |
2018-08-28 | fasync: don't keep mutex after return | Ian Gudger |
2018-08-27 | Add /proc/sys/kernel/shm[all,max,mni]. | Brian Geffon |
2018-08-23 | Implement POSIX per-process interval timers. | Jamie Liu |
2018-08-21 | Fix races in kernel.(*Task).Value() | Ian Gudger |
2018-08-15 | runsc fsgofer: Support dynamic serving of filesystems. | Kevin Krakauer |
2018-08-09 | Fix missing O_LARGEFILE from O_CREAT files | Michael Pratt |
2018-08-07 | Hold TaskSet.mu in Task.Parent. | Jamie Liu |
2018-08-07 | sentry: make epoll.pollEntry wait for the file operation in restore. | Zhaozhong Ni |
2018-08-02 | Automated rollback of changelist 207037226 | Zhaozhong Ni |
2018-08-02 | Add seccomp(2) support. | Brian Geffon |
2018-08-01 | Automated rollback of changelist 207007153 | Michael Pratt |
2018-08-01 | stateify: convert all packages to use explicit mode. | Zhaozhong Ni |
2018-07-31 | proc: show file flags in fdinfo | Andrei Vagin |
2018-07-27 | stateify: support explicit annotation mode; convert refs and stack packages. | Zhaozhong Ni |
2018-07-19 | kernel: mutations on creds now require a copy. | Adin Scannell |
2018-07-16 | Add CPUID faulting for ptrace and KVM. | Adin Scannell |
2018-07-16 | Add EventOperations.HostFD() | Neel Natu |
2018-07-12 | sentry: wait for restore clock instead of panicing in Timekeeper. | Zhaozhong Ni |
2018-07-12 | Format documentation | Michael Pratt |
2018-07-11 | Move ptrace constants to abi/linux. | Jamie Liu |
2018-07-10 | netstack: tcp socket connected state S/R support. | Zhaozhong Ni |
2018-07-09 | Inherit parent in clone(CLONE_THREAD) under TaskSet.mu. | Jamie Liu |
2018-06-28 | Hold t.mu while calling t.FSContext(). | Nicolas Lacasse |
2018-06-27 | Fix semaphore data races | Fabricio Voznika |
2018-06-27 | Call mm.CheckIORange() when copying in IOVecs. | Nicolas Lacasse |
2018-06-26 | Automated rollback of changelist 201596247 | Brian Geffon |
2018-06-25 | Don't read cwd or root without holding mu | Michael Pratt |
2018-06-25 | Don't read FSContext.root without holding FSContext.mu | Michael Pratt |
2018-06-21 | netstack: tcp socket connected state S/R support. | Zhaozhong Ni |
2018-06-21 | Drop return from SendExternalSignal | Michael Pratt |
2018-06-21 | Implement ioctl(FIOASYNC) | Ian Gudger |
2018-06-20 | sentry: pending signals S/R optimization. | Zhaozhong Ni |
2018-06-19 | sentry: futex S/R optimization. | Zhaozhong Ni |
2018-06-15 | FIFOs should support O_TRUNC as a no-op. | Brian Geffon |
2018-06-14 | Ignore expiration count in kernelCPUClockListener.Notify. | Jamie Liu |
2018-06-08 | Fix sigaltstack semantics. | Adin Scannell |
2018-05-17 | Fix capability check for sysv semaphores. | Rahat Mahmood |
2018-05-17 | Implement sysv shm. | Rahat Mahmood |