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
*
linux-boot: Fix noresume argument parsing.
...
Tobias Geerinckx-Rice
2020-12-17
1
-1
/
+4
*
database: Remove #:deduplicate? from 'register-items'.
...
Ludovic Courtès
2020-12-15
2
-2
/
+0
*
image: 'register-closure' leaves it up to the caller to deduplicate.
...
Ludovic Courtès
2020-12-15
2
-12
/
+5
*
store-copy: 'populate-store' can optionally deduplicate files.
...
Ludovic Courtès
2020-12-15
4
-6
/
+10
*
database: Remove #:reset-timestamps? from 'register-items'.
...
Ludovic Courtès
2020-12-15
2
-2
/
+0
*
image: 'register-closure' assumes already-reset timestamps.
...
Ludovic Courtès
2020-12-15
2
-10
/
+6
*
store-copy: 'populate-store' resets timestamps.
...
Ludovic Courtès
2020-12-15
2
-4
/
+3
*
Revert "linux-container: Correct test for unprivileged user namespace support."
...
Marius Bakke
2020-12-06
1
-1
/
+1
*
file-systems: Fix ‘bcachefs fsck’ exit value logic.
...
Tobias Geerinckx-Rice
2020-12-06
1
-6
/
+8
*
linux-container: Correct test for unprivileged user namespace support.
...
Paul Garlick
2020-12-03
1
-1
/
+1
*
linux-initrd: Remove unnecessary timestamp reset phase.
...
Ludovic Courtès
2020-11-21
1
-9
/
+4
*
Add (gnu build chromium-extension).
...
Marius Bakke
2020-11-08
1
-0
/
+192
*
linux-boot: Resume from hibernation.
...
Tobias Geerinckx-Rice
2020-11-07
1
-0
/
+59
*
file-systems: Add support for bcachefs.
...
Tobias Geerinckx-Rice
2020-11-07
1
-1
/
+58
*
shepherd: Remove dependency on (guix utils).
...
Ludovic Courtès
2020-11-05
1
-2
/
+14
*
image: Error out when passed an unsupported partition type.
...
Ludovic Courtès
2020-11-05
1
-5
/
+5
*
system: reconfigure: Use the disk-installer if provided.
...
Mathieu Othacehe
2020-11-03
1
-2
/
+5
*
file-systems: Allow swap space lookup by UUID/label.
...
Ludovic Courtès
2020-10-30
1
-1
/
+45
*
hurd-boot: Set /hurd/magic on /dev/fd.
...
Ludovic Courtès
2020-10-14
1
-1
/
+3
*
hurd-boot: Create /servers/crash.
...
Ludovic Courtès
2020-10-08
1
-0
/
+1
*
bootloader: Fix u-boot installation.
...
Mathieu Othacehe
2020-10-05
1
-5
/
+10
*
linux-container: Reset jailed root permissions.
...
Jelle Licht
2020-10-01
1
-1
/
+2
*
secret-service: Add proper logging procedure and log to syslog.
...
Ludovic Courtès
2020-09-29
1
-33
/
+29
*
services: secret-service: Add initial client/server handshake.
...
Ludovic Courtès
2020-09-29
1
-17
/
+58
*
secret-service: Fix file port leak in 'secret-service-send-secrets'.
...
Ludovic Courtès
2020-09-29
1
-2
/
+4
*
secret-service: Add a timeout when waiting for a client.
...
Ludovic Courtès
2020-09-29
1
-12
/
+21
*
secret-service: Clarify the origin of messages.
...
Ludovic Courtès
2020-09-29
1
-6
/
+11
*
image: Add support for compressed-qcow2 format.
...
Mathieu Othacehe
2020-09-29
1
-3
/
+13
*
build: shepherd: Check for container support.
...
Mathieu Othacehe
2020-09-21
1
-5
/
+11
*
build: linux-container: Fix run-container.
...
Mathieu Othacehe
2020-09-10
1
-2
/
+2
*
linux-boot: Handle nfs-root device strings.
...
Stefan
2020-09-07
2
-3
/
+5
*
installer: Run the installation inside a container.
...
Mathieu Othacehe
2020-09-02
1
-2
/
+16
*
linux-container: Do not jail the container unconditionally.
...
Mathieu Othacehe
2020-09-02
1
-1
/
+2
*
install: Factorize cow-store procedure.
...
Mathieu Othacehe
2020-09-02
1
-1
/
+43
*
services: Add secret-service-type.
...
Jan (janneke) Nieuwenhuizen
2020-09-01
1
-0
/
+137
*
linux-libre: Support module compression.
...
Mathieu Othacehe
2020-08-25
1
-36
/
+79
*
file-system: Add mount-may-fail? option.
...
Mathieu Othacehe
2020-07-31
1
-21
/
+28
*
file-systems: Add NTFS support.
...
Mathieu Othacehe
2020-07-26
1
-1
/
+40
*
image: Do not set journal_model=WAL for the Hurd.
...
Jan (janneke) Nieuwenhuizen
2020-07-11
1
-10
/
+16
*
hurd-boot: Mount /proc, add /etc/mtab.
...
Jan (janneke) Nieuwenhuizen
2020-06-27
1
-2
/
+8
*
hurd-boot: Remove duplicate calls to 'scope'.
...
Jan (janneke) Nieuwenhuizen
2020-06-27
1
-5
/
+5
*
system: image: Remove "image-root" when building raw disk-images.
...
Mathieu Othacehe
2020-06-22
1
-2
/
+3
*
hurd-boot: Use 'setxattr' instead of invoking settrans.
...
Jan (janneke) Nieuwenhuizen
2020-06-19
1
-1
/
+1
*
hurd-boot: Create individual translators instead of running MAKEDEV.
...
Jan (janneke) Nieuwenhuizen
2020-06-19
1
-47
/
+143
*
database: 'register-items' takes an open database.
...
Ludovic Courtès
2020-06-18
2
-12
/
+14
*
shepherd: 'read-pid-file/container' terminates the whole process group.
...
Ludovic Courtès
2020-06-12
1
-1
/
+2
*
shepherd: Unblock signals in the child process.
...
Ludovic Courtès
2020-06-12
1
-2
/
+14
*
activation: Fix function call for system activation
...
Royce Strange
2020-06-09
1
-1
/
+1
*
build: image: Do not call make-essential-device-nodes by default.
...
Mathieu Othacehe
2020-06-09
1
-3
/
+3
*
gnu: services: Add %hurd-startup-service.
...
Jan (janneke) Nieuwenhuizen
2020-06-08
1
-16
/
+19
[next]