summaryrefslogtreecommitdiff
path: root/guix/build/syscalls.scm
Commit message (Expand)AuthorAge
* syscalls: Report lack of a libc symbol as ENOSYS.Ludovic Courtès2018-09-10
* syscalls: Define AT_SYMLINK_NOFOLLOW et al.Ludovic Courtès2018-07-03
* build: Require Guile >= 2.0.13.Ludovic Courtès2018-02-26
* syscalls: Define 'input-flags' for 'tcgetattr' and friends.Ludovic Courtès2017-12-06
* syscalls: clone: Define syscall-id for aarch64.Eric Bavier2017-10-09
* Merge branch 'master' into core-updatesLeo Famulari2017-07-23
|\
| * syscalls: Add network-interface-running?Danny Milosavljevic2017-07-12
* | syscalls: Delay resolution of "scm_set_automatic_finalization_enabled".Ludovic Courtès2017-07-18
|/
* syscalls: Adjust 'dirent64' struct for GNU/Hurd.Ludovic Courtès2017-07-10
* syscalls: 'opendir*' error message shows the file name.Ludovic Courtès2017-06-18
* syscalls: Add 'scandir*'.Ludovic Courtès2017-06-16
* syscalls: Provide 'free-disk-space'.Ludovic Courtès2017-06-02
* syscalls: Add 'thread-name' and 'set-thread-name'.Ludovic Courtès2017-05-28
* syscalls: Add load-linux-module.Mathieu Othacehe2017-04-11
* syscalls: Use define-as-needed for network-interface syscalls.Mathieu Othacehe2017-04-11
* syscalls: Use define-as-needed for mount and umount.Mathieu Othacehe2017-04-11
* syscalls: Add reboot.Mathieu Othacehe2017-04-11
* syscalls: Allow mount and umount use from static Guile.Mathieu Othacehe2017-04-07
* syscalls: Adjust 'clone' to Guile 2.2.Ludovic Courtès2017-03-15
* syscalls: Adjust 'define-bits' to macro literal semantics of 2.2.Ludovic Courtès2017-03-12
* syscalls: Export 'read-utmpx'.Ludovic Courtès2017-01-24
* syscalls: Add utmpx procedures and data structure.Ludovic Courtès2017-01-19
* syscalls: Extract 'bytes->string'.Ludovic Courtès2017-01-19
* syscalls: 'terminal-columns' swallows ENOSYS.Ludovic Courtès2017-01-01
* syscalls: Add 'add-network-route/gateway' and 'delete-network-route'.Ludovic Courtès2016-11-21
* syscalls: Add 'c-struct-field-offset'.Ludovic Courtès2016-11-21
* syscalls: 'configure-network-interface' has a #:netmask parameter.Ludovic Courtès2016-11-17
* syscalls: Add bindings for SIOCGIFNETMASK and SIOCSIFNETMASK.Ludovic Courtès2016-11-16
* syscalls: Use 'define-c-struct' for 'struct ifconf'.Ludovic Courtès2016-11-16
* syscalls: C struct writer correctly handles pointer fields.Ludovic Courtès2016-11-16
* syscalls: Use #:return-errno? when it is available.Ludovic Courtès2016-09-06
* file-systems: Always use (guix build syscalls).Ludovic Courtès2016-09-05
* syscalls: Use 'syscall->procedure' everywhere.Ludovic Courtès2016-06-13
* utils: 'with-atomic-file-output' calls 'fdatasync'.Ludovic Courtès2016-06-13
* syscalls: Use 'define-c-struct' for 'fcntl-flock'.Ludovic Courtès2016-05-06
* utils: Move 'fcntl-flock' to (guix build syscalls).Ludovic Courtès2016-05-06
* syscalls: Wrap TCSA* constants in 'tcsetattr-action' macro.Ludovic Courtès2016-05-03
* syscalls: Add 'tcgetattr' and 'tcsetattr' bindings.Ludovic Courtès2016-05-02
* syscalls: Implement arrays in 'define-c-struct' and use it.Ludovic Courtès2016-05-02
* syscalls: 'statfs' explicitly binds 'statfs64'.Ludovic Courtès2016-04-30
* syscalls: statfs: Add missing 'mount-flags' field of 'struct statfs'.Ludovic Courtès2016-04-30
* syscalls: 'terminal-columns' catches EINVAL on the TIOCGWINSZ ioctl.Ludovic Courtès2016-04-25
* syscalls: Add 'statfs'.Ludovic Courtès2016-04-25
* syscalls: 'define-c-struct' computes the struct size.Ludovic Courtès2016-04-25
* syscalls: Second argument of packed-struct read is now optional.Ludovic Courtès2016-04-25
* syscalls: Move code around [NFC].Ludovic Courtès2016-04-25
* syscalls: If a syscall is not available, defer the error.Mark H Weaver2016-04-18
* syscalls: 'terminal-columns' ignores non-file ports.Ludovic Courtès2016-04-16
* syscalls: Add TIOCGWINSZ bindings.Ludovic Courtès2016-04-15
* syscalls: <interface> printer correctly handles lack of sockaddr.Ludovic Courtès2016-03-25