summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #1474 - lpetre:add_utime_constants, r=gnzlbg0.2.63bors2019-08-207-0/+20
|\
| * Fix style error in wasi.rsLuke Petre2019-08-181-1/+0
| * Adding OpenBSD as per request, verified here: https://github.com/openbsd/src/...Luke Petre2019-08-171-0/+3
| * Adding UTIME_NOW and UTIME_OMIT to OSes which support utimensatLuke Petre2019-08-176-0/+18
* | Auto merge of #1473 - Wind-River:master, r=gnzlbgbors2019-08-201-155/+10
|\ \
| * \ Merge pull request #2 from Wind-River/bpang-issue1469Baoshan2019-08-171-2/+0
| |\ \
| | * | remove spurious extra lineBaoshan Pang2019-08-161-2/+0
| * | | Merge pull request #1 from Wind-River/bpang-issue1469Baoshan2019-08-152-156/+13
| |\ \ \ | | |/ /
| | * | 1. adding randBytes(), randABytes(), randUBytes(), randSecure() and taskDelay()Baoshan Pang2019-08-152-156/+13
| |/ /
* | | Auto merge of #1481 - FenrirWolf:newlib-socket-fix, r=gnzlbgbors2019-08-203-25/+58
|\ \ \
| * | | Define newlib socket types by target archFenrirWolf2019-08-183-25/+58
* | | | Auto merge of #1482 - semarie:bpf-openbsd, r=gnzlbgbors2019-08-186-5/+21
|\ \ \ \
| * | | | adapt ioctl() BPF for OpenBSDSébastien Marie2019-08-186-5/+21
|/ / / /
* | | | Auto merge of #1472 - josephlr:fus, r=gnzlbgbors2019-08-171-190/+0
|\ \ \ \
| * | | | Remove invalid Fuchsia functionsJoe Richey2019-08-151-190/+0
* | | | | Auto merge of #1471 - AdminXVII:redox-termios, r=gnzlbgbors2019-08-171-3/+118
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add termios support for redoxXavier L'Heureux2019-08-151-3/+118
* | | | | Auto merge of #1449 - xen0n:mips64-musl-targets, r=gnzlbgbors2019-08-1711-201/+1284
|\ \ \ \ \
| * | | | | Bump version to 0.2.63Wang Xuerui2019-08-171-1/+1
| * | | | | ci: Add mips64(el)-unknown-linux-muslabi64 as initially no_core targetsWang Xuerui2019-08-174-0/+46
| * | | | | Add mips64 musl supportWang Xuerui2019-08-173-0/+757
| * | | | | Reorganize constant declarations to make up space for MIPS64-specific onesWang Xuerui2019-08-174-200/+480
| | |_|_|/ | |/| | |
* | | | | Auto merge of #1448 - equal-l2:bpf-consts, r=gnzlbgbors2019-08-176-0/+38
|\ \ \ \ \
| * | | | | Fix bitness issueequal-l22019-08-165-4/+13
| * | | | | Add ioctl() constants for BPFequal-l22019-08-164-0/+29
| | |_|/ / | |/| | |
* | | | | Auto merge of #1477 - leo60228:newlib-freebsd-sockets, r=gnzlbgbors2019-08-171-11/+9
|\ \ \ \ \
| * | | | | Update socket types to freebsdleo602282019-08-161-11/+9
| | |/ / / | |/| | |
* | | | | Auto merge of #1480 - gnzlbg:fix_build2, r=gnzlbgbors2019-08-172-4/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Formattinggnzlbg2019-08-171-1/+4
| * | | | Rename armv7-wrs-vxworks targetgnzlbg2019-08-172-4/+5
|/ / / /
* | | | Auto merge of #1475 - gnzlbg:fix_build, r=gnzlbgbors2019-08-163-5/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Do not deny warnings by default.gnzlbg2019-08-163-5/+11
|/ / /
* | | Auto merge of #1470 - semarie:openbsd-sparc64, r=gnzlbgbors2019-08-155-2/+20
|\ \ \ | |/ / |/| |
| * | openbsd: add sparc64 supportSébastien Marie2019-08-152-0/+11
| * | openbsd: introduce _MAX_PAGE_SHIFT to compute PTHREAD_STACK_MIN, MINSIGSTKSZ,...Sébastien Marie2019-08-154-2/+9
|/ /
* | Auto merge of #1467 - gnzlbg:fix_freebsd, r=gnzlbg0.2.62bors2019-08-158-19/+26
|\ \
| * | Always pass freebsd11 - otherwise cross-compiling to FreeBSD failsgnzlbg2019-08-151-8/+1
| * | Update minor patch version to 0.2.62gnzlbg2019-08-141-1/+1
| * | Set up RUSTDOCFLAGS for building libcgnzlbg2019-08-141-0/+3
| * | Remove catch all for FreeBSD11gnzlbg2019-08-141-1/+3
| * | Test ABI without LIBC_CI on all supported FreeBSD versionsgnzlbg2019-08-141-15/+2
| * | Add a build task for FreeBSD11 without LIBC_CIgnzlbg2019-08-144-9/+23
| * | Fix FreeBSD buildgnzlbg2019-08-141-9/+17
|/ /
* | Auto merge of #1445 - atouchet:links, r=gnzlbgbors2019-08-131-2/+2
|\ \ | |/ |/|
| * Switch to AzureAlex Touchet2019-08-131-1/+1
| * Update linksAlex Touchet2019-07-281-2/+2
* | Auto merge of #1464 - gnzlbg:azure_nitpicks, r=gnzlbg0.2.61bors2019-08-121-2/+2
|\ \
| * | Update README Azure badge to rust-lang2 orggnzlbg2019-08-121-2/+2
* | | Auto merge of #1458 - jackpot51:patch-1, r=gnzlbgbors2019-08-121-1/+1
|\ \ \ | |/ / |/| |
| * | Bump version to 0.2.61Jeremy Soller2019-08-061-1/+1
| |/