summaryrefslogtreecommitdiff
path: root/guix/build/syscalls.scm
Commit message (Expand)AuthorAge
* syscalls: Fix ABI mismatch for 'clone'.Ludovic Courtès2015-10-17
* build: container: Use the same clone flags as fork(3).David Thompson2015-09-07
* build: syscalls: Properly handle clone errors.David Thompson2015-09-05
* syscalls: setns: Skip binding if there is no such C function.David Thompson2015-08-17
* syscalls: Add 'network-interfaces', which wraps libc's 'getifaddrs'.Ludovic Courtès2015-07-25
* syscalls: 'define-c-struct' properly align reads.Ludovic Courtès2015-07-25
* syscalls: 'read-socket-address' gracefully handles unsupported families.Ludovic Courtès2015-07-25
* syscalls: 'define-c-struct' distinguishes pointers from integers.Ludovic Courtès2015-07-25
* syscalls: Rename 'network-interfaces' and 'all-network-interfaces'.Ludovic Courtès2015-07-25
* syscalls: Struct deserializer can now return arbitrary objects.Ludovic Courtès2015-07-17
* build: syscalls: Add pivot-root.David Thompson2015-07-07
* build: syscalls: Add setns.David Thompson2015-07-07
* build: syscalls: Add clone.David Thompson2015-07-07
* build: syscalls: Add mkdtemp!David Thompson2015-07-07
* build: syscalls: Add unmount flags.David Thompson2015-07-07
* build: syscalls: Add additional mount flags.David Thompson2015-07-07
* services: swap: Use 'restart-on-EINTR'.Ludovic Courtès2015-05-22
* syscalls: Add 'restart-on-EINTR'.Ludovic Courtès2015-05-22
* syscalls: Add 'set-network-interface-up'.Ludovic Courtès2015-05-17
* linux-boot: Make /etc/mtab a symlink to /proc/self/mounts.宋文武2015-01-05
* syscalls: Add more procedures for network interfaces.Ludovic Courtès2014-12-19
* syscalls: Update /etc/mtab, not /etc/fstab.Ludovic Courtès2014-11-14
* syscalls: Add 'mount-points'.Ludovic Courtès2014-11-10
* syscalls: Adjust /proc/net/dev parser for old kernels.Ludovic Courtès2014-09-22
* syscalls: Add 'swapon' and 'swapoff'.Ludovic Courtès2014-09-18
* syscalls: Add 'all-network-interfaces'.Ludovic Courtès2014-09-14
* syscalls: Add 'network-interface-flags'.Ludovic Courtès2014-09-14
* syscalls: Add 'network-interfaces'.Ludovic Courtès2014-09-14
* syscalls: Add 'processes' to list all the live processes.Ludovic Courtès2014-05-14
* Add (guix build syscalls).Ludovic Courtès2014-05-10