syscalls: 'terminal-columns' ignores non-file ports.
[jackhill/guix/guix.git] / guix / build / syscalls.scm
2016-04-15 Ludovic Courtèssyscalls: 'terminal-columns' ignores non-file ports.
2016-04-14 Ludovic Courtèssyscalls: Add TIOCGWINSZ bindings.
2016-03-25 Ludovic Courtèssyscalls: <interface> printer correctly handles lack...
2016-02-03 Ludovic Courtèssyscalls: 'all-network-interface-names' accepts non...
2015-10-17 Mark H WeaverMerge branch 'master' into dbus-update
2015-10-17 Ludovic Courtèssyscalls: Fix ABI mismatch for 'clone'.
2015-09-13 Ludovic CourtèsMerge branch 'master' into core-updates
2015-09-07 David Thompsonbuild: container: Use the same clone flags as fork(3).
2015-09-05 David Thompsonbuild: syscalls: Properly handle clone errors.
2015-08-17 David Thompsonsyscalls: setns: Skip binding if there is no such C...
2015-07-25 Ludovic Courtèssyscalls: Add 'network-interfaces', which wraps libc...
2015-07-25 Ludovic Courtèssyscalls: 'define-c-struct' properly align reads.
2015-07-25 Ludovic Courtèssyscalls: 'read-socket-address' gracefully handles...
2015-07-25 Ludovic Courtèssyscalls: 'define-c-struct' distinguishes pointers...
2015-07-25 Ludovic Courtèssyscalls: Rename 'network-interfaces' and 'all-network...
2015-07-19 Mark H WeaverMerge branch 'master' into core-updates
2015-07-17 Ludovic Courtèssyscalls: Struct deserializer can now return arbitrary...
2015-07-08 David Thompsonbuild: syscalls: Add pivot-root.
2015-07-08 David Thompsonbuild: syscalls: Add setns.
2015-07-08 David Thompsonbuild: syscalls: Add clone.
2015-07-07 David Thompsonbuild: syscalls: Add mkdtemp!
2015-07-07 David Thompsonbuild: syscalls: Add unmount flags.
2015-07-07 David Thompsonbuild: syscalls: Add additional mount flags.
2015-06-10 Mark H WeaverMerge branch 'master' into core-updates
2015-05-23 宋文武Merge branch 'master' into gtk-rebuild
2015-05-22 Ludovic Courtèsservices: swap: Use 'restart-on-EINTR'.
2015-05-22 Ludovic Courtèssyscalls: Add 'restart-on-EINTR'.
2015-05-17 Ludovic Courtèssyscalls: Add 'set-network-interface-up'.
2015-01-06 Mark H WeaverMerge branch 'master' into core-updates
2015-01-05 宋文武linux-boot: Make /etc/mtab a symlink to /proc/self...
2014-12-26 Ludovic CourtèsMerge branch 'master' into core-updates
2014-12-19 Ludovic Courtèssyscalls: Add more procedures for network interfaces.
2014-11-13 Ludovic Courtèssyscalls: Update /etc/mtab, not /etc/fstab.
2014-11-10 Ludovic Courtèssyscalls: Add 'mount-points'.
2014-09-22 Ludovic CourtèsMerge branch 'core-updates'
2014-09-22 Ludovic Courtèssyscalls: Adjust /proc/net/dev parser for old kernels.
2014-09-18 Ludovic Courtèssyscalls: Add 'swapon' and 'swapoff'.
2014-09-14 Ludovic Courtèssyscalls: Add 'all-network-interfaces'.
2014-09-14 Ludovic Courtèssyscalls: Add 'network-interface-flags'.
2014-09-14 Ludovic Courtèssyscalls: Add 'network-interfaces'.
2014-05-27 Ludovic CourtèsMerge branch 'master' into core-updates
2014-05-14 Ludovic Courtèssyscalls: Add 'processes' to list all the live processes.
2014-05-10 Ludovic CourtèsAdd (guix build syscalls).