- Jul 22, 2017
-
-
Luca Bruno authored
Add missing fexecve() - execute program specified via file descriptor. Reference: http://pubs.opengroup.org/onlinepubs/9699919799/functions/fexecve.html
-
- Jul 20, 2017
-
-
bors authored
Add signalfd and related to android
-
Bryant Mairs authored
-
bors authored
Add missing flags to Linux and Android
-
Nicolas Dusart authored
-
bors authored
Add all current fallocate flags Also move them to the common Linux module, as they are not platform-specific. See include/uapi/linux/falloc.h.
-
Nicolas Dusart authored
-
- Jul 19, 2017
-
-
Gabriel authored
-
bors authored
Add mac structs With this one, I'll have almost all the structs I need directly in libc. :)
-
Guillaume Gomez authored
-
bors authored
Restore SYS_* constants to the c_long type cc https://github.com/rust-lang/libc/pull/672#issuecomment-316406664
-
Alex Crichton authored
-
Alex Crichton authored
-
Gabriel authored
glibc support is behind, as indicated by https://github.com/karelzak/util-linux/blob/master/sys-utils/fallocate.c
-
Gabriel authored
Also move them to the common Linux module, as they are not platform-specific. See include/uapi/linux/falloc.h.
-
Gabriel authored
-
- Jul 18, 2017
-
-
bors authored
Add syscall table for x86 and x86_64 I'm wondering if we should use `SYS_write` or `__NR_write`. Both are available to C programs.
-
Marcin Mielniczuk authored
There were previous definitions of SYS_gettid and SYS_perf_event_open
-
bors authored
Enable preadv and pwritev on the BSDs
-
Marcin Mielniczuk authored
-
Alan Somers authored
-
Alex Crichton authored
Redox: Use c_long instead of usize for off_t
-
- Jul 17, 2017
-
-
bors authored
Add missing constants for mac I didn't find these constants on other systems than mac so only mac is updated...
-
Ian Douglas Scott authored
-
bors authored
Add execvpe for support *nix platforms
-
Marcin Mielniczuk authored
-
Bryant Mairs authored
-
- Jul 16, 2017
-
-
Guillaume Gomez authored
-
Guillaume Gomez authored
-
bors authored
Add missing if_data and if_msghdr structs
-
- Jul 15, 2017
-
-
Guillaume Gomez authored
-
- Jul 14, 2017
-
-
bors authored
Add more termios s390x constants These are all that remain for nix to compile on s390x.
-
Bryant Mairs authored
These are all that remain for nix to compile on s390x
-
- Jul 13, 2017
-
-
bors authored
Add CMSPAR to linux/mips
-
Bryant Mairs authored
It needs to be skipped during testing because there's no way to include a combination of headers that will expose it without giving a "type has already been defined" error.
-
bors authored
merge poll constants in BSD platforms Sorry for the different PR about the same constants, the miss in the different architectures appeared progressively as I modify nix source to expose the poll function for the different platforms. Hopefully, it should be the last one !
-
Nicolas Dusart authored
-
- Jul 12, 2017
-
-
bors authored
add poll constants to FreeBSD and DragonFly
-
Nicolas Dusart authored
-
bors authored
add poll constants to Android Adding `POLLRDNORM`, `POLLRDBAND`, `POLLWRBAND` and `POLLWRNORM` for Android
-