[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (e40335b -> a5e13c3)
From: |
Ludovic Courtès |
Subject: |
branch master updated (e40335b -> a5e13c3) |
Date: |
Tue, 11 Apr 2017 05:13:31 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from e40335b gnu: frescobaldi: Update to 3.0.0.
new 8336df0 syscalls: Add reboot.
new 7df4d34 syscalls: Use define-as-needed for mount and umount.
new c5cd4fa syscalls: Use define-as-needed for network-interface
syscalls.
new 23e525e syscalls: Add load-linux-module.
new a5e13c3 build: Fix compilation warnings.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/build/file-systems.scm | 15 +---
gnu/build/linux-boot.scm | 2 +
gnu/build/linux-modules.scm | 2 +
guix/build/syscalls.scm | 171 +++++++++++++++++++++++++++-----------------
4 files changed, 113 insertions(+), 77 deletions(-)
- branch master updated (e40335b -> a5e13c3),
Ludovic Courtès <=
- 02/05: syscalls: Use define-as-needed for mount and umount., Ludovic Courtès, 2017/04/11
- 04/05: syscalls: Add load-linux-module., Ludovic Courtès, 2017/04/11
- 03/05: syscalls: Use define-as-needed for network-interface syscalls., Ludovic Courtès, 2017/04/11
- 01/05: syscalls: Add reboot., Ludovic Courtès, 2017/04/11
- 05/05: build: Fix compilation warnings., Ludovic Courtès, 2017/04/11