summaryrefslogtreecommitdiff
path: root/tests/syscalls.scm
Commit message (Expand)AuthorAgeFilesLines
* 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