guix/gnu/build
Maxim Cournoyer 1eccea7ffb
build/syscalls: Introduce new safe-clone and use it.
* guix/build/syscalls.scm (without-automatic-finalization): Accept multiple
expressions.
(without-garbage-collection): New syntax.
(without-threads): Likewise.
(ensure-signal-delivery-thread, safe-clone): New procedures.
* tests/syscalls.scm: ("clone and unshare triggers EINVAL")
("safe-clone and unshare succeeds"): New tests.
* gnu/build/linux-container.scm (run-container): Adjust to use 'safe-clone'.

Relates-to: #1169
Change-Id: I044c11a899e24e547a7aed97f30c8e7250ab5363
2025-10-29 11:34:28 +09:00
..
accounts.scm accounts: Add /etc/subid and /etc/subgid allocation logic. 2024-12-18 18:32:40 +01:00
activation.scm activation: Fix ‘mkdir-p/perms’ on the Hurd. 2025-04-23 12:25:45 +02:00
bootloader.scm build: bootloader: Add riscv64 case. 2025-04-08 14:58:19 +08:00
chromium-extension.scm
cross-toolchain.scm
dbus-service.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
file-systems.scm file-systems: Fix article usage in docstrings. 2025-09-21 19:08:33 +02:00
hurd-boot.scm hurd-boot: change /etc/mtab to /var/run/mtab. 2025-10-12 22:22:01 +02:00
icecat-extension.scm
image.scm image: Create zstd-compressed qcow2 images. 2025-04-30 17:14:24 +09:00
install.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
jami-service.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
linux-boot.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
linux-container.scm build/syscalls: Introduce new safe-clone and use it. 2025-10-29 11:34:28 +09:00
linux-initrd.scm
linux-modules.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
locale.scm
marionette.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
oci-containers.scm services: Add oci-service-type. 2025-08-25 13:04:36 +09:00
secret-service.scm services: secret-service: Add #:timeout to ‘secret-service-receive-secrets’. 2025-09-21 17:57:16 +02:00
shepherd.scm
svg.scm