- Nov 10, 2018
-
-
gnzlbg authored
-
- Nov 02, 2018
-
-
Jonathan A. Kollasch authored
- extattr_namespace_to_string() - extattr_string_to_namespace()
-
- Nov 01, 2018
-
-
Samuel Holland authored
These are used by the flock wrapper in rustc_data_structures. The constants were already present in x86_64-linux-gnu and BSD (since 4928bd98).
-
- Oct 31, 2018
-
-
Jonathan A. Kollasch authored
-
- Oct 30, 2018
-
-
Alan Somers authored
Also, alphabetize this section, since I'm merging two sections anyway. Fixes #1113
-
Jonathan A. Kollasch authored
-
Alan Somers authored
DragonflyBSD does define 3 of these 14 functions. But I elected not to add it to the PR because I can't find any evidence that these syscalls are used on Dragonfly, even in the base system. And by themselves, those three are insufficient for the xattr crate.
-
Jonathan A. Kollasch authored
-
Jonathan A. Kollasch authored
-
Jonathan A. Kollasch authored
-
- Oct 29, 2018
-
-
gnzlbg authored
-
- Oct 28, 2018
-
-
Jonathan A. Kollasch authored
Also while here: fix powerpc64, mips, and mips64 pthread types. These targets are not yet fully/correctly implemented in rust-libc however.
-
- Oct 26, 2018
-
-
A. Wilcox authored
Last commit fixed the function definition but not the constants. Oops.
-
- Oct 19, 2018
-
-
Koutheir Attouchi authored
-
Andrew Tunnell-Jones authored
-
- Oct 18, 2018
-
-
A. Wilcox authored
-
Sylwester Rąpała authored
-
- Oct 17, 2018
-
-
Sylwester Rąpała authored
-
Julio Merino authored
-
- Oct 16, 2018
-
-
Sylwester Rąpała authored
-
- Oct 15, 2018
-
-
Josh Abraham authored
-
- Oct 14, 2018
-
-
Josh Abraham authored
-
- Oct 08, 2018
- Oct 06, 2018
-
-
xd009642 authored
* Added ptrace and constants for all freebsdlike and netbsdlike OSs
-
- Oct 05, 2018
- Oct 04, 2018
-
-
Isaac Woods authored
-
- Oct 02, 2018
-
-
m-hilgendorf authored
Provide a symbol for the `ftok` function declared in sys/ipc.h, for completeness and to allow calling `ftok` to generate the key value for `shmat`.
-
Jeremy Larkin authored
-
Jeremy Larkin authored
For range-based locking POSIX fcntl locks are needed. This adds the constants F_RDLCK, F_UNLCK, and F_WRLCK for FreeBSD, NetBSD, OpenBSD, DragonFlyBSD, and macOS/iOS. Fortunately these values are defined the same across these platforms.
-
- Sep 25, 2018
-
-
Julio Merino authored
-
Julio Merino authored
-
- Sep 21, 2018
-
-
Daniel Verkamp authored
These are necessary for large file support on 32-bit platforms, following the same pattern as 74825222 ("Add bindings for -D_FILE_OFFSET_BITS=64"). Signed-off-by:
Daniel Verkamp <dverkamp@chromium.org>
-
- Sep 18, 2018
-
-
Isaac Woods authored
-
- Sep 10, 2018
-
-
Johannes Lundberg authored
-
- Sep 08, 2018