summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2014-05-08linux-initrd: Update /etc/mtab.Ludovic Courtès
2014-05-07Remove now unneeded (guix build gnome) module.Ludovic Courtès
2014-05-06linux-initrd: Delete files from the initrd ramfs when switching roots.Ludovic Courtès
2014-05-05gnu-maintenance: Add missing type check.Ludovic Courtès
2014-05-04linux-initrd: Improve root file system switching.Ludovic Courtès
2014-05-04linux-initrd: Check the root and other early file systems.Ludovic Courtès
2014-05-04activation: Fix deletion of setuid programs.Ludovic Courtès
2014-05-03vm: Make root file system type a parameter, and default to ext4.Ludovic Courtès
2014-05-03ftp-client: Add missing CR in "USER" command.Ludovic Courtès
2014-05-03system: Add first-class file system declarations.Ludovic Courtès
2014-05-01download: Rewrite using gexps.Ludovic Courtès
2014-05-01monads, gexp: Remove unintended dependency on (gnu packages …).Ludovic Courtès
2014-05-01gexp: Add support for 'origin?' objects in 'ungexp' forms.Ludovic Courtès
2014-04-30gexp: Add pretty printer.Ludovic Courtès
2014-04-30system: Add support for setuid binaries.Ludovic Courtès
2014-04-30linux-initrd: Allow setuid binaries from the unionfs to run.Ludovic Courtès
2014-04-30system: Add (guix build activation).Ludovic Courtès
2014-04-29derivations: Micro-optimize 'derivation'.Ludovic Courtès
2014-04-29gnu-maintenance: Avoid network access in 'gnu-package?'.Ludovic Courtès
2014-04-29gexp: Remove leftover parameter.Ludovic Courtès
2014-04-28monads: Hide 'derivation-expression' and 'lower-inputs'.Ludovic Courtès
2014-04-28store: (direct-store-path? (%store-prefix)) returns #f.Ludovic Courtès
2014-04-28Add (guix gexp).Ludovic Courtès
2014-04-27guix: cmake: Add input and package libraries to the rpath, and adapt packageAndreas Enge
2014-04-22pk-crypto: Add pretty-printer to 'gcry-error' exceptions.Ludovic Courtès
2014-04-22authenticate: Allow signatures with binary data to be written to stdout.Ludovic Courtès
2014-04-22pk-crypto: Use ISO-8859-1 for strings passed to 'gcry_sexp_new'.Ludovic Courtès
2014-04-21nar: Really really protect the temporary store directory from GC.Ludovic Courtès
2014-04-16download: Improve progress report output.Ludovic Courtès
2014-04-14linux-initrd: Mount / as a unionfs when asking for a volatile root.Ludovic Courtès
2014-04-14offload: '{send,receive}-files' wait for completion of the transfer.Ludovic Courtès
2014-04-14offload: Better synchronize with remote invocation of 'guix archive --missing'.Ludovic Courtès
2014-04-13derivations: Fix 'fixed-output-derivation?'.Ludovic Courtès
2014-04-12nar: Really protect the temporary store directory from GC.Ludovic Courtès
2014-04-12store: Add 'add-permanent-root' and 'remove-permanent-root'.Ludovic Courtès
2014-04-12packages: Correctly handle patching for inputs with no extension.Ludovic Courtès
2014-04-11vm: Move image creation to (guix build vm); split into several procedures.Ludovic Courtès
2014-04-11vm: Add (guix build vm) module.Ludovic Courtès
2014-04-09nar: 'restore-file-set' registers the temporary result as a GC root.Ludovic Courtès
2014-04-09gnu: linux-initrd: Mount /dev/pts at boot time.Ludovic Courtès
2014-04-09gnu: linux-initrd: Better populate /dev.Ludovic Courtès
2014-04-09guix system: Add 'vm-image' action and '--image-size' option.Ludovic Courtès
2014-04-08ui: Add 'size->number'.Ludovic Courtès
2014-04-08offload: Remove all the GC roots in case of multiple-output derivations.Ludovic Courtès
2014-04-08offload: Bail out when failing to register a GC root on the build machine.Ludovic Courtès
2014-04-07utils: Make 'errno' procedure more robust.Ludovic Courtès
2014-04-07Work around behavior of old 'scandir' in Guile 2.0.5.Mark H Weaver
2014-04-05hydra: Add 'qemu-image' job.Ludovic Courtès
2014-04-05guix package: Fix indentation of packages to remove.Ludovic Courtès
2014-04-04ui: Improve reporting of 'system-error' exceptions.Ludovic Courtès