- Dec 05, 2018
-
-
xd009642 authored
-
- Dec 04, 2018
-
-
Tobias Klauser authored
-
- Dec 02, 2018
-
-
Levente Kurusa authored
These errno's are defined in <sys/errno.h> on DragonFlyBSD. Signed-off-by:
Levente Kurusa <lkurusa@acm.org>
-
- Dec 01, 2018
-
-
Bryant Mairs authored
-
- Nov 27, 2018
-
-
Sébastien Marie authored
-
Sébastien Marie authored
-
Sébastien Marie authored
-
Fensteer authored
-
gnzlbg authored
-
Gerd Zellweger authored
Signed-off-by:
Gerd Zellweger <gzellweger@vmware.com>
-
- Nov 26, 2018
-
-
Markus Wanner authored
-
- Nov 23, 2018
-
-
Tom Parker-Shemilt authored
-
Tom Parker-Shemilt authored
-
Tom Parker-Shemilt authored
-
Tom Parker-Shemilt authored
-
- Nov 22, 2018
-
-
gnzlbg authored
Closes #1060 .
-
Alex Crichton authored
No longer needed and this is done via other means in upstream rustc
-
Gerd Zellweger authored
-
Gerd Zellweger authored
Signed-off-by:
Gerd Zellweger <mail@gerdzellweger.com>
-
Gerd Zellweger authored
-
Gerd Zellweger authored
This used to be defined multiple times in different (but not all) architectures. Moving it to general linux module since it's an architecture independent feature.
-
- Nov 21, 2018
-
-
Tom Parker-Shemilt authored
-
Alex Crichton authored
This commit prepares the `libc` crate to be included directly into the standard library via crates.io. More details about this can be found on rust-lang/rust#56092, but the main idea is that this crate now depends on core/compiler-builtins explicitly (but off-by-default). The main caveat here is that this activates `no_core` when building as part of libstd, which means that it needs to explicitly have an `iter` and `option` module for the expansion of `for` loops to work.
-
gnzlbg authored
-
Mike Hommey authored
unix::uclibc::mips has both support for mips and mips64, but it's currently only imported for mips.
-
Tom Parker-Shemilt authored
-
Tom Parker-Shemilt authored
-
- Nov 20, 2018
-
-
Tom Parker-Shemilt authored
-
Tom Parker-Shemilt authored
-
Tom Parker-Shemilt authored
-
Tom Parker-Shemilt authored
-
gnzlbg authored
-
gnzlbg authored
-
Alan Somers authored
-
- Nov 19, 2018
-
-
gnzlbg authored
-
- Nov 10, 2018
-
-
gnzlbg authored
-
- Nov 07, 2018
-
-
Stephen Barber authored
Android's NDK typedefs __u64 as unsigned long long.
-
Stephen Barber authored
Linux 4.18 added support for SIGSYS info in signalfd. Add the new fields to signalfd_siginfo. While the kernel has support for these new fields now, no libc has shipped a release with the new signalfd fields.
-
- 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).
-