aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/medical.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-07-29 13:43:49 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-08-03 17:38:10 +0800
commita95eaf4ebe85836567599faf3313e29c4417f69f (patch)
tree4a5d002fb2cbb8886308131439af0cfbde8b0d26 /gnu/packages/medical.scm
parentd2e0a4c54a3fadaa45b0558c3e2fdf9a26c63bf9 (diff)
downloadguix-a95eaf4ebe85836567599faf3313e29c4417f69f.tar.gz
guix-a95eaf4ebe85836567599faf3313e29c4417f69f.zip
gnu: ktorrent: Update to 23.04.3.
* gnu/packages/kde-internet.scm (ktorrent): Update to 23.04.3.
Diffstat (limited to 'gnu/packages/medical.scm')
0 files changed, 0 insertions, 0 deletions
an class='msg-tooltip'>Previously we could enter the blocking 'waitpid' call and miss an opportunity to run the signal handler async. * gnu/build/linux-container.scm (call-with-container) [periodically-schedule-asyncs]: New procedure. [install-signal-handlers]: Call it. Ludovic Courtès 2022-05-01linux-container: 'call-with-container' relays SIGTERM and SIGINT....* gnu/build/linux-container.scm (call-with-container): Add #:relayed-signals. [install-signal-handlers]: New procedure. Call it. Ludovic Courtès 2022-01-05linux-container: Handle CLONE_NEWCGROUP and use it by default....Adds low-level support for launching Linux containers with cgroup namespaces. * gnu/build/linux-container.scm (%namespaces): Add 'cgroup. (namespaces->bit-mask): Handle it. * guix/build/syscalls.scm (CLONE_NEWCGROUP): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ryan Sundberg