summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/sessions.go
AgeCommit message (Expand)Author
2020-03-13Fix lock recursion in kernel.ProcessGroup.SendSignal().Jamie Liu
2019-09-19Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-08-30Automated rollback of changelist 261387276Bhasker Hariharan
2019-08-02Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-06-28Add finalizer on AtomicRefCount to check for leaks.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-08Export kernel.SignalInfoPriv.Jamie Liu
2019-04-03Cache ThreadGroups in PIDNamespaceMichael Pratt
2019-03-22Implement PTRACE_SEIZE, PTRACE_INTERRUPT, and PTRACE_LISTEN.Jamie Liu
2019-02-14Don't allow writing or reading to TTY unless process group is in foreground.Nicolas Lacasse
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-10When creating a new process group, add it to the session.Nicolas Lacasse
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-06-21Implement ioctl(FIOASYNC)Ian Gudger
2018-04-28Check in gVisor.Googler