- Mar 31, 2016
-
-
bors authored
Bump to 0.2.9
-
Alex Crichton authored
-
- Mar 30, 2016
-
-
bors authored
Swap header/footer... dunno how they got that way? Apparently they were swapped accidentally already! Closes #240
-
- Mar 28, 2016
-
-
Alex Crichton authored
Apparently they were swapped accidentally already! Closes #240
-
- Mar 18, 2016
-
-
bors authored
linux: Add missing Linux-specific fcntls Also move F_DUPFD_CLOEXEC up a level as it is available on Android.
-
Kamal Marhubi authored
Also move F_DUPFD_CLOEXEC up a level as it is available on Android. This commit leaves file sealing related fcntls and bitflag constants out, as they are defined in `linux/fcntl.h` rather than `fcntl.h`. They can be included once an approach for verification has been figured out. See #235 for more detail.
-
- Mar 15, 2016
-
-
bors authored
linux: Move some MS_flags for mount(2) up These flags are available on Android.
-
bors authored
apple: Add TIOC* constants From `sys/ioctl.h`. Extracted on OS X 10.11.3.
-
bors authored
Update winapi
-
Alex Crichton authored
-
- Mar 14, 2016
-
-
Kamal Marhubi authored
These flags are available on Android.
-
Kamal Marhubi authored
They have different types and should be visually separated for ease of reading.
-
- Mar 13, 2016
-
-
bors authored
linux: Move namespace clone flags up one level The flags are available in Android, and should be defined higher up.
-
Kamal Marhubi authored
The flags are available in Android, and should be defined higher up.
-
Martin Wernstål authored
-
Martin Wernstål authored
From sys/ioctl.h
-
- Mar 12, 2016
-
-
bors authored
Pull sockaddr_nl up a layer as it is present for Android The addition of sockaddr_nl seems to be a fairly recent addition to bionic, although it would appear that its lack of presence in previous versions is more of an oversight than anything else. https://github.com/android/platform_bionic/blob/831c8a52498d3c7be204a00847275f6e9163626f/libc/kernel/uapi/linux/netlink.h#L54
-
Paul Osborne authored
The addition of sockaddr_nl seems to be a fairly recent addition to bionic, although it would appear that its lack of presence in previous versions is more of an oversight than anything else. https://github.com/android/platform_bionic/blob/831c8a52498d3c7be204a00847275f6e9163626f/libc/kernel/uapi/linux/netlink.h#L54 This change is motivated by failures to build nix under Android. Signed-off-by:
Paul Osborne <osbpau@gmail.com>
-
- Mar 11, 2016
-
-
bors authored
Make cfg_if uses more explicit and consistent This commit changes most uses of cfg_if as follows: - fallthrough `else` usage is avoided for architecture or OS specific items - a comment is added in the final `else` clause to signal intent someone modifying It is safer to omit items than include ones for the wrong platform or architecture.
-
Kamal Marhubi authored
This commit changes most uses of cfg_if as follows: - fallthrough `else` usage is avoided for architecture or OS specific items - a comment is added in the final `else` clause to signal intent someone modifying It is safer to omit items than include ones for the wrong platform or architecture.
-
bors authored
Fix DragonFly: clock_gettime() expects CLOCK_* constants as ulong. While there add all CLOCK_ constants as found on DragonFly.
-
bors authored
Run CI on all branches Only running them against auto-libc unfortunately means that PRs don't run CI.
-
Alex Crichton authored
Only running them against auto-libc unfortunately means that PRs don't run CI.
-
bors authored
Prep repo to be bors-compatible In... theory this is what we need? Let's try it out.
-
Michael Neumann authored
While there add all CLOCK_ constants as found on DragonFly.
-
Alex Crichton authored
-
Alex Crichton authored
linux: Add SYS_perf_event_open syscall numbers
-
- Mar 10, 2016
-
-
Kamal Marhubi authored
The associated `perf_event_attr` struct is not included as it contains unions and a bitfield making it unrepresentable in Rust. Additionally, it is not entirely stable, and has changed size several times.
-
Kamal Marhubi authored
-
- Mar 09, 2016
-
-
Alex Crichton authored
apple: Add openpty(3) and forkpty(3)
-
Kamal Marhubi authored
-
- Mar 07, 2016
-
-
Alex Crichton authored
Bump to 0.2.8
-
Alex Crichton authored
-
Alex Crichton authored
-
Alex Crichton authored
Add MAP_STACK and MAP_HUGETLB entries to MIPS so that the nix crate can be built
-
Gabriele Svelto authored
-
Alex Crichton authored
Merging more PRs in the queue
-
fpgaminer authored
-