Kazuyoshi Kato
|
040babe003
|
Vendor dependencies with module graph pruning
The empty-mod hack no longer works with Go 1.18.
This commit fixes #6586.
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
|
2022-03-18 16:49:09 +00:00 |
|
Sebastiaan van Stijn
|
1a31772a7a
|
go.mod: github.com/moby/sys/signal v0.7.0
full diff: https://github.com/moby/sys/compare/signal/v0.6.0...signal/v0.7.0
- add LCOW supported signals to windows signal map
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
2022-02-15 14:17:17 +01:00 |
|
Sebastiaan van Stijn
|
19d9d0d2a5
|
go.mod: github.com/moby/sys/signal v0.6.0
full diff: https://github.com/moby/sys/compare/8a51b5cc8879...signal/v0.6.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
2021-11-05 13:08:07 +01:00 |
|
Kazuyoshi Kato
|
1d3d08026d
|
Support SIGRTMIN+n signals
systemd uses SIGRTMIN+n signals, but containerd didn't support the signals
since Go's sys/unix doesn't support them.
This change introduces SIGRTMIN+n handling by utilizing moby/sys/signal.
Fixes #5402.
https://www.freedesktop.org/software/systemd/man/systemd.html#Signals
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
|
2021-07-26 09:36:43 -07:00 |
|