summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #545 - kamalmarhubi:bump, r=alexcrichton0.2.21bors2017-03-022-3/+3
|\
| * Bump to 0.2.21Kamal Marhubi2017-03-012-3/+3
|/
* Auto merge of #543 - berkowski:socket_constants, r=alexcrichtonbors2017-03-0121-62/+831
|\
| * Added #[doc(hidden)] to AF_MAX, PF_MAX, others.Zac Berkowitz2017-03-014-0/+10
| * Added socket constants for appleZac Berkowitz2017-03-011-10/+116
| * Cleaned up unused socket constants.Zac Berkowitz2017-03-012-41/+0
| * Added many socket-related constants to BSDZac Berkowitz2017-03-016-5/+323
| * Added many socket-related constants to linuxZac Berkowitz2017-03-0114-47/+423
* | Auto merge of #538 - malbarbo:ci-android, r=alexcrichtonbors2017-03-0121-200/+463
|\ \ | |/ |/|
| * Merge branch 'master' into ci-androidMarco A L Barbosa2017-02-271-0/+2
| |\
| * | Fix styleMarco A L Barbosa2017-02-275-5/+10
| * | Fix missing prefix ::Marco A L Barbosa2017-02-274-54/+54
| * | Merge branch 'master' into ci-androidMarco A L Barbosa2017-02-2715-1/+399
| |\ \
| * | | Remove cfg_if from src/unix/mod.rsMarco A L Barbosa2017-02-278-113/+212
| * | | Remove cfg_if from src/unix/notbsd/android/Marco A L Barbosa2017-02-275-69/+69
| * | | Enable travis tests for {i686, aarch64}-linux-androidMarco A L Barbosa2017-02-241-0/+6
| * | | Fix aarch64-linux-android failing testsMarco A L Barbosa2017-02-243-4/+19
| * | | Make libc-tests compile for aarch64-linux-androidMarco A L Barbosa2017-02-245-78/+108
| * | | Fix i686-linux-android failing testsMarco A L Barbosa2017-02-232-6/+25
| * | | Add test support for {aarch64, i686}-linux-androidMarco A L Barbosa2017-02-238-26/+129
* | | | Auto merge of #542 - Susurrus:master, r=alexcrichtonbors2017-02-281-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add OXTABS and ONOEOT for BSD systemsBryant Mairs2017-02-281-0/+2
|/ / /
* | | Auto merge of #541 - Susurrus:more_termios, r=alexcrichtonbors2017-02-272-0/+17
|\ \ \ | |_|/ |/| |
| * | Add cfmakeraw and cfsetspeedBryant Mairs2017-02-272-0/+17
|/ /
* | Auto merge of #537 - Susurrus:master, r=alexcrichtonbors2017-02-242-0/+8
|\ \
| * | Fix path for nfds_tBryant Mairs2017-02-241-1/+1
| * | Expose ppoll on some BSDsBryant Mairs2017-02-241-0/+4
| * | Unify import styleBryant Mairs2017-02-241-3/+2
| * | Only expose ppoll on non-BSD targetsBryant Mairs2017-02-242-6/+5
| * | Fix timeout argument typeBryant Mairs2017-02-231-1/+1
| * | Fix style errorsBryant Mairs2017-02-231-1/+4
| * | Add ppoll() for all unix platforms.Bryant Mairs2017-02-231-0/+3
* | | Auto merge of #530 - berkowski:baud_constants, r=alexcrichtonbors2017-02-2413-1/+388
|\ \ \ | |/ / |/| |
| * | Removed "rpcsvc/rex.h" from `build.rs` for OpenBSDZac Berkowitz2017-02-241-1/+0
| * | Changed CBAUDEX to 0b000020 on ppc and ppc64Zac Berkowitz2017-02-242-2/+2
| * | Changed CBAUDEX to 0o010000 for ppc and ppc64Zac Berkowitz2017-02-242-2/+2
| * | Removed "termios.h" from `build.rs` openbsd case.Zac Berkowitz2017-02-241-1/+0
| * | Removed `BOTHER` const from powerpc and powerpc64Zac Berkowitz2017-02-222-2/+0
| * | Added baud constants for powerpcZac Berkowitz2017-02-212-0/+72
| * | Moved linux baud constants into individual archs.Zac Berkowitz2017-02-218-34/+238
| * | Adding termios.h to openbsd headers.Zac Berkowitz2017-02-201-0/+1
| * | Added baudrate constants.Zac Berkowitz2017-02-204-0/+114
* | | Auto merge of #527 - philippkeller:master, r=alexcrichtonbors2017-02-231-0/+2
|\ \ \ | |_|/ |/| |
| * | Remove duplicate readdir definitionPhilipp Keller2017-02-231-3/+0
| * | Merge branch 'master' of https://github.com/rust-lang/libcPhilipp Keller2017-02-234-3/+54
| |\ \ | |/ / |/| |
* | | Auto merge of #532 - malbarbo:fs2-android, r=alexcrichtonbors2017-02-223-3/+20
|\ \ \
| * | | Add definitions to Android to allow fs2 crate compileMarco A L Barbosa2017-02-213-3/+20
| | |/ | |/|
* | | Auto merge of #533 - raphlinus:master, r=alexcrichtonbors2017-02-222-1/+3
|\ \ \
| * | | Change return type of readdir to *mut ::direntRaph Levien2017-02-211-1/+1
| * | | Make readdir available on all unix targetsRaph Levien2017-02-212-1/+3