summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/sys_signal.go
AgeCommit message (Expand)Author
2021-06-10[op] Move SignalInfo to abi/linux package.Ayush Ranjan
2021-06-10[op] Move SignalStack to abi/linux package.Ayush Ranjan
2021-06-09[op] Move SignalAct to abi/linux package.Ayush Ranjan
2021-03-29[syserror] Split usermem packageZach Koopmans
2020-12-11Remove existing nogo exceptions.Adin Scannell
2020-08-18Move ERESTART* error definitions to syserror package.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-05-07Port signalfd to vfs2.Nicolas Lacasse
2020-04-25Enable automated marshalling for signals and the arch package.Rahat Mahmood
2020-01-28Check sigsetsize in rt_sigactionMichael Pratt
2020-01-27Update package locations.Adin Scannell
2019-09-18Signalfd supportAdin Scannell
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-14Fix interaction between rt_sigtimedwait and ignored signals.Jamie Liu
2018-06-08Fix sigaltstack semantics.Adin Scannell
2018-04-28Check in gVisor.Googler