- Dec 25, 2018
-
-
John Paul Adrian Glaubitz authored
These are defined in the fcntl.h glibc header on MIPS systems on Linux but missing in the libc crate, so add them as they are required for the file locking API in rustc.
-
- Dec 17, 2018
-
-
Markus Reiter authored
-
Markus Reiter authored
-
- Dec 15, 2018
-
-
Benjamin Saunders authored
-
Benjamin Saunders authored
-
Benjamin Saunders authored
-
Benjamin Saunders authored
-
Benjamin Saunders authored
-
Benjamin Saunders authored
-
Benjamin Saunders authored
-
- Dec 14, 2018
-
-
Benjamin Saunders authored
-
- Dec 13, 2018
-
-
Tobias Klauser authored
Signed-off-by:
Tobias Klauser <tklauser@distanz.ch>
-
- Dec 08, 2018
-
-
Craig M. Brandenburg authored
-
Jon Magnuson authored
-
- Dec 06, 2018
-
-
M Farkas-Dyck authored
-
- Dec 05, 2018
-
-
Jonathan A. Kollasch authored
-
xd009642 authored
-
A. Wilcox authored
Discovered while debugging: djg/audioipc-2#52
-
- 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>
-
M Farkas-Dyck authored
-
- 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 22, 2018
-
-
gnzlbg authored
Closes #1060 .
-
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
-