- Oct 30, 2020
-
-
Yuki Okushi 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>
-
- Oct 22, 2020
-
-
bors authored
Add issue templates with new style
-
Yuki Okushi authored
-
- Oct 21, 2020
-
-
bors authored
Add lockf() operations to Android Reference: https://github.com/aosp-mirror/platform_bionic/blob/master/libc/include/bits/lockf.h#L39-L46
-
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
-