Age | Commit message (Expand) | Author |
2018-10-20 | Add more unimplemented syscall events | Fabricio Voznika |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-17 | Check thread group CPU timers in the CPU clock ticker. | Jamie Liu |
2018-10-17 | runsc: Support job control signals for the root container. | Nicolas Lacasse |
2018-10-17 | Fix PTRACE_GETREGSET write size | Michael Pratt |
2018-10-17 | Move Unix transport out of netstack | Ian Gudger |
2018-10-15 | Merge host.endpoint into host.ConnectedEndpoint | Ian Gudger |
2018-10-10 | When creating a new process group, add it to the session. | Nicolas Lacasse |
2018-10-08 | Implement shared futexes. | Jamie Liu |
2018-10-03 | Fix panic if FIOASYNC callback is registered and triggered without target | Ian Gudger |
2018-10-03 | Add S/R support for FIOASYNC | Ian Gudger |
2018-10-01 | runsc: Support job control signals in "exec -it". | Nicolas Lacasse |
2018-09-27 | Implement 'runsc kill --all' | Fabricio Voznika |
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 |