index
:
software/guix
master
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
syscalls.scm
Commit message (
Expand
)
Author
Age
Files
Lines
*
syscalls: Add 'add-to-entropy-count'.
...
Ludovic Courtès
2019-10-05
1
-0
/
+13
*
syscalls: Add 'terminal-rows'.
...
Ludovic Courtès
2019-06-27
1
-1
/
+4
*
syscalls: Define AT_SYMLINK_NOFOLLOW et al.
...
Ludovic Courtès
2018-07-03
1
-0
/
+13
*
tests: Skip 'pivot-root' test on Ubuntu's 4.4 kernels.
...
Ludovic Courtès
2018-04-08
1
-2
/
+8
*
syscalls: Adjust utmpx test.
...
Ludovic Courtès
2017-11-25
1
-1
/
+6
*
syscalls: Add network-interface-running?
...
Danny Milosavljevic
2017-07-12
1
-0
/
+10
*
syscalls: Add 'scandir*'.
...
Ludovic Courtès
2017-06-16
1
-0
/
+60
*
syscalls: Add 'thread-name' and 'set-thread-name'.
...
Ludovic Courtès
2017-05-28
1
-0
/
+8
*
tests: Relax test on utmpx entries.
...
Ludovic Courtès
2017-02-11
1
-1
/
+2
*
tests: Really skip /var/run/utmpx test when needed.
...
Paul Garlick
2017-01-31
1
-1
/
+1
*
syscalls: Export 'read-utmpx'.
...
Ludovic Courtès
2017-01-24
1
-0
/
+9
*
syscalls: Add utmpx procedures and data structure.
...
Ludovic Courtès
2017-01-19
1
-1
/
+12
*
syscalls: Add 'add-network-route/gateway' and 'delete-network-route'.
...
Ludovic Courtès
2016-11-21
1
-0
/
+24
*
syscalls: Add bindings for SIOCGIFNETMASK and SIOCSIFNETMASK.
...
Ludovic Courtès
2016-11-16
1
-0
/
+21
*
tests: Skip 'pivot-root' test on Linux > 4.7.5.
...
Ludovic Courtès
2016-10-27
1
-1
/
+4
*
tests: Make sure child process of 'pivot-root' test exits.
...
Ludovic Courtès
2016-10-19
1
-15
/
+20
*
utils: Move 'fcntl-flock' to (guix build syscalls).
...
Ludovic Courtès
2016-05-06
1
-0
/
+88
*
syscalls: Wrap TCSA* constants in 'tcsetattr-action' macro.
...
Ludovic Courtès
2016-05-03
1
-1
/
+1
*
syscalls: Add 'tcgetattr' and 'tcsetattr' bindings.
...
Ludovic Courtès
2016-05-02
1
-0
/
+25
*
syscalls: 'terminal-columns' catches EINVAL on the TIOCGWINSZ ioctl.
...
Ludovic Courtès
2016-04-25
1
-3
/
+4
*
syscalls: Add 'statfs'.
...
Ludovic Courtès
2016-04-25
1
-0
/
+15
*
syscalls: 'terminal-columns' ignores non-file ports.
...
Ludovic Courtès
2016-04-16
1
-0
/
+4
*
syscalls: Add TIOCGWINSZ bindings.
...
Ludovic Courtès
2016-04-15
1
-0
/
+13
*
build: Add a Guile custom test driver using SRFI-64.
...
Mathieu Lirzin
2016-04-03
1
-3
/
+0
*
syscalls: 'interface-address' can return #f.
...
Ludovic Courtès
2016-03-25
1
-2
/
+6
*
build: container: Add feature test predicates.
...
David Thompson
2015-11-03
1
-3
/
+8
*
tests: Skip 'set-network-interface-address' test when running as root.
...
Ludovic Courtès
2015-08-27
1
-0
/
+1
*
syscalls: Add 'network-interfaces', which wraps libc's 'getifaddrs'.
...
Ludovic Courtès
2015-07-25
1
-0
/
+23
*
syscalls: Rename 'network-interfaces' and 'all-network-interfaces'.
...
Ludovic Courtès
2015-07-25
1
-5
/
+5
*
tests: Skip namespace-related tests when that feature is missing.
...
Ludovic Courtès
2015-07-10
1
-0
/
+6
*
build: syscalls: Add pivot-root.
...
David Thompson
2015-07-07
1
-0
/
+29
*
build: syscalls: Add setns.
...
David Thompson
2015-07-07
1
-0
/
+26
*
build: syscalls: Add clone.
...
David Thompson
2015-07-07
1
-0
/
+15
*
build: syscalls: Add mkdtemp!
...
David Thompson
2015-07-07
1
-0
/
+9
*
tests: Deal with 'mount-points' not returning "/".
...
Ludovic Courtès
2015-04-06
1
-1
/
+5
*
tests: Adjust syscall tests for 2.6ish Linux.
...
Ludovic Courtès
2015-01-19
1
-7
/
+7
*
syscalls: Add more procedures for network interfaces.
...
Ludovic Courtès
2014-12-19
1
-1
/
+33
*
syscalls: Add 'mount-points'.
...
Ludovic Courtès
2014-11-10
1
-0
/
+3
*
syscalls: Accept ENOENT in the 'swapoff' test.
...
Ludovic Courtès
2014-10-12
1
-2
/
+2
*
syscalls: Add 'swapon' and 'swapoff'.
...
Ludovic Courtès
2014-09-18
1
-0
/
+16
*
syscalls: Add 'all-network-interfaces'.
...
Ludovic Courtès
2014-09-14
1
-1
/
+7
*
syscalls: Add 'network-interface-flags'.
...
Ludovic Courtès
2014-09-14
1
-0
/
+17
*
syscalls: Add 'network-interfaces'.
...
Ludovic Courtès
2014-09-14
1
-1
/
+7
*
syscalls: Be more permissive in 'umount' test.
...
Ludovic Courtès
2014-05-27
1
-3
/
+4
*
Add (guix build syscalls).
...
Ludovic Courtès
2014-05-10
1
-0
/
+47