summaryrefslogtreecommitdiff
path: root/tests/syscalls.scm
AgeCommit message (Expand)Author
6 daystests: Skip ‘terminal-string-width’ test on encodings other than UTF-8.Ludovic Courtès
2023-11-25tests: Use ‘test-equal’ for ‘terminal-string-width’ tests.Ludovic Courtès
2023-11-11guix: syscalls: Add terminal-string-width.Julien Lepiller
2021-10-26syscalls: Add 'openpty' and 'login-tty'.Ludovic Courtès
2021-02-25syscalls: Add 'mounts' and the <mount> record type.Ludovic Courtès
2020-06-28tests: Do not fail when network interface aliases are present.Marius Bakke
2020-06-05tests: syscall: Support file-systems without extended attributes.Mathieu Othacehe
2020-06-02tests: Allow passing on systems without support for swap devices.Simon South
2020-05-14syscalls: Add 'getxattr'.Jan (janneke) Nieuwenhuizen
2020-02-11syscalls: Re-enable 'pivot-root' test.Ludovic Courtès
2019-10-05syscalls: Add 'add-to-entropy-count'.Ludovic Courtès
2019-06-27syscalls: Add 'terminal-rows'.Ludovic Courtès
2018-07-03syscalls: Define AT_SYMLINK_NOFOLLOW et al.Ludovic Courtès
2018-04-08tests: Skip 'pivot-root' test on Ubuntu's 4.4 kernels.Ludovic Courtès
2017-11-25syscalls: Adjust utmpx test.Ludovic Courtès
2017-07-12syscalls: Add network-interface-running?Danny Milosavljevic
2017-06-16syscalls: Add 'scandir*'.Ludovic Courtès
2017-05-28syscalls: Add 'thread-name' and 'set-thread-name'.Ludovic Courtès
2017-02-11tests: Relax test on utmpx entries.Ludovic Courtès
2017-01-31tests: Really skip /var/run/utmpx test when needed.Paul Garlick
2017-01-24syscalls: Export 'read-utmpx'.Ludovic Courtès
2017-01-19syscalls: Add utmpx procedures and data structure.Ludovic Courtès
2016-11-21syscalls: Add 'add-network-route/gateway' and 'delete-network-route'.Ludovic Courtès
2016-11-16syscalls: Add bindings for SIOCGIFNETMASK and SIOCSIFNETMASK.Ludovic Courtès
2016-10-27tests: Skip 'pivot-root' test on Linux > 4.7.5.Ludovic Courtès
2016-10-19tests: Make sure child process of 'pivot-root' test exits.Ludovic Courtès
2016-05-06utils: Move 'fcntl-flock' to (guix build syscalls).Ludovic Courtès
2016-05-03syscalls: Wrap TCSA* constants in 'tcsetattr-action' macro.Ludovic Courtès
2016-05-02syscalls: Add 'tcgetattr' and 'tcsetattr' bindings.Ludovic Courtès
2016-04-25syscalls: 'terminal-columns' catches EINVAL on the TIOCGWINSZ ioctl.Ludovic Courtès
2016-04-25syscalls: Add 'statfs'.Ludovic Courtès
2016-04-16syscalls: 'terminal-columns' ignores non-file ports.Ludovic Courtès
2016-04-15syscalls: Add TIOCGWINSZ bindings.Ludovic Courtès
2016-04-03build: Add a Guile custom test driver using SRFI-64.Mathieu Lirzin
2016-03-25syscalls: 'interface-address' can return #f.Ludovic Courtès
2015-11-03build: container: Add feature test predicates.David Thompson
2015-08-27tests: Skip 'set-network-interface-address' test when running as root.Ludovic Courtès
2015-07-25syscalls: Add 'network-interfaces', which wraps libc's 'getifaddrs'.Ludovic Courtès
2015-07-25syscalls: Rename 'network-interfaces' and 'all-network-interfaces'.Ludovic Courtès
2015-07-10tests: Skip namespace-related tests when that feature is missing.Ludovic Courtès
2015-07-07build: syscalls: Add pivot-root.David Thompson
2015-07-07build: syscalls: Add setns.David Thompson
2015-07-07build: syscalls: Add clone.David Thompson
2015-07-07build: syscalls: Add mkdtemp!David Thompson
2015-04-06tests: Deal with 'mount-points' not returning "/".Ludovic Courtès
2015-01-19tests: Adjust syscall tests for 2.6ish Linux.Ludovic Courtès
2014-12-19syscalls: Add more procedures for network interfaces.Ludovic Courtès
2014-11-10syscalls: Add 'mount-points'.Ludovic Courtès
2014-10-12syscalls: Accept ENOENT in the 'swapoff' test.Ludovic Courtès
2014-09-18syscalls: Add 'swapon' and 'swapoff'.Ludovic Courtès