- Oct 30, 2020
-
-
bors authored
Update GHA Ubuntu version to 20.04
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
bors authored
Add more TCP options for solaris systems. This adds the `TCP_KEEPCNT` and `TCP_KEEPINTVL` tcp values to the libc crate. It also corrects the value of `TCP_KEEPIDLE` for Solaris systems. As seen in the diff, the value is different between illumos and Solaris (as the feature was added after the two code bases forked, and each ended up choosing a different value). Adding these to libc will allow the nix crate to utilize them when used on solarish systems.
-
Jason King authored
-
Jason King authored
-
- Oct 29, 2020
- Oct 28, 2020
- Oct 27, 2020
-
-
Yuki Okushi authored
Disable `sparc-unknown-linux-gnu` for now
-
Yuki Okushi authored
Add dl_iterate_phdr to some BSD OSs Add dl_iterate_phdr for freebsd, openbsd and netbsd: #1066 cc https://github.com/rust-lang/backtrace-rs/issues/325
-
Yuki Okushi authored
-
Lzu Tao authored
* Include some header files * Ingore tests for p_type field of `Elf*_Phdr` because of conflicting with p_type macro from resolve.h
-
Lzu Tao authored
-
Lzu Tao authored
-
Lzu Tao authored
- Oct 25, 2020
-
-
bors authored
Release 0.2.80
-
Yuki Okushi authored
-
bors authored
Allow `deprecated` attribute on `f!` macros to fix dragonfly build Fixes #1957 cc `@nagisa` I think this should resolve the build :)
-
bors authored
Add a deprecation note to `time_t` on musl cc #1848
-
Yuki Okushi authored
-
Yuki Okushi authored
-
bors authored
Revive tests for MIPS64
-
Yuki Okushi authored
This reverts commit 6e719f77.
-
Yuki Okushi authored
This reverts commit 7aa60269.
-
Yuki Okushi authored
-
Yuki Okushi authored
-
- Oct 24, 2020
-
-
bors authored
linux: Add definitions for Multipath TCP The Linux kernel recently gained support for [Multipath TCP](https://en.wikipedia.org/wiki/Multipath_TCP), a protocol which builds upon TCP. This patch adds `IPPROTO_MPTCP` to open new sockets and `TCP_ULP` to query the upper layer protocol of traditional TCP sockets (which is set to `mptcp` for all underlying connections) Source: [tcp: Define IPPROTO_MPTCP](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=faf391c3826cd29feae02078ca2022d2f912f7cc) cc #1896
-
George Hopkins authored
Co-authored-by:
Yuki Okushi <huyuumi.dev@gmail.com>
-
- Oct 23, 2020
-
-
bors authored
Bring the MUSL version of siginfo_t up-to-date. **Background** As far as I can tell, the [current MUSL version of `siginfo_t`](https://git.musl-libc.org/cgit/musl/tree/include/signal.h#n97) includes fields like [`si_pid`](https://git.musl-libc.org/cgit/musl/tree/include/signal.h#n108) and [`si_uid`](https://git.musl-libc.org/cgit/musl/tree/include/signal.h#n109). **Change** This update unifies `siginfo_t` support between GNU and MUSL.
-
bors authored
Unpin the `cc` crate version Fixes #1933
-
brian-cook authored
-
Yuki Okushi authored
-
bors authored
Add constants of socket options Signed-off-by:
Kenta Tada <Kenta.Tada@sony.com>
-
Kenta Tada authored
Signed-off-by:
Kenta Tada <Kenta.Tada@sony.com>
-