File tree
16 files changed
+259
-14
lines changed- mk/cfg
- src
- liballoc_jemalloc
- liballoc_system
- libpanic_unwind
- librustc_back/target
- librustc_trans
- libstd
- os/linux
- libunwind
16 files changed
+259
-14
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
| 80 | + | |
| 81 | + | |
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
|
- .travis.yml+13-1
- Cargo.toml+1-1
- appveyor.yml+3-3
- ci/docker/i686-unknown-linux-musl/Dockerfile+13
- ci/docker/mips-unknown-linux-gnu/Dockerfile+5-8
- ci/docker/mipsel-unknown-linux-musl/Dockerfile+14
- ci/docker/powerpc-unknown-linux-gnu/Dockerfile+10
- ci/docker/powerpc64-unknown-linux-gnu/Dockerfile+11
- ci/run.sh+12
- libc-test/Cargo.lock+13-7
- libc-test/Cargo.toml+3
- libc-test/build-generated.rs+1
- libc-test/build.rs+17-1
- libc-test/generate-files/Cargo.lock+1-1
- src/lib.rs+4-1
- src/unix/bsd/apple/mod.rs+44
- src/unix/bsd/freebsdlike/mod.rs+35
- src/unix/bsd/mod.rs+9
- src/unix/bsd/openbsdlike/bitrig.rs+2
- src/unix/bsd/openbsdlike/mod.rs+4-2
- src/unix/bsd/openbsdlike/netbsd.rs+1
- src/unix/bsd/openbsdlike/openbsd.rs+17
- src/unix/mod.rs+17
- src/unix/notbsd/android/b32.rs+4
- src/unix/notbsd/android/b64.rs+4
- src/unix/notbsd/android/mod.rs+110
- src/unix/notbsd/linux/mips.rs+50
- src/unix/notbsd/linux/mips64.rs+218
- src/unix/notbsd/linux/mod.rs+22-14
- src/unix/notbsd/linux/musl/b32/arm.rs+13
- src/unix/notbsd/linux/musl/b32/asmjs.rs+13
- src/unix/notbsd/linux/musl/b32/mips.rs+14-1
- src/unix/notbsd/linux/musl/b32/x86.rs+13
- src/unix/notbsd/linux/musl/b64/aarch64.rs+2
- src/unix/notbsd/linux/musl/b64/mod.rs+13-1
- src/unix/notbsd/linux/musl/b64/powerpc64.rs+2
- src/unix/notbsd/linux/musl/b64/x86_64.rs+2
- src/unix/notbsd/linux/musl/mod.rs+58-10
- src/unix/notbsd/linux/other/b32/arm.rs+128
- src/unix/notbsd/linux/other/b32/mod.rs-24
- src/unix/notbsd/linux/other/b32/powerpc.rs+125
- src/unix/notbsd/linux/other/b32/x86.rs+126
- src/unix/notbsd/linux/other/b64/aarch64.rs+98
- src/unix/notbsd/linux/other/b64/powerpc64.rs+97
- src/unix/notbsd/linux/other/b64/x86_64.rs+98
- src/unix/notbsd/linux/other/mod.rs+63-59
- src/unix/notbsd/mod.rs+35-46
- src/unix/solaris/mod.rs+17-2
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
|
Lines changed: 31 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + |
Lines changed: 31 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + |
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
| 131 | + | |
| 132 | + | |
131 | 133 |
| |
132 | 134 |
| |
133 | 135 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
| |||
501 | 502 |
| |
502 | 503 |
| |
503 | 504 |
| |
| 505 | + | |
504 | 506 |
| |
505 | 507 |
| |
506 | 508 |
| |
|
0 commit comments