index
:
guix.git
master
merge-deploy
wip-deploy
Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
Jakob L. Kreuze
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
guix
/
build
/
syscalls.scm
Age
Commit message (
Expand
)
Author
2016-05-02
syscalls: Implement arrays in 'define-c-struct' and use it.
Ludovic Courtès
2016-04-30
syscalls: 'statfs' explicitly binds 'statfs64'.
Ludovic Courtès
2016-04-30
syscalls: statfs: Add missing 'mount-flags' field of 'struct statfs'.
Ludovic Courtès
2016-04-25
syscalls: 'terminal-columns' catches EINVAL on the TIOCGWINSZ ioctl.
Ludovic Courtès
2016-04-25
syscalls: Add 'statfs'.
Ludovic Courtès
2016-04-25
syscalls: 'define-c-struct' computes the struct size.
Ludovic Courtès
2016-04-25
syscalls: Second argument of packed-struct read is now optional.
Ludovic Courtès
2016-04-25
syscalls: Move code around [NFC].
Ludovic Courtès
2016-04-18
syscalls: If a syscall is not available, defer the error.
Mark H Weaver
2016-04-16
syscalls: 'terminal-columns' ignores non-file ports.
Ludovic Courtès
2016-04-15
syscalls: Add TIOCGWINSZ bindings.
Ludovic Courtès
2016-03-25
syscalls: <interface> printer correctly handles lack of sockaddr.
Ludovic Courtès
2016-02-03
syscalls: 'all-network-interface-names' accepts non-alphanumeric characters.
Ludovic Courtès
2015-10-17
syscalls: Fix ABI mismatch for 'clone'.
Ludovic Courtès
2015-09-07
build: container: Use the same clone flags as fork(3).
David Thompson
2015-09-05
build: syscalls: Properly handle clone errors.
David Thompson
2015-08-17
syscalls: setns: Skip binding if there is no such C function.
David Thompson
2015-07-25
syscalls: Add 'network-interfaces', which wraps libc's 'getifaddrs'.
Ludovic Courtès
2015-07-25
syscalls: 'define-c-struct' properly align reads.
Ludovic Courtès
2015-07-25
syscalls: 'read-socket-address' gracefully handles unsupported families.
Ludovic Courtès
2015-07-25
syscalls: 'define-c-struct' distinguishes pointers from integers.
Ludovic Courtès
2015-07-25
syscalls: Rename 'network-interfaces' and 'all-network-interfaces'.
Ludovic Courtès
2015-07-17
syscalls: Struct deserializer can now return arbitrary objects.
Ludovic Courtès
2015-07-07
build: syscalls: Add pivot-root.
David Thompson
2015-07-07
build: syscalls: Add setns.
David Thompson
2015-07-07
build: syscalls: Add clone.
David Thompson
2015-07-07
build: syscalls: Add mkdtemp!
David Thompson
2015-07-07
build: syscalls: Add unmount flags.
David Thompson
2015-07-07
build: syscalls: Add additional mount flags.
David Thompson
2015-05-22
services: swap: Use 'restart-on-EINTR'.
Ludovic Courtès
2015-05-22
syscalls: Add 'restart-on-EINTR'.
Ludovic Courtès
2015-05-17
syscalls: Add 'set-network-interface-up'.
Ludovic Courtès
2015-01-05
linux-boot: Make /etc/mtab a symlink to /proc/self/mounts.
宋文武
2014-12-19
syscalls: Add more procedures for network interfaces.
Ludovic Courtès
2014-11-14
syscalls: Update /etc/mtab, not /etc/fstab.
Ludovic Courtès
2014-11-10
syscalls: Add 'mount-points'.
Ludovic Courtès
2014-09-22
syscalls: Adjust /proc/net/dev parser for old kernels.
Ludovic Courtès
2014-09-18
syscalls: Add 'swapon' and 'swapoff'.
Ludovic Courtès
2014-09-14
syscalls: Add 'all-network-interfaces'.
Ludovic Courtès
2014-09-14
syscalls: Add 'network-interface-flags'.
Ludovic Courtès
2014-09-14
syscalls: Add 'network-interfaces'.
Ludovic Courtès
2014-05-14
syscalls: Add 'processes' to list all the live processes.
Ludovic Courtès
2014-05-10
Add (guix build syscalls).
Ludovic Courtès
[prev]
© 2015 - 2026 Jakob L. Kreuze