index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
sentry
/
kernel
/
task_signals.go
Age
Commit message (
Expand
)
Author
2021-08-13
[syserror] Remove pkg syserror.
Zach Koopmans
2021-08-12
[syserror] Convert remaining syserror definitions to linuxerr.
Zach Koopmans
2021-07-12
[syserror] Update syserror to linuxerr for more errors.
Zach Koopmans
2021-07-08
Replace kernel.ExitStatus with linux.WaitStatus.
Jamie Liu
2021-07-01
[syserror] Update several syserror errors to linuxerr equivalents.
Zach Koopmans
2021-06-29
[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL
Zach Koopmans
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 package
Zach Koopmans
2020-12-11
Remove existing nogo exceptions.
Adin Scannell
2020-11-16
Reset watchdog timer between sendfile() iterations.
Jamie Liu
2020-09-29
Replace remaining uses of reflection-based marshalling.
Rahat Mahmood
2020-08-20
Consistent precondition formatting
Michael Pratt
2020-08-18
Move ERESTART* error definitions to syserror package.
Dean Deng
2020-08-07
Add context.FullStateChanged()
Andrei Vagin
2020-08-03
Add callbacks to support lazy loading/restoring thread states
Andrei Vagin
2020-04-25
Enable automated marshalling for signals and the arch package.
Rahat Mahmood
2020-04-23
Merge pull request #1819 from lubinszARM:pr_signal_2
gVisor bot
2020-04-16
Make ExtractErrno a function
Fabricio Voznika
2020-04-13
Remove obsolete TODOs for b/38173783
Jon Budd
2020-03-31
Arm64 signal#2: signal support in arch module
Bin Lu
2020-01-27
Update package locations.
Adin Scannell
2019-09-18
Signalfd support
Adin Scannell
2019-06-13
Update canonical repository.
Adin Scannell
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-29
Allow and document bug ids in gVisor codebase.
Nicolas Lacasse
2019-04-17
Don't allow sigtimedwait to catch unblockable signals
Michael Pratt
2019-04-08
Export kernel.SignalInfoPriv.
Jamie Liu
2019-03-22
Implement PTRACE_SEIZE, PTRACE_INTERRUPT, and PTRACE_LISTEN.
Jamie Liu
2018-12-26
Add EventChannel messages for uncaught signals.
Brian Geffon
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-09-14
Fix interaction between rt_sigtimedwait and ignored signals.
Jamie Liu
2018-08-31
Disintegrate kernel.TaskResources.
Jamie Liu
2018-08-23
Implement POSIX per-process interval timers.
Jamie Liu
2018-08-02
Automated rollback of changelist 207037226
Zhaozhong Ni
2018-08-01
Automated rollback of changelist 207007153
Michael Pratt
2018-08-01
stateify: convert all packages to use explicit mode.
Zhaozhong Ni
2018-06-08
Fix sigaltstack semantics.
Adin Scannell
2018-05-08
Fix warning: redundant if ...; err != nil check, just return error instead.
Ian Gudger
2018-04-28
Check in gVisor.
Googler