- Oct 21, 2020
-
- Oct 20, 2020
-
-
Yuki Okushi authored
Disable libc-test for MIPS64 for now
-
Yuki Okushi authored
Include sendfile64() for Linux `sendfile` uses the `off_t` type, which is platform dependent. On 64-bit architectures, I can pass an `off64_t` as the third argument to `libc::sendfile`, but on 32-bit architectures, this does not compile. `sendfile64` on the other hand uses a 64-bit wide offset even on 32-bit architectures, so that `off64_t` can be used. Excerpt from `man 2 sendfile`: > The original Linux sendfile() system call was not designed to handle large file offsets. Consequently, Linux 2.4 added sendfile64(), with a wider type for the offset argument. I hope that supporting Linux versions below 2.4 is not a requirement for libc.
-
Yuki Okushi authored
Add definitions for Linux debug related MAGIC This commit adds definitions for Linux debug related MAGIC to confirm if the filesystem for debug is mounted. Signed-off-by:
Kenta Tada <Kenta.Tada@sony.com>
-
Yuki Okushi authored
-
Fabian Muscariello authored
-
Kenta Tada authored
Signed-off-by:
Kenta Tada <Kenta.Tada@sony.com>
-
bors authored
Revive `sparc-unknown-linux-gnu` CI cc rust-lang/rust#58564
-
Yuki Okushi authored
-
Yuki Okushi authored
- Oct 19, 2020
-
-
bors authored
Add some more targets for build testing - `x86_64-unknown-illumos`: We now have the illumos module and it'd be great if we could test it actually. - `aarch64-apple-darwin`: This target will be used more widely in the future and it should make sense to run CI for it as well.
-
bors authored
Run build test for `x86_64-unknown-redox` Fix #1457
-
bors authored
Android: Add preadv and pwritev. From sys/uio.h. Note that preadv64/pwritev64 are already included in src/unix/linux_like/mod.rs.
-
bors authored
Add freebsd nmount Adding FreeBSD's nmount call to mount devices on filesystems. nmount is preferred over mount.
-
bors authored
Drop FreeBSD 10 and add FreeBSD 13 image on Cirrus CI This should fix our CI.
-
Yuki Okushi authored
-
Andrew Walbran authored
From sys/uio.h. Note that preadv64/pwritev64 are already included in src/unix/linux_like/mod.rs. Also fix parameter names of process_vm_[readv,writev] to match Bionic header.
-
DarcInc authored
-
- Oct 17, 2020
-
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
bors authored
Revive `powerpc-unknown-linux-gnu` CI Fix #1425
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
- Oct 16, 2020
-
-
bors authored
Revive `i686-linux-android` CI Fixes #1765
-
Yuki Okushi authored
-
Yuki Okushi authored
-
bors authored
Fix aarch64-linux-android target CI
-
Yuki Okushi authored
-
Yuki Okushi authored
-
bors authored
Add deprecation notice to `af_alg_iv::as_slice` and trait implementations that depend on it These trait implementations exposed an unsound API (see https://github.com/rust-lang/libc/issues/1501).
-
Eduardo Sánchez Muñoz authored
-
Yuki Okushi authored
-