summaryrefslogtreecommitdiff
path: root/tests/syscalls.scm
Commit message (Expand)AuthorAgeFilesLines
* syscalls: Add 'add-to-entropy-count'....Ludovic Courtès2019-10-051-0/+13
* syscalls: Add 'terminal-rows'....Ludovic Courtès2019-06-271-1/+4
* syscalls: Define AT_SYMLINK_NOFOLLOW et al....Ludovic Courtès2018-07-031-0/+13
* tests: Skip 'pivot-root' test on Ubuntu's 4.4 kernels....Ludovic Courtès2018-04-081-2/+8
* syscalls: Adjust utmpx test....Ludovic Courtès2017-11-251-1/+6
* syscalls: Add network-interface-running?...Danny Milosavljevic2017-07-121-0/+10
* syscalls: Add 'scandir*'....Ludovic Courtès2017-06-161-0/+60
* syscalls: Add 'thread-name' and 'set-thread-name'....Ludovic Courtès2017-05-281-0/+8
* tests: Relax test on utmpx entries....Ludovic Courtès2017-02-111-1/+2
* tests: Really skip /var/run/utmpx test when needed....Paul Garlick2017-01-311-1/+1
* syscalls: Export 'read-utmpx'....Ludovic Courtès2017-01-241-0/+9
* syscalls: Add utmpx procedures and data structure....Ludovic Courtès2017-01-191-1/+12
* syscalls: Add 'add-network-route/gateway' and 'delete-network-route'....Ludovic Courtès2016-11-211-0/+24
* syscalls: Add bindings for SIOCGIFNETMASK and SIOCSIFNETMASK....Ludovic Courtès2016-11-161-0/+21
* tests: Skip 'pivot-root' test on Linux > 4.7.5....Ludovic Courtès2016-10-271-1/+4
* tests: Make sure child process of 'pivot-root' test exits....Ludovic Courtès2016-10-191-15/+20
* utils: Move 'fcntl-flock' to (guix build syscalls)....Ludovic Courtès2016-05-061-0/+88
* syscalls: Wrap TCSA* constants in 'tcsetattr-action' macro....Ludovic Courtès2016-05-031-1/+1
* syscalls: Add 'tcgetattr' and 'tcsetattr' bindings....Ludovic Courtès2016-05-021-0/+25
* syscalls: 'terminal-columns' catches EINVAL on the TIOCGWINSZ ioctl....Ludovic Courtès2016-04-251-3/+4
* syscalls: Add 'statfs'....Ludovic Courtès2016-04-251-0/+15
* syscalls: 'terminal-columns' ignores non-file ports....Ludovic Courtès2016-04-161-0/+4
* syscalls: Add TIOCGWINSZ bindings....Ludovic Courtès2016-04-151-0/+13
* build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin2016-04-031-3/+0
* syscalls: 'interface-address' can return #f....Ludovic Courtès2016-03-251-2/+6
* build: container: Add feature test predicates....David Thompson2015-11-031-3/+8
* tests: Skip 'set-network-interface-address' test when running as root....Ludovic Courtès2015-08-271-0/+1
* syscalls: Add 'network-interfaces', which wraps libc's 'getifaddrs'....Ludovic Courtès2015-07-251-0/+23
* syscalls: Rename 'network-interfaces' and 'all-network-interfaces'....Ludovic Courtès2015-07-251-5/+5
* tests: Skip namespace-related tests when that feature is missing....Ludovic Courtès2015-07-101-0/+6
* build: syscalls: Add pivot-root....David Thompson2015-07-071-0/+29
* build: syscalls: Add setns....David Thompson2015-07-071-0/+26
* build: syscalls: Add clone....David Thompson2015-07-071-0/+15
* build: syscalls: Add mkdtemp!...David Thompson2015-07-071-0/+9
* tests: Deal with 'mount-points' not returning "/"....Ludovic Courtès2015-04-061-1/+5
* tests: Adjust syscall tests for 2.6ish Linux....Ludovic Courtès2015-01-191-7/+7
* syscalls: Add more procedures for network interfaces....Ludovic Courtès2014-12-191-1/+33
* syscalls: Add 'mount-points'....Ludovic Courtès2014-11-101-0/+3
* syscalls: Accept ENOENT in the 'swapoff' test....Ludovic Courtès2014-10-121-2/+2
* syscalls: Add 'swapon' and 'swapoff'....Ludovic Courtès2014-09-181-0/+16
* syscalls: Add 'all-network-interfaces'....Ludovic Courtès2014-09-141-1/+7
* syscalls: Add 'network-interface-flags'....Ludovic Courtès2014-09-141-0/+17
* syscalls: Add 'network-interfaces'....Ludovic Courtès2014-09-141-1/+7
* syscalls: Be more permissive in 'umount' test....Ludovic Courtès2014-05-271-3/+4
* Add (guix build syscalls)....Ludovic Courtès2014-05-101-0/+47