summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel
AgeCommit message (Expand)Author
2018-12-12Filesystems shouldn't be saving references to Platform.Rahat Mahmood
2018-12-12Fix a data race on Shm.key.Rahat Mahmood
2018-12-12Pass information about map writableness to filesystems.Rahat Mahmood
2018-12-10Add type safety to shm ids and keys.Rahat Mahmood
2018-12-10Validate FS_BASE in Task.CloneMichael Pratt
2018-12-06Add counters for memory events.Rahat Mahmood
2018-12-04Max link traversals should be for an entire path.Brian Geffon
2018-11-20Use RET_KILL_PROCESS if available in kernelFabricio Voznika
2018-11-20Fix recursive read lock taken on TaskSetFabricio Voznika
2018-11-20Update futex to use usermem abstractions.Adin Scannell
2018-11-15Advertise vsyscall support via /proc/<pid>/maps.Rahat Mahmood
2018-11-08Create stubs for syscalls upto Linux 4.4.Rahat Mahmood
2018-11-01Prevent premature destruction of shm segments.Rahat Mahmood
2018-10-23Fix panic on creation of zero-len shm segments.Rahat Mahmood
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Check thread group CPU timers in the CPU clock ticker.Jamie Liu
2018-10-17runsc: Support job control signals for the root container.Nicolas Lacasse
2018-10-17Fix PTRACE_GETREGSET write sizeMichael Pratt
2018-10-17Move Unix transport out of netstackIan Gudger
2018-10-15Merge host.endpoint into host.ConnectedEndpointIan Gudger
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