summaryrefslogtreecommitdiff
path: root/gnu/build
AgeCommit message (Expand)Author
2016-11-23install: Enable "cryptodisk" handling in GRUB....Ludovic Courtès
2016-11-23marionette: Add 'marionette-screen-text' using OCR....Ludovic Courtès
2016-11-23marionette: Delay synchronization with the host's REPL....Ludovic Courtès
2016-11-22marionette: Avoid use of SIGALRM for timeouts....Ludovic Courtès
2016-11-10container: Pass a list of <file-system> objects as things to mount....Ludovic Courtès
2016-11-06install: Extract procedure: install-grub-config....Chris Marusich
2016-11-06gnu: build: file-system: Change url of LUKS specification....ng0
2016-10-27file-systems: 'disk-partitions' detected partitions from mapped devices....Ludovic Courtès
2016-10-25svg: Autoload Guile-RSVG and Guile-Cairo....Ludovic Courtès
2016-10-25system: grub: Use Guile-{RSVG,Cairo} instead of Inkscape + ImageMagick....Ludovic Courtès
2016-10-19container: Allow 'container-excursion' to the same namespaces....Ludovic Courtès
2016-09-06activation: Don't fail if /var/lib exists....Leo Famulari
2016-09-06activation: Allow home directories to be created under /var/lib....David Craven
2016-09-05file-systems: Always use (guix build syscalls)....Ludovic Courtès
2016-08-29tests: Make sure /var/guix/gcroots/profiles is a valid symlink....Ludovic Courtès
2016-08-28system: Add 'create-home-directory?' field to <user-account>....Ludovic Courtès
2016-06-20vm: 'qemu-command' honors its argument....Ludovic Courtès
2016-05-31container: Gracefully report mount errors in the child process....Ludovic Courtès
2016-05-31container: Gracefully handle failure to set up user namespaces....Ludovic Courtès
2016-05-04Add (gnu tests) and (gnu build marionette)....Ludovic Courtès
2016-04-17file-systems: Add 'find-partition-by-luks-uuid'....Ludovic Courtès
2016-04-17file-systems: Separate ENOENT catching from ext2 superblock reads....Ludovic Courtès
2016-03-24activation: Copy account skeletons silently....Ludovic Courtès
2016-03-20system: Allow account skeletons to be directories....Ludovic Courtès
2016-03-14build: reset-timestamps: Include directories....Ricardo Wurmus
2016-02-22vm: Only pass "-enable-kvm" to qemu if /dev/kvm is present....Christopher Allan Webber
2016-02-21linux-modules: Use normalized module names for 'modprobe.blacklist'....Ludovic Courtès
2016-02-08file-systems: Spawn a Bournish REPL upon fsck failure....Ludovic Courtès
2016-01-29Rename 'dmd' to 'shepherd' in comments and strings....Alex Kost
2016-01-29Rename '/root/etc/dmd' directory and 'do-not-kill' file....Alex Kost
2016-01-23build: container: Make 'unprivileged-user-namespace-supported?' more robust....Mark H Weaver
2016-01-16linux-modules: Support 'modprobe.blacklist' on the command line....Ludovic Courtès
2016-01-05linux-boot: Remove verbose output for module loads....Ludovic Courtès
2016-01-01system: Allow the root file system to be named by UUID....Ludovic Courtès
2016-01-01file-systems: Move 'string->uuid' to the build side....Ludovic Courtès
2015-11-03build: container: Add feature test predicates....David Thompson
2015-10-28container: Remove unnecessary CLONE_CHILD_* flags....Ludovic Courtès
2015-10-17file-systems: Do not truncate mount points that already exist....Ludovic Courtès
2015-10-10build: container: Fix call-with-clean-exit....David Thompson
2015-09-20linux-boot: Mount /dev as a devtmpfs from the start....Ludovic Courtès
2015-09-09linux-initrd: Compress cpio archives deterministically....Ludovic Courtès
2015-09-07build: container: Use the same clone flags as fork(3)....David Thompson
2015-09-07build: container: Setup /dev/console....David Thompson
2015-08-08build: container: Add #:host-uids argument to call-with-container....David Thompson
2015-08-08build: file-systems: Allow for bind mounting regular files....David Thompson
2015-07-26vm: Make the list of partitions to build a parameter....Ludovic Courtès
2015-07-24vm: Use the 'umount' procedure instead of util-linux's 'umount' command....Ludovic Courtès
2015-07-14file-systems: Implement partition lookup by UUID....Ludovic Courtès
2015-07-14file-systems: Use (guix build syscalls) at build time if needed....Ludovic Courtès
2015-07-09gnu: build: Add Linux container module....David Thompson