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>
full diff: https://github.com/moby/sys/compare/8a51b5cc8879...signal/v0.6.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
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>