- Sep 12, 2016
-
-
Jorge Aparicio authored
and fix the statvfs struct for this target
-
bors authored
aarch64: test against Ubuntu 16.04 also "backport" two glibc fixes: - ipc_perm.mode is c_uint. [commit][1] [discussion][2] - bump SIGSTKSZ to 16384. [commit][3] [discussion][4] so libc-test passes. [1]: https://sourceware.org/git/?p=glibc.git;a=commit;h=5c40c3bab2 [2]: https://www.sourceware.org/ml/libc-alpha/2014-10/msg00446.html [3]: https://sourceware.org/git/?p=glibc.git;a=commit;h=b763f6ae859ecea70a5dacb8ad45c71d5f667e2e [4]: https://sourceware.org/ml/libc-alpha/2015-04/msg00033.html closes #231 r? @alexcrichton
-
- Sep 11, 2016
-
-
bors authored
libc-test: cargo update to pick up the recent changes in the ctest repo. r? @alexcrichton
-
Jorge Aparicio authored
-
Jorge Aparicio authored
also "backport" two glibc fixes: - ipc_perm.mode is c_uint. [commit][1] [discussion][2] - bump SIGSTKSZ to 16384. [commit][3] [discussion][4] so libc-test passes. [1]: https://sourceware.org/git/?p=glibc.git;a=commit;h=5c40c3bab2 [2]: https://www.sourceware.org/ml/libc-alpha/2014-10/msg00446.html [3]: https://sourceware.org/git/?p=glibc.git;a=commit;h=b763f6ae859ecea70a5dacb8ad45c71d5f667e2e [4]: https://sourceware.org/ml/libc-alpha/2015-04/msg00033.html closes #231
-
bors authored
Factor common code out of the bitrig and openbsd modules The new directory structure better reflects the historical relationship of the BSDs, and includes 400 fewer duplicative lines of code.
-
- Sep 10, 2016
-
-
Alan Somers authored
The new directory structure better reflects the historical relationship of the BSDs, and includes 400 fewer duplicative lines of code.
-
- Sep 09, 2016
-
-
bors authored
Diff reduction between OpenBSD and Bitrig Bitrig had a number of errors and omissions. Also, fill out struct glob_t on all BSDs. A follow-up commit will condense OpenBSD/Bitrig common code into a separate file.
-
bors authored
use new openbsd-6.0 qcow2 image this version is using `openbsd-6.0-without-pkgs` image.
-
Sébastien Marie authored
- allow QEMU name to have subdirectory inside (replace `/` by `__` in the filename) - add a new code path for plain qcow2 image (for efficient bandwidth usage, the qcow2 is expected to use compressed qcow2 format) - move freebsd image to explicitly download the gzipped QEMU
-
Sébastien Marie authored
-
Alan Somers authored
Bitrig had a number of errors and omissions. Also, fill out struct glob_t on all BSDs.
-
bors authored
Bump to 0.2.16
-
bors authored
Move kqueue-related definitions from nix to libc This PR moves, as much as possible, kqueue and kevent related definitions from the nix crate to libc. There will be a companion PR to the nix repo.
-
- Sep 08, 2016
-
-
Alex Crichton authored
-
- Sep 07, 2016
-
-
bors authored
Add more s390x definitions This adds more Linux-specific definitions for s390x, to match the defines provided for other Linux targets. Many of these will be required to build std, rustc, and cargo. In addition, this changes the type of sigaction.sa_flags to "int" to match current glibc after this bug fix was applied: https://sourceware.org/bugzilla/show_bug.cgi?id=16713 Some other (cosmetic) changes to bring types in line with the exact types used in the glibc headers (e.g. ino64_t instead of ino_t in statfs64). Signed-off-by:
Ulrich Weigand <ulrich.weigand@de.ibm.com>
-
Ulrich Weigand authored
-
bors authored
Add support for sync_file_range on Linux
-
Chris Kaminski authored
-
Ulrich Weigand authored
This adds more Linux-specific definitions for s390x, to match the defines provided for other Linux targets. Many of these will be required to build std, rustc, and cargo. In addition, this changes the type of sigaction.sa_flags to "int" to match current glibc after this bug fix was applied: https://sourceware.org/bugzilla/show_bug.cgi?id=16713 Some other (cosmetic) changes to bring types in line with the exact types used in the glibc headers (e.g. ino64_t instead of ino_t in statfs64). Signed-off-by:
Ulrich Weigand <ulrich.weigand@de.ibm.com>
-
Alan Somers authored
* Rollback FreeBSD definitions to circa 10.3-RELEASE * Remove EVFILT_SYSCOUNT across the board. It's value is changeable, so it's not safe to define with FFI.
-
Chris Kaminski authored
-
- Sep 06, 2016
-
-
Chris Kaminski authored
-
bors authored
Add prelimenary wasm32 support For the moment there's nothing different about the emscripten libc implementations for asmjs and wasm32.
-
Brian Anderson authored
-
- Sep 04, 2016
-
-
bors authored
mips: add SO_REUSEPORT Which is required to cross compile the net2 crate. Which, in turn, is required to cross compile Cargo. r? @alexcrichton
-
Jorge Aparicio authored
-
- Sep 03, 2016
-
-
bors authored
add support for s390x tested by running libc-test on real s390x hardware. r? @alexcrichton
-
Jorge Aparicio authored
-
Jorge Aparicio authored
-
Jorge Aparicio authored
-
- Sep 02, 2016
-
-
Alan Somers authored
Reported by: Sebastien Marie
-
Alan Somers authored
-
Alan Somers authored
Add definitions for struct kqueue, function kqueue, and for all related #defines for every BSD-derived operating system.
-
- Aug 30, 2016
-
-
bors authored
added getchar and putchar Not sure why they were not in the repo until now, but they are both part of POSIX.1-2008: [getchar](http://pubs.opengroup.org/onlinepubs/9699919799/functions/getchar.html), [putchar](http://pubs.opengroup.org/onlinepubs/9699919799/functions/putchar.html)
-
Philipp Keller authored
-
- Aug 29, 2016
-
-
bors authored
mips64: define SIGSTKSZ r? @alexcrichton
-
Jorge Aparicio authored
-
- Aug 28, 2016
-
-
bors authored
Add CI for mipsel-unknown-linux-musl Download a trunk OpenWRT toolchain and verify bindings against that. Also fixup a few stray errors today
-