index
:
software/guix
master
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
build
Commit message (
Expand
)
Author
Age
Files
Lines
*
file-systems: Implement partition lookup by UUID.
...
Ludovic Courtès
2015-07-14
1
-39
/
+85
*
file-systems: Use (guix build syscalls) at build time if needed.
...
Ludovic Courtès
2015-07-14
1
-3
/
+4
*
gnu: build: Add Linux container module.
...
David Thompson
2015-07-09
1
-0
/
+260
*
build: file-systems: Import (guix build syscalls) for non-static Guiles.
...
David Thompson
2015-07-09
1
-0
/
+7
*
linux-initrd: Produce cpio archives with zeroed timestamps, etc.
...
Ludovic Courtès
2015-06-24
1
-1
/
+2
*
linux-initrd: Populate cpio archives in a deterministic order.
...
Ludovic Courtès
2015-06-24
1
-15
/
+16
*
linux-initrd: Use (guix cpio) instead of GNU cpio.
...
Ludovic Courtès
2015-06-24
1
-37
/
+35
*
gnu: Make 'mount' interface in static Guile consistent with Guix API.
...
David Thompson
2015-06-19
1
-6
/
+3
*
install: Turn off deduplication for the binary tarball.
...
Ludovic Courtès
2015-06-18
1
-6
/
+14
*
install: Really overwrite TARGET/var/guix/profiles/system-1-link.
...
Ludovic Courtès
2015-06-10
1
-3
/
+13
*
gnu: linux-boot: Remove outdated and misleading comment.
...
Ludovic Courtès
2015-05-24
1
-1
/
+0
*
system: activate-ptrace-attach: Handle kernels without YAMA support.
...
Mark H Weaver
2015-05-09
1
-3
/
+5
*
activation: Make user copies of the skeletons writable.
...
Ludovic Courtès
2015-05-05
1
-3
/
+28
*
install: Make /var/lock.
...
Ludovic Courtès
2015-04-29
1
-0
/
+1
*
file-systems: Use a second 'mount' call for read-only bind mounts.
...
Ludovic Courtès
2015-04-20
1
-4
/
+13
*
install: Add a procedure to build a self-contained binary tarball.
...
Ludovic Courtès
2015-04-14
1
-1
/
+42
*
system: Allow users to PTRACE_ATTACH to their own processes.
...
Ludovic Courtès
2015-04-12
1
-0
/
+13
*
activation: Remove undeclared user accounts and groups.
...
Ludovic Courtès
2015-04-08
1
-3
/
+46
*
install: Create /var/tmp.
...
Ludovic Courtès
2015-03-31
1
-1
/
+2
*
system: Add /etc/ssl symlink; set needed variables in /etc/profile.
...
Mark H Weaver
2015-03-03
1
-0
/
+10
*
linux-boot: Don't fail if /root/etc/mtab is a dangling symlink.
...
Ludovic Courtès
2015-01-28
1
-2
/
+2
*
linux-boot: Make /etc/mtab a symlink to /proc/self/mounts.
...
宋文武
2015-01-05
2
-9
/
+5
*
activation: Copy the account skeletons when creating the 'root' account.
...
Ludovic Courtès
2014-12-13
1
-3
/
+21
*
system: Don't make /boot/grub/grub.cfg a symlink to the store.
...
Ludovic Courtès
2014-12-09
2
-18
/
+14
*
activation: Don't create unneeded "/var/guix/gcroots/etc-directory".
...
Ludovic Courtès
2014-12-06
1
-5
/
+1
*
system: Make /boot/grub/grub.cfg an indirect GC root.
...
Ludovic Courtès
2014-12-04
2
-4
/
+21
*
linux-modules: Correctly propagate error code from 'init_module'.
...
Ludovic Courtès
2014-11-28
1
-5
/
+1
*
linux-boot: Load modules and their dependencies, à la 'modprobe'.
...
Ludovic Courtès
2014-11-28
1
-15
/
+15
*
system: Add (gnu build linux-modules).
...
Ludovic Courtès
2014-11-28
1
-0
/
+170
*
linux-boot: Call 'pre-mount' before 'mount-root-file-system'.
...
Ludovic Courtès
2014-11-26
1
-6
/
+8
*
linux-boot: Error out when 'pre-mount' returns #f.
...
Ludovic Courtès
2014-11-26
1
-2
/
+3
*
linux-boot: Don't catch exceptions thrown by 'mount-root-file-system'.
...
Ludovic Courtès
2014-11-20
1
-33
/
+27
*
file-systems: Always write the options field in /etc/mtab.
...
Ludovic Courtès
2014-11-20
1
-1
/
+1
*
vm: Set the boot flag on the root partition.
...
Ludovic Courtès
2014-11-13
1
-11
/
+19
*
linux-boot: Make more disk partition block devices.
...
Ludovic Courtès
2014-11-13
1
-1
/
+1
*
activation: Set the firmware search path.
...
Ludovic Courtès
2014-11-11
1
-0
/
+10
*
system: Allow Linux-libre to find our 'modprobe' command.
...
Ludovic Courtès
2014-11-02
1
-0
/
+7
*
system: Add support for boot-time mapped devices.
...
Ludovic Courtès
2014-09-22
1
-3
/
+9
*
activation: Ensure existing user accounts have the right settings.
...
Ludovic Courtès
2014-09-22
1
-17
/
+43
*
linux-boot: Ask fsck for a progress bar.
...
Ludovic Courtès
2014-09-19
1
-1
/
+1
*
linux-initrd: Remove now obsolete #:guile-modules-in-chroot? parameter.
...
Ludovic Courtès
2014-09-18
1
-17
/
+0
*
activation: Honor $GUIX_NEW_SYSTEM for use by 'guix system reconfigure'.
...
Ludovic Courtès
2014-09-12
1
-1
/
+6
*
activation: Set the permissions of /etc/sudoers to 440.
...
Ludovic Courtès
2014-09-12
1
-28
/
+34
*
activation: Make the /bin/sh symlink at activation time.
...
Ludovic Courtès
2014-09-12
2
-1
/
+6
*
activation: Make sure /etc/sudoers & co. are regular files.
...
Ludovic Courtès
2014-09-12
1
-1
/
+8
*
activation: Remove outdated comment.
...
Ludovic Courtès
2014-09-12
1
-2
/
+0
*
activation: Factorize the link-or-copy trick.
...
Ludovic Courtès
2014-09-12
1
-7
/
+12
*
install: Gracefully handle corner cases with 'guix system init foo /'.
...
Ludovic Courtès
2014-09-10
1
-12
/
+33
*
linux-initrd: Store Linux modules in a normal store directory.
...
Ludovic Courtès
2014-09-08
2
-13
/
+7
*
linux-initrd: Move initrd creation code to (guix build linux-initrd).
...
Ludovic Courtès
2014-09-08
1
-1
/
+76
[next]