summaryrefslogtreecommitdiff
path: root/gnu/build
AgeCommit message (Expand)Author
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
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