- Jul 19, 2017
-
-
Guillaume Gomez 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
-
Nicolas Dusart authored
-
- Jul 10, 2017
-
-
bors authored
Add memalign for newlib Newlib doesn't have `posix_memalign`
-
bors authored
add missing socket constants Add some missing socket constants that are hardcoded by `nix` (nix-rust/nix#647) I took the opportunity to merge some constants in a upper module when applicable.
-
Nicolas Dusart authored
-
Fenrir authored
-
- Jul 09, 2017
-
-
bors authored
Add read/write to Redox These functions are required for alloc_system now
-
Jeremy Soller authored
-
bors authored
Various constants for mips64 and s390x Now that these platforms were added to `libc`, we'd like to support them for `nix`. Here's some missing constants for us. We'll see if this passes CI...
-
Bryant Mairs authored
-
- Jul 08, 2017
-
-
Jeremy Soller authored
-
- Jul 07, 2017
-
-
bors authored
Clean up CI configuration and add s390x We can't test s390x because qemu segfaults but we can at least verify that it compiles. Closes #650
-
Alex Crichton authored
We can't test s390x because qemu segfaults but we can at least verify that it compiles. Closes #650
-
bors authored
Bump to 0.2.25 To get newlib bindings (#646) and other stuff on crates.io
-
Fenrir authored
-
bors authored
Remove --privileged from docker Per #43091 r? @alexcrichton
-