summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2014-07-14guix system: reconfigure: Always use "/" as GRUB's target file system.Ludovic Courtès
2014-07-13guix system: Fix return value for 'reconfigure'.Ludovic Courtès
2014-07-13install: Make /var/db and /mnt.Ludovic Courtès
2014-07-13guix system: Convert to monadic style.Ludovic Courtès
2014-07-13vm: Add support for i686.Ludovic Courtès
2014-07-12gexp: Resolve the default system at '>>=' time.Ludovic Courtès
2014-07-12monads: Fix 'mapm' so that effects happen from left to right.Ludovic Courtès
2014-07-11packages: Add printer for <origin>.Ludovic Courtès
2014-07-08guix system: Add '--system' option.Ludovic Courtès
2014-07-05guix package: Try $LOGNAME in addition to $USER.Taylan Ulrich Bayirli/Kammer
2014-07-05guix package: Do the right thing for '-p ~/.guix-profile'.Ludovic Courtès
2014-07-03linux-initrd: Use 'call-with-error-handling' when booting.Ludovic Courtès
2014-07-03linux-initrd: Remove unused local procedure.Ludovic Courtès
2014-07-02linux-initrd: Gracefully handle lack of or invalid ext2 superblocks.Ludovic Courtès
2014-06-30guix: Add CC0 license.Eric Bavier
2014-06-27git-download: Support recursive clones.Ludovic Courtès
2014-06-27system: Add a 'system?' field to user accounts.Ludovic Courtès
2014-06-27system: Install /var/guix/profiles/system-1-link on new systems.Ludovic Courtès
2014-06-27guix system: Add 'reconfigure' action.Ludovic Courtès
2014-06-27activation: Preserve /etc/groups upon reboots.Ludovic Courtès
2014-06-27guix {system,offload}: Improve reporting of syntax errors.Ludovic Courtès
2014-06-24guix system: Gracefully handle 'install-grub' errors.Ludovic Courtès
2014-06-21linux-initrd: Allow unionfs to have a large number of open files.Ludovic Courtès
2014-06-20Merge branch 'core-updates'Ludovic Courtès
2014-06-19substitute-binary: Warn about uninitialized ACL.Ludovic Courtès
2014-06-19guix system: 'init' makes sure the target store directory exists.Ludovic Courtès
2014-06-17substitute-binary: Avoid the term "narinfo" in user messages.Ludovic Courtès
2014-06-14Merge branch 'master' into core-updatesLudovic Courtès
2014-06-14ui: Avoid circularity with (guix gexp).Ludovic Courtès
2014-06-14guix build: Allow gexps to be passed to '-e'.Ludovic Courtès
2014-06-13Separate package description translations from string translations.Ludovic Courtès
2014-06-13pull: Copy and compile gnu.scm.Ludovic Courtès
2014-06-09guix build: Only 'guix build' sets #:print-build-trace.Ludovic Courtès
2014-06-07build-system/gnu: Add 'package-with-restricted-references'.Ludovic Courtès
2014-06-06Merge branch 'master' into core-updatesLudovic Courtès
2014-06-06build-system/gnu: Add #:allowed-references.Ludovic Courtès
2014-06-06derivations: 'build-expression->derivation' supports #:allowed-references.Ludovic Courtès
2014-06-06services: Use a fixed GID for the build group and use that for the store.Ludovic Courtès
2014-06-04activation: Only create groups that do not exist yet.Ludovic Courtès
2014-06-04services: Make sure the store's group is the build group.Ludovic Courtès
2014-06-04tests: Skip tests that would hit the shebang length limitation.Ludovic Courtès
2014-06-03system: File system sources can be marked as labels or devices.Ludovic Courtès
2014-06-02linux-initrd: Wait for devices to appear when resolving a label.Ludovic Courtès
2014-06-01linux-initrd: Actually create /dev/console.Ludovic Courtès
2014-06-01derivations: Add #:allowed-references 'derivation' parameter.Ludovic Courtès
2014-06-01linux-initrd: Make more device nodes for SCSI disks and CD-ROM devices.Ludovic Courtès
2014-06-01linux-initrd: Gracefully handle missing /dev nodes.Ludovic Courtès
2014-05-31linux-initrd: Gracefully deal with partitions with no label.Ludovic Courtès
2014-05-30linux-initrd: Allow use of volume labels in 'file-system' declarations.Ludovic Courtès
2014-05-29vm: Allow a volume name to be specified for the root partition.Ludovic Courtès