summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Auto merge of #1299 - leo60228:master, r=gnzlbg0.2.50bors2019-03-051-1/+1
|\ | | | | | | | | | | Bump to 0.2.50 I'm using libnx-rs too, and it'd be nice to have #1278 in a release.
| * Bump libc versionleo602282019-03-041-1/+1
|/
* Auto merge of #1297 - mati865:docker-images-working, r=gnzlbgbors2019-03-0310-11/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade bunch of EOL docker images to Ubuntu 18.04 When upgrading other Dockerfiles (not modified in this PR) they fail with different errors: https://travis-ci.com/mati865/libc/jobs/181623075 https://travis-ci.com/mati865/libc/jobs/181623059 https://travis-ci.com/mati865/libc/jobs/181623067 I think it's because of these 2 commits in glibc: https://sourceware.org/git/?p=glibc.git;a=commit;h=b05cb613e7ae507680c8d914b3e788eea782c0d6 https://sourceware.org/git/?p=glibc.git;a=commit;h=2dba5ce7b8115d6a2789bf279892263621088e74 I have no idea how to fix them so leaving it for somebody who knows what to do.
| * Bump NFT_*_MAXNAMELEN to 256 for PPCMateusz Mikuła2019-03-031-2/+1
| |
| * Upgrade bunch of EOL docker images to Ubuntu 18.04Mateusz Mikuła2019-03-039-9/+10
| |
* | Auto merge of #1296 - gnzlbg:build_uclib, r=gnzlbgbors2019-03-036-106/+134
|\ \ | | | | | | | | | Check that more targets build
| * | Fix uclibc l4regnzlbg2019-03-034-63/+74
| | |
| * | Fix uclibc build errorsgnzlbg2019-03-032-44/+53
| | |
| * | Check that more targets buildgnzlbg2019-03-031-4/+12
|/ /
* | Auto merge of #1292 - hermitcore:master, r=gnzlbgbors2019-03-036-61/+412
|\ \ | | | | | | | | | | | | | | | add HermitCore support even if it doesn't have a UNIX interface Currently, we redefine the interface between the HermitCore kernel (https://hermitcore.org) and Rust’s standard library. In the future, it will not depend on a POSIX-compatible C library. Consequently, we add the support of HermitCore if the "unix" environment isn’t set. It will be great to integrate this patch because it would simplify our development. The classical interface is still supported and part of the subdirectory "unix".
| * | remove obsolete definition of gid_t and uid_tStefan Lankes2019-03-031-2/+0
| | |
| * | remove unused variablesStefan Lankes2019-03-031-4/+2
| | |
| * | add missing debug trait for sockaddr_storageStefan Lankes2019-03-031-3/+43
| | |
| * | add missing traits like DebugStefan Lankes2019-03-031-59/+280
| | |
| * | allowd unused types ggid_t and uuid_tStefan Lankes2019-03-031-0/+2
| | |
| * | add target "hermit" to build.shStefan Lankes2019-03-031-0/+2
| | |
| * | remove redefinition of c_char and w_char, remove typoStefan Lankes2019-03-022-3/+1
| | |
| * | Merge remote-tracking branch 'rustlang/master'Stefan Lankes2019-03-0273-1793/+5331
| |\ \
| * | | add HermitCore support even if it doesn't have a UNIX interfaceStefan Lankes2019-03-024-0/+92
| | | |
* | | | Auto merge of #1293 - humenda:master, r=gnzlbgbors2019-03-033-13/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86_64-uclibc-l4re: fix syntax error + linter issues - fix syntax error in expand_align macro - fix errors due to doubly defined symbols / functions for x86_64-uclibc
| * | | | fix style issueSebastian Humenda2019-03-022-2/+1
| | | | |
| * | | | x86_64-uclibc-l4re: fix syntax error + linter issuesSebastian Humenda2019-03-022-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix syntax error in expand_align macro - fix errors due to doubly defined symbols / functions for x86_64-uclibc
* | | | | Auto merge of #1295 - semarie:openbsd-vm_size_t, r=gnzlbgbors2019-03-034-1/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vm_size_t does not exist on OpenBSD and Bitrig unbreak openbsd and bitrig after #1294 r? @gnzlbg
| * | | | | vm_size_t does not exist on OpenBSDSébastien Marie2019-03-034-1/+3
|/ / / / /
* | | | | Auto merge of #1294 - GuillaumeGomez:vm-size-t, r=gnzlbgbors2019-03-031-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | Add vm_size_t
| * | | | Add vm_size_tGuillaume Gomez2019-03-031-0/+1
|/ / / /
* | | | Auto merge of #1291 - semarie:openbsd-pthread-stack-min, r=gnzlbgbors2019-03-024-3/+3
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | adjust PTHREAD_STACK_MIN to current value on OpenBSD adjust `PTHREAD_STACK_MIN` to current value on OpenBSD, and while here, generate the right file in test_openbsd() I should say that I am a bit disappointed. If I didn't miss anything, the related change for `PTHREAD_STACK_MIN` is near to one year old. And clearly with the name error in `test_openbsd()` something wasn't clean.
| * | | adjust PTHREAD_STACK_MIN to current value on OpenBSDSébastien Marie2019-03-024-3/+3
| | | | | | | | | | | | | | | | while here, generate the right file in test_openbsd()
* | | | Auto merge of #1290 - gnzlbg:doc_link, r=gnzlbgbors2019-03-021-0/+4
|\ \ \ \ | |/ / / |/| | | | | | | Link docs for other platforms in docs.rs
| * | | Link docs for other platforms in docs.rsgnzlbg2019-03-021-0/+4
| | | |
* | | | Auto merge of #1154 - gnzlbg:semverver2, r=gnzlbgbors2019-03-022-0/+82
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Verify that only non-technical breaking changes are applied to libc Closes #270 . cc @alexcrichton so this would be a solution to #270 that uses rust-semverver to check that the API of `libc` contains only non-technical breaking changes. This is a WIP and uses a fork of `rust-semverver` for now, but I've sent PRs upstream already. This is the only idea I have for solving #270 . `rust-semverver` is not perfect, but it can deal with functions, consts, and simple structs just fine, and that's pretty much everything that libc uses. cc @ibabushkin Some other notes: * we have to compile `rust-semverver` for each toolchain version, and it depends on `cargo` so we have to build ~160 dependencies. Using `cache: cargo` breaks everything.
| * | | | Use semverver upstreamgnzlbg2019-03-011-8/+2
| | | | |
| * | | | Allow the Semver jobs to failgnzlbg2019-02-261-2/+4
| | | | |
| * | | | Test semver for all normal targetsgnzlbg2019-02-262-7/+86
| | | | |
| * | | | Verify that only non-technical breaking changes are applied to libcgnzlbg2019-02-261-0/+7
| |/ / / | | | | | | | | | | | | Closes #270 .
* | | | Auto merge of #1288 - red75prime:pr-uclibc-arm, r=gnzlbgbors2019-03-014-0/+713
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | Add arm-uclibc definitions I used `buildroot-2017.05` to build armv7 cross compiler, `uclibc-1.0.24` and `libc-test`. I've executed `libc-test` on armv7-based SoC, using modified `libc-test` to account for the environment. Modified libc-test is not included in this PR because it is too dependent on cross compilation and execution environment.
| * | | Fix stylered75prime2019-02-281-195/+194
| | | |
| * | | Fix formattingred75prime2019-02-281-9/+9
| | | |
| * | | Add arm-uclibc definitionsred75prime2019-02-284-0/+714
| | | |
* | | | Auto merge of #1287 - red75prime:pr-uclibc-mips32-align, r=gnzlbgbors2019-02-281-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | Fix typo in `sem_t` alignment for mips32-uclibc
| * | | Fix typo in `sem_t` alignmentred75prime2019-02-281-1/+1
| |/ /
* | | Auto merge of #1281 - semarie:openbsd-test, r=gnzlbgbors2019-02-241-0/+145
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanup libc-test for OpenBSD here a cleanup for libc-test for OpenBSD Some elements (compat for old and now unsupported OpenBSD versions) could be removed, but I think it is better to address them after this PR is merged. the testsuite for OpenBSD still pass with it (well, with #1280) r? @gnzlbg
| * | | cleanup libc-test for OpenBSDSébastien Marie2019-02-241-0/+145
| | | |
* | | | Auto merge of #1280 - semarie:openbsd-glob_t, r=gnzlbgbors2019-02-243-15/+30
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openbsd: glob_t recently changed to conform posix (use size_t) on openbsd, upcoming stable version have changed glob_t definition to follow posix definition (using `size_t` instead of `int` on some fields) the change preserves bitrig definition r? @gnzlbg
| * | | | glob_t recently changed to conform posix (use size_t)Sébastien Marie2019-02-243-15/+30
| | | | |
* | | | | Auto merge of #1279 - gnzlbg:cleanup_redox_cloudabi, r=gnzlbgbors2019-02-241-110/+695
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Clean up Redox, CloudABI, DragonflyBSD, and NetBSD in libc-test/build.rs
| * | | | | Formattinggnzlbg2019-02-241-29/+26
| | | | | |
| * | | | | Cleanup DragonflyBSD in libc-test/build.rsgnzlbg2019-02-241-18/+224
| | | | | |
| * | | | | Cleanup NetBSD logic in libc-test/build.rsgnzlbg2019-02-241-39/+211
| | | | | |
| * | | | | Clean up Redox, Solaris, and CloudABIgnzlbg2019-02-241-49/+259
| | |/ / / | |/| | |