- Jul 23, 2017
-
-
bors authored
unix: add fexecve() Add missing fexecve() - execute program specified via file descriptor. Reference: http://pubs.opengroup.org/onlinepubs/9699919799/functions/fexecve.html
-
- Jul 22, 2017
-
-
bors authored
Add offsets in user_regs_struct from sys/reg.h
-
Luca Bruno authored
Add missing fexecve() - execute program specified via file descriptor. Reference: http://pubs.opengroup.org/onlinepubs/9699919799/functions/fexecve.html
-
Marcin Mielniczuk authored
-
- Jul 21, 2017
-
-
bors authored
Update crate version
-
bors authored
Disable revocation checking temporarily on AppVeyor
-
Marcin Mielniczuk authored
-
Alex Crichton authored
-
Marcin Mielniczuk authored
-
Guillaume Gomez authored
-
Marcin Mielniczuk authored
-
- 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
-