- Oct 30, 2020
-
-
Jason King authored
-
Jason King authored
-
- Oct 28, 2020
- Oct 27, 2020
- Oct 25, 2020
-
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
- Oct 24, 2020
-
-
George Hopkins authored
Co-authored-by:
Yuki Okushi <huyuumi.dev@gmail.com>
-
- Oct 23, 2020
-
-
brian-cook authored
-
Kenta Tada authored
Signed-off-by:
Kenta Tada <Kenta.Tada@sony.com>
-
- Oct 21, 2020
-
-
George Hopkins authored
We leave IPPROTO_MAX as is for the time being. However, in recent kernel releases IPPROTO_MAX is actually higher and reflects the addition of IPPROTO_MPTCP.
- Oct 20, 2020
-
-
Fabian Muscariello authored
-
Kenta Tada authored
Signed-off-by:
Kenta Tada <Kenta.Tada@sony.com>
-
Yuki Okushi authored
-
- Oct 19, 2020
-
-
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 16, 2020
-
-
Eduardo Sánchez Muñoz authored
-
- Oct 15, 2020
-
-
rupansh-arch authored
-
rupansh-arch authored
Signed-off-by:
rupansh-arch <rupanshsekar@hotmail.com>
-
Eduardo Sánchez Muñoz authored
-
Eduardo Sánchez Muñoz authored
These trait implementations exposed an unsound API (see https://github.com/rust-lang/libc/issues/1501)
-
Max Blachman authored
-
- Oct 10, 2020
-
-
Robert Collins authored
-
- Oct 07, 2020
-
-
Daniel Brooks authored
-
Andrew Walbran authored
-
- Oct 04, 2020
-
-
Josh Triplett authored
Avoid attempting to enable the static_nobundle feature twice, which results in rustc error E0636.
-
Patrick Mooney authored
-
- Oct 01, 2020
-
-
Alistair Francis authored
Signed-off-by:
Alistair Francis <alistair.francis@wdc.com>
-
Alistair Francis authored
Signed-off-by:
Alistair Francis <alistair.francis@wdc.com>
-
- Sep 30, 2020
-
-
Alistair Francis authored
Signed-off-by:
Alistair Francis <alistair.francis@wdc.com>
-
- Sep 29, 2020
-
-
Andrew Walbran authored
-
- Sep 27, 2020
-
-
John Paul Adrian Glaubitz authored
On sparc-unknown-linux-gnu, char is signed, not unsigned.
-
- Sep 25, 2020
-
-
Bartel Sielski authored
Support was previously added to gnu x86_64 and all musl targets but others were not included because of a roundtrip issue [1]. This commit adds support for the ip_mreqn struct on all Linux GNU targets which did not have the roundtrip issue. [1]: https://github.com/rust-lang/libc/issues/1558 Signed-off-by:
Bartel Sielski <bartel.sielski@gmail.com>
-