summaryrefslogtreecommitdiff
path: root/gnu/build
AgeCommit message (Expand)Author
2022-06-10services: jami: Modernize to adjust to Shepherd 0.9+ changes.Maxim Cournoyer
2022-05-31image: Add fat32 support.Pavel Shlyak
2022-05-23image: Add bootable flag support.Pavel Shlyak
2022-05-22marionette: Add #:address parameter to 'wait-for-tcp-port'.Ludovic Courtès
2022-05-01Add (guix least-authority).Ludovic Courtès
2022-05-01linux-container: Add #:child-is-pid1? parameter to 'call-with-container'.Ludovic Courtès
2022-05-01linux-container: Ensure signal-handling asyncs get a chance to run.Ludovic Courtès
2022-05-01linux-container: 'call-with-container' relays SIGTERM and SIGINT.Ludovic Courtès
2022-04-12shepherd: Add #:supplementary-groups.Leo Nikkilä
2022-04-11shepherd: 'fork+exec-command/container' always returns a PID.Ludovic Courtès
2022-04-11shepherd: 'exec-command*' has a valid default #:directory.Ludovic Courtès
2022-04-08file-systems: Invoke fsck tools with 'system*/tty'.Ludovic Courtès
2022-04-08mapped-devices: Ensure 'cryptsetup open' gets a tty.Ludovic Courtès
2022-04-07secret-service: Allow cooperative scheduling when Fibers is used.Ludovic Courtès
2022-04-07secret-service: Abstract 'wait-for-readable-fd'.Ludovic Courtès
2022-04-07shepherd: Adjust 'fork+exec-command/container' for the Shepherd 0.9.Ludovic Courtès
2022-03-01initrd: Honor rootfstype and rootflags command-line parameters.Maxim Cournoyer
2022-03-01initrd: Use non-hyphenated kernel command-line parameter names.Maxim Cournoyer
2022-02-17build: linux-boot: Expound docstring of the 'boot-system' procedure.Maxim Cournoyer
2022-02-07build: image: Account for fixed-size file system structures.Tobias Geerinckx-Rice
2022-01-05linux-container: Handle CLONE_NEWCGROUP and use it by default.Ryan Sundberg
2022-01-01system: Allow 'chfn' to change the user's full name.Ludovic Courtès
2021-12-23Remove VM generation dead-code.Mathieu Othacehe
2021-12-23build: image: Add optional closure copy support.Mathieu Othacehe
2021-12-23chromium-extension: Avoid another usage of the store-mapped /tmp.Marius Bakke
2021-12-16chromium-extension: Build .crx files in a deterministic fashion.Marius Bakke
2021-12-16chromium-extension: Avoid usage of gcrypt at evaluation time.Marius Bakke
2021-12-16chromium-extension: Reduce imported-modules scope.Marius Bakke
2021-12-16chromium-extension: Simplify builder code.Marius Bakke
2021-12-16linux-modules: Ignore EINVAL in ‘modprobe’ mode.Tobias Geerinckx-Rice via Guix-patches via
2021-12-13Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-12-12services: static-networking: Change interface to mimic netlink.Ludovic Courtès
2021-12-12services: secret-service: Turn into a Shepherd service.Ludovic Courtès
2021-11-23Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-23system: Add swap flags.Josselin Poiret
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-12build: bootloader: Add GPT support.Mathieu Othacehe
2021-10-18Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-10-18hurd-boot: Set pfinet on the right node for AF_INET6.Ludovic Courtès
2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe
2021-09-28file-systems: Prefer low-memory mode of ‘btrfs check’.Tobias Geerinckx-Rice
2021-09-26marionette: Print a line when a test succeeds.Ludovic Courtès
2021-09-26marionette: 'system-test-runner' can create output directory.Ludovic Courtès
2021-09-26marionette: 'system-test-runner' dumps test log upon failure.Ludovic Courtès
2021-09-25tests: Adjust to SRFI-64 as found in Guile 3.0.7.Ludovic Courtès
2021-09-23file-systems: Add support for XFS.Tobias Geerinckx-Rice
2021-09-23file-systems: Add file system to *-SUPERBLOCK-VOLUME-NAME docstrings.Tobias Geerinckx-Rice
2021-09-23syscalls: Deduplicate device number conversion.Tobias Geerinckx-Rice
2021-09-23gnu: Don't abuse check-btrfs-file-system to scan.Tobias Geerinckx-Rice
2021-09-23linux-boot: Honour fsck.mode & fsck.repair.Tobias Geerinckx-Rice