summaryrefslogtreecommitdiff
path: root/guix/build/syscalls.scm
AgeCommit message (Expand)Author
2017-01-24syscalls: Export 'read-utmpx'....Ludovic Courtès
2017-01-19syscalls: Add utmpx procedures and data structure....Ludovic Courtès
2017-01-19syscalls: Extract 'bytes->string'....Ludovic Courtès
2017-01-01syscalls: 'terminal-columns' swallows ENOSYS....Ludovic Courtès
2016-11-21syscalls: Add 'add-network-route/gateway' and 'delete-network-route'....Ludovic Courtès
2016-11-21syscalls: Add 'c-struct-field-offset'....Ludovic Courtès
2016-11-17syscalls: 'configure-network-interface' has a #:netmask parameter....Ludovic Courtès
2016-11-16syscalls: Add bindings for SIOCGIFNETMASK and SIOCSIFNETMASK....Ludovic Courtès
2016-11-16syscalls: Use 'define-c-struct' for 'struct ifconf'....Ludovic Courtès
2016-11-16syscalls: C struct writer correctly handles pointer fields....Ludovic Courtès
2016-09-06syscalls: Use #:return-errno? when it is available....Ludovic Courtès
2016-09-05file-systems: Always use (guix build syscalls)....Ludovic Courtès
2016-06-13syscalls: Use 'syscall->procedure' everywhere....Ludovic Courtès
2016-06-13utils: 'with-atomic-file-output' calls 'fdatasync'....Ludovic Courtès
2016-05-06syscalls: Use 'define-c-struct' for 'fcntl-flock'....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-05-02syscalls: Implement arrays in 'define-c-struct' and use it....Ludovic Courtès
2016-04-30syscalls: 'statfs' explicitly binds 'statfs64'....Ludovic Courtès
2016-04-30syscalls: statfs: Add missing 'mount-flags' field of 'struct statfs'....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-25syscalls: 'define-c-struct' computes the struct size....Ludovic Courtès
2016-04-25syscalls: Second argument of packed-struct read is now optional....Ludovic Courtès
2016-04-25syscalls: Move code around [NFC]....Ludovic Courtès
2016-04-18syscalls: If a syscall is not available, defer the error....Mark H Weaver
2016-04-16syscalls: 'terminal-columns' ignores non-file ports....Ludovic Courtès
2016-04-15syscalls: Add TIOCGWINSZ bindings....Ludovic Courtès
2016-03-25syscalls: <interface> printer correctly handles lack of sockaddr....Ludovic Courtès
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