summaryrefslogtreecommitdiff
path: root/gnu/build
AgeCommit message (Expand)Author
2021-02-25file-systems: 'mount-file-system' preserves source flags for bind mounts....Ludovic Courtès
2021-02-09activation: Do not make setuid programs setgid-root [security]....Ludovic Courtès
2020-12-17linux-boot: Fix noresume argument parsing....Tobias Geerinckx-Rice
2020-12-15database: Remove #:deduplicate? from 'register-items'....Ludovic Courtès
2020-12-15image: 'register-closure' leaves it up to the caller to deduplicate....Ludovic Courtès
2020-12-15store-copy: 'populate-store' can optionally deduplicate files....Ludovic Courtès
2020-12-15database: Remove #:reset-timestamps? from 'register-items'....Ludovic Courtès
2020-12-15image: 'register-closure' assumes already-reset timestamps....Ludovic Courtès
2020-12-15store-copy: 'populate-store' resets timestamps....Ludovic Courtès
2020-12-06Revert "linux-container: Correct test for unprivileged user namespace support."...Marius Bakke
2020-12-06file-systems: Fix ‘bcachefs fsck’ exit value logic....Tobias Geerinckx-Rice
2020-12-03linux-container: Correct test for unprivileged user namespace support....Paul Garlick
2020-11-21linux-initrd: Remove unnecessary timestamp reset phase....Ludovic Courtès
2020-11-08Add (gnu build chromium-extension)....Marius Bakke
2020-11-07linux-boot: Resume from hibernation....Tobias Geerinckx-Rice
2020-11-07file-systems: Add support for bcachefs....Tobias Geerinckx-Rice
2020-11-05shepherd: Remove dependency on (guix utils)....Ludovic Courtès
2020-11-05image: Error out when passed an unsupported partition type....Ludovic Courtès
2020-11-03system: reconfigure: Use the disk-installer if provided....Mathieu Othacehe
2020-10-30file-systems: Allow swap space lookup by UUID/label....Ludovic Courtès
2020-10-14hurd-boot: Set /hurd/magic on /dev/fd....Ludovic Courtès
2020-10-08hurd-boot: Create /servers/crash....Ludovic Courtès
2020-10-05bootloader: Fix u-boot installation....Mathieu Othacehe
2020-10-01linux-container: Reset jailed root permissions....Jelle Licht
2020-09-29secret-service: Add proper logging procedure and log to syslog....Ludovic Courtès
2020-09-29services: secret-service: Add initial client/server handshake....Ludovic Courtès
2020-09-29secret-service: Fix file port leak in 'secret-service-send-secrets'....Ludovic Courtès
2020-09-29secret-service: Add a timeout when waiting for a client....Ludovic Courtès
2020-09-29secret-service: Clarify the origin of messages....Ludovic Courtès
2020-09-29image: Add support for compressed-qcow2 format....Mathieu Othacehe
2020-09-21build: shepherd: Check for container support....Mathieu Othacehe
2020-09-10build: linux-container: Fix run-container....Mathieu Othacehe
2020-09-07linux-boot: Handle nfs-root device strings....Stefan
2020-09-02installer: Run the installation inside a container....Mathieu Othacehe
2020-09-02linux-container: Do not jail the container unconditionally....Mathieu Othacehe
2020-09-02install: Factorize cow-store procedure....Mathieu Othacehe
2020-09-01services: Add secret-service-type....Jan (janneke) Nieuwenhuizen
2020-08-25linux-libre: Support module compression....Mathieu Othacehe
2020-07-31file-system: Add mount-may-fail? option....Mathieu Othacehe
2020-07-26file-systems: Add NTFS support....Mathieu Othacehe
2020-07-11image: Do not set journal_model=WAL for the Hurd....Jan (janneke) Nieuwenhuizen
2020-06-27hurd-boot: Mount /proc, add /etc/mtab....Jan (janneke) Nieuwenhuizen
2020-06-27hurd-boot: Remove duplicate calls to 'scope'....Jan (janneke) Nieuwenhuizen
2020-06-22system: image: Remove "image-root" when building raw disk-images....Mathieu Othacehe
2020-06-19hurd-boot: Use 'setxattr' instead of invoking settrans....Jan (janneke) Nieuwenhuizen
2020-06-19hurd-boot: Create individual translators instead of running MAKEDEV....Jan (janneke) Nieuwenhuizen
2020-06-18database: 'register-items' takes an open database....Ludovic Courtès
2020-06-12shepherd: 'read-pid-file/container' terminates the whole process group....Ludovic Courtès
2020-06-12shepherd: Unblock signals in the child process....Ludovic Courtès
2020-06-09activation: Fix function call for system activation...Royce Strange