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