- Feb 19, 2019
-
-
vdagonneau authored
-
Vincent Dagonneau authored
Moved inotify_rm_watch out of the generic notbsd target and into specific linux and android targets because the second argument has a different type in android and linux.
-
- Feb 18, 2019
-
-
bors authored
Broader sendmmsg() / recvmmsg() support As a prerequisite for getting `sendmmsg()` / `recvmmsg()` into nix ( https://github.com/nix-rust/nix/pull/1017 ), support for non-linux platforms needs to be added in libc. The initial commits in this PR will just be to test out target support via CI.
-
bors authored
Add IP_ORIGDSTADDR and others on FreeBSD. A follow-up from #1252. CC @asomers. r? @gnzlbg
-
Vincent Dagonneau authored
-
bors authored
Add missing group entry functions for Solaris/Illumos This commit adds definitions for `setgrent`, `endgrent`, and `getgrent` which were missing (but available for FreeBSD and other *nix systems).
-
bors authored
Allow installing rustfmt component to fail
-
gnzlbg authored
-
- Feb 17, 2019
-
-
Nikita Baksalyar authored
This commit adds definitions for setgrent, endgrent, and getgrent which were missing (but available for FreeBSD and other *nix systems).
-
- Feb 13, 2019
-
-
Vitaly _Vi Shukela authored
-
bors authored
Re-enable debug output in dox.sh and remove unused variable in runtest
-
bors authored
Always use the latest ctest
-
gnzlbg authored
-
Vitaly _Vi Shukela authored
A follow-up from #1252. CC @asomers. r? @gnzlbg.
-
bors authored
Temporarily allow Android build jobs to fail These are still too brittle for some reason.
-
bors authored
Clean up documentation generation
-
Vincent Dagonneau authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
bors authored
Add IP[V6]_[RECV]ORIGDSTADDR for Linux and Android
-
- Feb 12, 2019
-
-
gnzlbg authored
-
bors authored
Add support for illumos target This change adds support for an illumos os target to libc. Similar to the BSDs, there is a large deal of overlap (given the common history), so the 'solaris' directory was renamed to 'solarish' (it's the closest thing to an official term to refer to things descending from Solaris as well as Solaris). There were also a number of missing definitions (as well as a couple missing functions) that have proved necessary for building a number of rust programs on illumos or Solaris. Portions contributed by @papertigers .
-
bors authored
Do not allow rustup to fail Currently if rustup fails to download something the build will continue until that something is needed. This makes the job fail early and clearly.
-
Jason King authored
-
Vitaly _Vi Shukela authored
-
Jason King authored
-
Jason King authored
-
- Feb 11, 2019
-
-
Jason King authored
and Solaris-derived distributions (i.e. illumos). In addition, a number of missing definitions (and compatability functions) that have been found necessary to run a number of rust binaries on illumos have been added. Portions were contributed by Mike Zeller <mike@mikezeller.net>
-
- Feb 09, 2019
-
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
bors authored
unbreak openbsd after #1217
-
bors authored
Fix license badge
-
Sébastien Marie authored
-
Arnav Borborah authored
-
- Feb 08, 2019
-
-
David Holroyd authored
-
David Holroyd authored
-
David Holroyd authored
-