index
:
guix.git
master
merge-deploy
wip-deploy
Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
Jakob L. Kreuze
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
guix
/
build
/
syscalls.scm
Age
Commit message (
Expand
)
Author
2019-07-15
syscalls: Use 'define-as-needed' for 'AT_' constants introduced in Guile 2.2.5.
Ludovic Courtès
2019-06-27
syscalls: Add 'terminal-rows'.
Ludovic Courtès
2019-06-05
syscalls: 'with-lock-file' catches ENOSYS.
Ludovic Courtès
2019-06-05
syscalls: 'with-file-lock' expands to a call to 'call-with-file-lock'.
Ludovic Courtès
2019-06-05
syscalls: Add 'with-file-lock' macro.
Ludovic Courtès
2019-05-09
syscalls: Add 'arp-network-interface?'.
Marius Bakke
2019-04-30
guix: Fix typo in docstring.
Tobias Geerinckx-Rice
2019-04-29
file-systems: Support the 'no-atime' flag.
rendaw
2019-01-17
syscalls: 'device-in-use?' returns #f upon EINVAL.
Ludovic Courtès
2019-01-17
syscalls: 'device-in-use?' does not create a port.
Ludovic Courtès
2019-01-17
build: syscalls: Add device-in-use?.
Mathieu Othacehe
2019-01-09
maint: Remove 'cond-expand' forms for Guile 2.0.
Ludovic Courtès
2018-09-10
syscalls: Report lack of a libc symbol as ENOSYS.
Ludovic Courtès
2018-07-03
syscalls: Define AT_SYMLINK_NOFOLLOW et al.
Ludovic Courtès
2018-02-26
build: Require Guile >= 2.0.13.
Ludovic Courtès
2017-12-06
syscalls: Define 'input-flags' for 'tcgetattr' and friends.
Ludovic Courtès
2017-10-09
syscalls: clone: Define syscall-id for aarch64.
Eric Bavier
2017-07-23
Merge branch 'master' into core-updates
Leo Famulari
2017-07-18
syscalls: Delay resolution of "scm_set_automatic_finalization_enabled".
Ludovic Courtès
2017-07-12
syscalls: Add network-interface-running?
Danny Milosavljevic
2017-07-10
syscalls: Adjust 'dirent64' struct for GNU/Hurd.
Ludovic Courtès
2017-06-18
syscalls: 'opendir*' error message shows the file name.
Ludovic Courtès
2017-06-16
syscalls: Add 'scandir*'.
Ludovic Courtès
2017-06-02
syscalls: Provide 'free-disk-space'.
Ludovic Courtès
2017-05-28
syscalls: Add 'thread-name' and 'set-thread-name'.
Ludovic Courtès
2017-04-11
syscalls: Add load-linux-module.
Mathieu Othacehe
2017-04-11
syscalls: Use define-as-needed for network-interface syscalls.
Mathieu Othacehe
2017-04-11
syscalls: Use define-as-needed for mount and umount.
Mathieu Othacehe
2017-04-11
syscalls: Add reboot.
Mathieu Othacehe
2017-04-07
syscalls: Allow mount and umount use from static Guile.
Mathieu Othacehe
2017-03-15
syscalls: Adjust 'clone' to Guile 2.2.
Ludovic Courtès
2017-03-12
syscalls: Adjust 'define-bits' to macro literal semantics of 2.2.
Ludovic Courtès
2017-01-24
syscalls: Export 'read-utmpx'.
Ludovic Courtès
2017-01-19
syscalls: Add utmpx procedures and data structure.
Ludovic Courtès
2017-01-19
syscalls: Extract 'bytes->string'.
Ludovic Courtès
2017-01-01
syscalls: 'terminal-columns' swallows ENOSYS.
Ludovic Courtès
2016-11-21
syscalls: Add 'add-network-route/gateway' and 'delete-network-route'.
Ludovic Courtès
2016-11-21
syscalls: Add 'c-struct-field-offset'.
Ludovic Courtès
2016-11-17
syscalls: 'configure-network-interface' has a #:netmask parameter.
Ludovic Courtès
2016-11-16
syscalls: Add bindings for SIOCGIFNETMASK and SIOCSIFNETMASK.
Ludovic Courtès
2016-11-16
syscalls: Use 'define-c-struct' for 'struct ifconf'.
Ludovic Courtès
2016-11-16
syscalls: C struct writer correctly handles pointer fields.
Ludovic Courtès
2016-09-06
syscalls: Use #:return-errno? when it is available.
Ludovic Courtès
2016-09-05
file-systems: Always use (guix build syscalls).
Ludovic Courtès
2016-06-13
syscalls: Use 'syscall->procedure' everywhere.
Ludovic Courtès
2016-06-13
utils: 'with-atomic-file-output' calls 'fdatasync'.
Ludovic Courtès
2016-05-06
syscalls: Use 'define-c-struct' for 'fcntl-flock'.
Ludovic Courtès
2016-05-06
utils: Move 'fcntl-flock' to (guix build syscalls).
Ludovic Courtès
2016-05-03
syscalls: Wrap TCSA* constants in 'tcsetattr-action' macro.
Ludovic Courtès
2016-05-02
syscalls: Add 'tcgetattr' and 'tcsetattr' bindings.
Ludovic Courtès
[next]