summaryrefslogtreecommitdiff
path: root/tests/syscalls.scm
AgeCommit message (Expand)AuthorFilesLines
2021-02-25syscalls: Add 'mounts' and the <mount> record type.Ludovic Courtès1-1/+15
2020-06-28tests: Do not fail when network interface aliases are present.Marius Bakke1-1/+5
2020-06-05tests: syscall: Support file-systems without extended attributes.Mathieu Othacehe1-2/+9
2020-06-02tests: Allow passing on systems without support for swap devices.Simon South1-4/+5
2020-05-14syscalls: Add 'getxattr'.Jan (janneke) Nieuwenhuizen1-0/+8
2020-02-11syscalls: Re-enable 'pivot-root' test.Ludovic Courtès1-24/+31
2019-10-05syscalls: Add 'add-to-entropy-count'.Ludovic Courtès1-0/+13
2019-06-27syscalls: Add 'terminal-rows'.Ludovic Courtès1-1/+4
2018-07-03syscalls: Define AT_SYMLINK_NOFOLLOW et al.Ludovic Courtès1-0/+13
2018-04-08tests: Skip 'pivot-root' test on Ubuntu's 4.4 kernels.Ludovic Courtès1-2/+8
2017-11-25syscalls: Adjust utmpx test.Ludovic Courtès1-1/+6
2017-07-12syscalls: Add network-interface-running?Danny Milosavljevic1-0/+10
2017-06-16syscalls: Add 'scandir*'.Ludovic Courtès1-0/+60
2017-05-28syscalls: Add 'thread-name' and 'set-thread-name'.Ludovic Courtès1-0/+8
2017-02-11tests: Relax test on utmpx entries.Ludovic Courtès1-1/+2
2017-01-31tests: Really skip /var/run/utmpx test when needed.Paul Garlick1-1/+1
2017-01-24syscalls: Export 'read-utmpx'.Ludovic Courtès1-0/+9
2017-01-19syscalls: Add utmpx procedures and data structure.Ludovic Courtès1-1/+12
2016-11-21syscalls: Add 'add-network-route/gateway' and 'delete-network-route'.Ludovic Courtès1-0/+24
2016-11-16syscalls: Add bindings for SIOCGIFNETMASK and SIOCSIFNETMASK.Ludovic Courtès1-0/+21
2016-10-27tests: Skip 'pivot-root' test on Linux > 4.7.5.Ludovic Courtès1-1/+4
2016-10-19tests: Make sure child process of 'pivot-root' test exits.Ludovic Courtès1-15/+20
2016-05-06utils: Move 'fcntl-flock' to (guix build syscalls).Ludovic Courtès1-0/+88
2016-05-03syscalls: Wrap TCSA* constants in 'tcsetattr-action' macro.Ludovic Courtès1-1/+1
2016-05-02syscalls: Add 'tcgetattr' and 'tcsetattr' bindings.Ludovic Courtès1-0/+25
2016-04-25syscalls: 'terminal-columns' catches EINVAL on the TIOCGWINSZ ioctl.Ludovic Courtès1-3/+4
2016-04-25syscalls: Add 'statfs'.Ludovic Courtès1-0/+15
2016-04-16syscalls: 'terminal-columns' ignores non-file ports.Ludovic Courtès1-0/+4
2016-04-15syscalls: Add TIOCGWINSZ bindings.Ludovic Courtès1-0/+13
2016-04-03build: Add a Guile custom test driver using SRFI-64.Mathieu Lirzin1-3/+0
2016-03-25syscalls: 'interface-address' can return #f.Ludovic Courtès1-2/+6
2015-11-03build: container: Add feature test predicates.David Thompson1-3/+8
2015-08-27tests: Skip 'set-network-interface-address' test when running as root.Ludovic Courtès1-0/+1
2015-07-25syscalls: Add 'network-interfaces', which wraps libc's 'getifaddrs'.Ludovic Courtès1-0/+23
2015-07-25syscalls: Rename 'network-interfaces' and 'all-network-interfaces'.Ludovic Courtès1-5/+5
2015-07-10tests: Skip namespace-related tests when that feature is missing.Ludovic Courtès1-0/+6
2015-07-07build: syscalls: Add pivot-root.David Thompson1-0/+29
2015-07-07build: syscalls: Add setns.David Thompson1-0/+26
2015-07-07build: syscalls: Add clone.David Thompson1-0/+15
2015-07-07build: syscalls: Add mkdtemp!David Thompson1-0/+9
2015-04-06tests: Deal with 'mount-points' not returning "/".Ludovic Courtès1-1/+5
2015-01-19tests: Adjust syscall tests for 2.6ish Linux.Ludovic Courtès1-7/+7
2014-12-19syscalls: Add more procedures for network interfaces.Ludovic Courtès1-1/+33
2014-11-10syscalls: Add 'mount-points'.Ludovic Courtès1-0/+3
2014-10-12syscalls: Accept ENOENT in the 'swapoff' test.Ludovic Courtès1-2/+2
2014-09-18syscalls: Add 'swapon' and 'swapoff'.Ludovic Courtès1-0/+16
2014-09-14syscalls: Add 'all-network-interfaces'.Ludovic Courtès1-1/+7
2014-09-14syscalls: Add 'network-interface-flags'.Ludovic Courtès1-0/+17
2014-09-14syscalls: Add 'network-interfaces'.Ludovic Courtès1-1/+7
2014-05-27syscalls: Be more permissive in 'umount' test.Ludovic Courtès1-3/+4