- Dec 17, 2018
-
-
Mackenzie Clark authored
separate for gnu and msvc scope resolve c_int these types are not allowed, and more scope resolution use size_t
-
- Dec 13, 2018
-
-
Tobias Klauser authored
Signed-off-by:
Tobias Klauser <tklauser@distanz.ch>
-
- Dec 08, 2018
-
-
Craig M. Brandenburg authored
-
- Dec 04, 2018
-
-
Tobias Klauser authored
-
- Nov 23, 2018
-
-
Tom Parker-Shemilt authored
-
Tom Parker-Shemilt authored
-
- Nov 22, 2018
-
-
Gerd Zellweger authored
Signed-off-by:
Gerd Zellweger <mail@gerdzellweger.com>
-
- Nov 21, 2018
-
-
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
-
- Nov 20, 2018
-
-
Tom Parker-Shemilt authored
-
- Nov 19, 2018
-
-
gnzlbg authored
-
- Nov 07, 2018
-
-
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.
-
- Oct 30, 2018
-
-
Alan Somers authored
-
Alan Somers authored
-
- Sep 13, 2018
-
-
Tobias Bucher authored
-
- Sep 10, 2018
-
-
Johannes Lundberg authored
-
- Sep 08, 2018
-
-
Steven Fackler authored
-
- Sep 05, 2018
-
-
Tobias Bucher authored
There are none of them in `libc` except for `__progname` on Android, but that one cannot be tested because it's not present in any header files.
-
- Sep 03, 2018
-
-
Steven Fackler authored
-
- Aug 01, 2018
-
-
Alex Crichton authored
Looks like Travis has moved on from our old images, so we're forced to update.
-
- Jul 17, 2018
-
-
Pascal Bach authored
-
- Jul 16, 2018
-
-
alesharik authored
-
- Jul 14, 2018
-
-
Sébastien Marie authored
-
- Jul 04, 2018
-
-
Mateusz Mikuła authored
-
- Jun 04, 2018
-
-
Andrew Cann authored
-
- Jun 01, 2018
-
-
Andrew Cann authored
-
- May 31, 2018
-
-
Andrew Cann authored
-
Andrew Cann authored
-
- May 30, 2018
-
-
Andrew Cann authored
-
Andrew Cann authored
-
- May 26, 2018
-
-
Bastian Köcher authored
-
- May 17, 2018
-
-
Andrew Morrow authored
-
- Apr 23, 2018
-
-
Jake McGinty authored
-
- Apr 15, 2018
- Mar 19, 2018
-
-
Sébastien Marie authored
The mmap(2) flag indicate that the mapping is used as a stack. https://man.openbsd.org/mmap.2#MAP_STACK https://marc.info/?l=openbsd-tech&m=152035796722258&w=2
-
- Mar 12, 2018
-
-
Wesley Moore authored
-
- Mar 04, 2018
-
-
Fredrick Brennan authored
-
- Feb 27, 2018
-
-
Bryan Drewery authored
-
- Feb 25, 2018
-
-
Linus Färnstrand authored
Was able to move some of them up one level so they are valid on more platforms with less duplication
-