Age | Commit message (Expand) | Author |
2019-02-07 | Implement /proc/net/unix. | Rahat Mahmood |
2019-02-07 | Implement semctl(2) SETALL and GETALL | Fabricio Voznika |
2019-01-31 | Move package sync to third_party | Michael Pratt |
2019-01-31 | Remove license comments | Michael Pratt |
2019-01-14 | Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations. | Nicolas Lacasse |
2019-01-09 | Minor memevent fixes. | Jamie Liu |
2019-01-08 | Improve loader related error messages returned to users. | Brian Geffon |
2019-01-08 | Grant no initial capabilities to non-root UIDs. | Jamie Liu |
2018-12-26 | Add EventChannel messages for uncaught signals. | Brian Geffon |
2018-12-18 | Add BPFAction type with Stringer | Fabricio Voznika |
2018-12-14 | Move fdnotifier package to reduce internal confusion. | Adin Scannell |
2018-12-12 | Filesystems shouldn't be saving references to Platform. | Rahat Mahmood |
2018-12-12 | Fix a data race on Shm.key. | Rahat Mahmood |
2018-12-12 | Pass information about map writableness to filesystems. | Rahat Mahmood |
2018-12-10 | Add type safety to shm ids and keys. | Rahat Mahmood |
2018-12-10 | Validate FS_BASE in Task.Clone | Michael Pratt |
2018-12-06 | Add counters for memory events. | Rahat Mahmood |
2018-12-04 | Max link traversals should be for an entire path. | Brian Geffon |
2018-11-20 | Use RET_KILL_PROCESS if available in kernel | Fabricio Voznika |
2018-11-20 | Fix recursive read lock taken on TaskSet | Fabricio Voznika |
2018-11-20 | Update futex to use usermem abstractions. | Adin Scannell |
2018-11-15 | Advertise vsyscall support via /proc/<pid>/maps. | Rahat Mahmood |
2018-11-08 | Create stubs for syscalls upto Linux 4.4. | Rahat Mahmood |
2018-11-01 | Prevent premature destruction of shm segments. | Rahat Mahmood |
2018-10-23 | Fix panic on creation of zero-len shm segments. | Rahat Mahmood |
2018-10-23 | Track paths and provide a rename hook. | Adin Scannell |
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 |