summaryrefslogtreecommitdiff
path: root/guix/build/syscalls.scm
AgeCommit message (Expand)Author
2020-06-08syscalls: set-thread-name, thread-name: Fix thinko.Jan (janneke) Nieuwenhuizen
2020-06-08syscalls: set-thread-name, thread-name: Stub for the Hurd.Jan (janneke) Nieuwenhuizen
2020-05-29syscalls: 'terminal-dimension' ignores EPERM.Ludovic Courtès
2020-05-29syscalls: Properly match %HOST-TYPE.Jesse Dowell
2020-05-15syscalls: Adjust 'sockaddr-in', 'sockaddr-in6' structs for the Hurd.Jan (janneke) Nieuwenhuizen
2020-05-14syscalls: Add 'getxattr'.Jan (janneke) Nieuwenhuizen
2020-05-13syscalls: Add 'setxattr'.Jan (janneke) Nieuwenhuizen
2020-05-07syscalls: Add ioctl flags for the Hurd.Jan (janneke) Nieuwenhuizen
2020-05-05syscalls: 'define-c-struct' supports cross-compilation.Ludovic Courtès
2020-04-20syscalls: Fix Linux detection in 'readdir*'.Julien Lepiller
2020-04-16syscalls: 'readdir*' chooses between the Linux and Hurd code at run time.Ludovic Courtès
2020-03-22syscalls: 'with-file-lock' re-grabs lock when reentering its dynamic extent.Ludovic Courtès
2020-01-19syscalls: Pass the right 'throw' arguments in 'call-with-file-lock/no-wait'.Ludovic Courtès
2019-12-07file-systems: Add support for 'strict-atime' and 'lazy-time' flags.Guillaume Le Vaillant
2019-11-29ui: 'with-profile-lock' keeps going upon ENOLCK.Ludovic Courtès
2019-11-08guix: Add file-locking with no wait.Julien Lepiller
2019-10-05syscalls: Add 'add-to-entropy-count'.Ludovic Courtès
2019-07-19syscalls: 'define-as-needed' does not re-export local variables.Ludovic Courtès
2019-07-15syscalls: Use 'define-as-needed' for 'AT_' constants introduced in Guile 2.2.5.Ludovic Courtès
2019-06-27syscalls: Add 'terminal-rows'.Ludovic Courtès
2019-06-05syscalls: 'with-lock-file' catches ENOSYS.Ludovic Courtès
2019-06-05syscalls: 'with-file-lock' expands to a call to 'call-with-file-lock'.Ludovic Courtès
2019-06-05syscalls: Add 'with-file-lock' macro.Ludovic Courtès
2019-05-09syscalls: Add 'arp-network-interface?'.Marius Bakke
2019-04-30guix: Fix typo in docstring.Tobias Geerinckx-Rice
2019-04-29file-systems: Support the 'no-atime' flag.rendaw
2019-01-17syscalls: 'device-in-use?' returns #f upon EINVAL.Ludovic Courtès
2019-01-17syscalls: 'device-in-use?' does not create a port.Ludovic Courtès
2019-01-17build: syscalls: Add device-in-use?.Mathieu Othacehe
2019-01-09maint: Remove 'cond-expand' forms for Guile 2.0.Ludovic Courtès
2018-09-10syscalls: Report lack of a libc symbol as ENOSYS.Ludovic Courtès
2018-07-03syscalls: Define AT_SYMLINK_NOFOLLOW et al.Ludovic Courtès
2018-02-26build: Require Guile >= 2.0.13.Ludovic Courtès
2017-12-06syscalls: Define 'input-flags' for 'tcgetattr' and friends.Ludovic Courtès
2017-10-09syscalls: clone: Define syscall-id for aarch64.Eric Bavier
2017-07-23Merge branch 'master' into core-updatesLeo Famulari
2017-07-18syscalls: Delay resolution of "scm_set_automatic_finalization_enabled".Ludovic Courtès
2017-07-12syscalls: Add network-interface-running?Danny Milosavljevic
2017-07-10syscalls: Adjust 'dirent64' struct for GNU/Hurd.Ludovic Courtès
2017-06-18syscalls: 'opendir*' error message shows the file name.Ludovic Courtès
2017-06-16syscalls: Add 'scandir*'.Ludovic Courtès
2017-06-02syscalls: Provide 'free-disk-space'.Ludovic Courtès
2017-05-28syscalls: Add 'thread-name' and 'set-thread-name'.Ludovic Courtès
2017-04-11syscalls: Add load-linux-module.Mathieu Othacehe
2017-04-11syscalls: Use define-as-needed for network-interface syscalls.Mathieu Othacehe
2017-04-11syscalls: Use define-as-needed for mount and umount.Mathieu Othacehe
2017-04-11syscalls: Add reboot.Mathieu Othacehe
2017-04-07syscalls: Allow mount and umount use from static Guile.Mathieu Othacehe
2017-03-15syscalls: Adjust 'clone' to Guile 2.2.Ludovic Courtès
2017-03-12syscalls: Adjust 'define-bits' to macro literal semantics of 2.2.Ludovic Courtès