summaryrefslogtreecommitdiff
path: root/gnu/build
AgeCommit message (Expand)Author
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
2015-07-09build: file-systems: Import (guix build syscalls) for non-static Guiles.David Thompson
2015-06-24linux-initrd: Produce cpio archives with zeroed timestamps, etc.Ludovic Courtès
2015-06-24linux-initrd: Populate cpio archives in a deterministic order.Ludovic Courtès
2015-06-24linux-initrd: Use (guix cpio) instead of GNU cpio.Ludovic Courtès
2015-06-19gnu: Make 'mount' interface in static Guile consistent with Guix API.David Thompson
2015-06-18install: Turn off deduplication for the binary tarball.Ludovic Courtès
2015-06-10install: Really overwrite TARGET/var/guix/profiles/system-1-link.Ludovic Courtès
2015-05-24gnu: linux-boot: Remove outdated and misleading comment.Ludovic Courtès
2015-05-09system: activate-ptrace-attach: Handle kernels without YAMA support.Mark H Weaver
2015-05-05activation: Make user copies of the skeletons writable.Ludovic Courtès
2015-04-29install: Make /var/lock.Ludovic Courtès
2015-04-20file-systems: Use a second 'mount' call for read-only bind mounts.Ludovic Courtès
2015-04-14install: Add a procedure to build a self-contained binary tarball.Ludovic Courtès
2015-04-12system: Allow users to PTRACE_ATTACH to their own processes.Ludovic Courtès
2015-04-08activation: Remove undeclared user accounts and groups.Ludovic Courtès
2015-03-31install: Create /var/tmp.Ludovic Courtès
2015-03-03system: Add /etc/ssl symlink; set needed variables in /etc/profile.Mark H Weaver
2015-01-28linux-boot: Don't fail if /root/etc/mtab is a dangling symlink.Ludovic Courtès
2015-01-05linux-boot: Make /etc/mtab a symlink to /proc/self/mounts.宋文武
2014-12-13activation: Copy the account skeletons when creating the 'root' account.Ludovic Courtès
2014-12-09system: Don't make /boot/grub/grub.cfg a symlink to the store.Ludovic Courtès
2014-12-06activation: Don't create unneeded "/var/guix/gcroots/etc-directory".Ludovic Courtès
2014-12-04system: Make /boot/grub/grub.cfg an indirect GC root.Ludovic Courtès
2014-11-28linux-modules: Correctly propagate error code from 'init_module'.Ludovic Courtès
2014-11-28linux-boot: Load modules and their dependencies, à la 'modprobe'.Ludovic Courtès
2014-11-28system: Add (gnu build linux-modules).Ludovic Courtès
2014-11-26linux-boot: Call 'pre-mount' before 'mount-root-file-system'.Ludovic Courtès
2014-11-26linux-boot: Error out when 'pre-mount' returns #f.Ludovic Courtès
2014-11-20linux-boot: Don't catch exceptions thrown by 'mount-root-file-system'.Ludovic Courtès
2014-11-20file-systems: Always write the options field in /etc/mtab.Ludovic Courtès
2014-11-13vm: Set the boot flag on the root partition.Ludovic Courtès
2014-11-13linux-boot: Make more disk partition block devices.Ludovic Courtès
2014-11-11activation: Set the firmware search path.Ludovic Courtès
2014-11-02system: Allow Linux-libre to find our 'modprobe' command.Ludovic Courtès
2014-09-22system: Add support for boot-time mapped devices.Ludovic Courtès
2014-09-22activation: Ensure existing user accounts have the right settings.Ludovic Courtès
2014-09-19linux-boot: Ask fsck for a progress bar.Ludovic Courtès
2014-09-18linux-initrd: Remove now obsolete #:guile-modules-in-chroot? parameter.Ludovic Courtès
2014-09-12activation: Honor $GUIX_NEW_SYSTEM for use by 'guix system reconfigure'.Ludovic Courtès
2014-09-12activation: Set the permissions of /etc/sudoers to 440.Ludovic Courtès
2014-09-12activation: Make the /bin/sh symlink at activation time.Ludovic Courtès
2014-09-12activation: Make sure /etc/sudoers & co. are regular files.Ludovic Courtès
2014-09-12activation: Remove outdated comment.Ludovic Courtès
2014-09-12activation: Factorize the link-or-copy trick.Ludovic Courtès
2014-09-10install: Gracefully handle corner cases with 'guix system init foo /'.Ludovic Courtès
2014-09-08linux-initrd: Store Linux modules in a normal store directory.Ludovic Courtès
2014-09-08linux-initrd: Move initrd creation code to (guix build linux-initrd).Ludovic Courtès