- May 26, 2018
-
-
Bastian Köcher authored
The `ifaddrs` interface is available since api version 24 in android. The function signatures are now equal to the standard Linux function signatures.
-
- May 22, 2018
-
- May 10, 2018
-
-
Jason Longshore authored
-
- Apr 23, 2018
-
-
Jake McGinty authored
-
- Apr 17, 2018
-
-
真人 authored
-
- Apr 11, 2018
-
-
Linus Färnstrand authored
-
Mike Hommey authored
-
- Apr 10, 2018
-
-
Mike Hommey authored
`pthread_mutex_t` varies across architectures, in several ways: - endianness alters the ordering of bytes, since the contents of the struct are larger than 8-bit. - its length varies. - the location of the mutex kind (`PTHREAD_MUTEX_RECURSIVE`, `PTHREAD_MUTEX_ERRORCHECK` or `PTHREAD_MUTEX_ADAPTIVE_NP`) varies between 32-bit and 64-bit: On 32-bit architectures, it is preceded by three int/unsigned int, while on 64-bit architectures, it is preceded by four of them. These initializers are only available from <pthread.h> when _GNU_SOURCE is defined. Relax the cfg_if check in ci/style.rs to allow #[cfg(target_endian)] tests.
-
Mike Hommey authored
-
- Apr 08, 2018
-
-
Craig M. Brandenburg authored
-
- Mar 24, 2018
-
-
Andreas Fackler authored
-
- Mar 04, 2018
-
-
Fredrick Brennan authored
-
Fredrick Brennan authored
-
- Mar 03, 2018
-
-
Fredrick Brennan authored
-
Fredrick Brennan authored
-
Fredrick Brennan authored
-
- Feb 25, 2018
-
-
Benjamin Fry authored
-
Linus Färnstrand authored
-
Linus Färnstrand authored
Was able to move some of them up one level so they are valid on more platforms with less duplication
-
Benjamin Fry authored
-
kristopher tate authored
-
kristopher tate authored
-
kristopher tate authored
-
Linus Färnstrand authored
-
- Feb 24, 2018
-
-
Linus Färnstrand authored
-
- Feb 22, 2018
-
-
Linus Färnstrand authored
-
Linus Färnstrand authored
-
Linus Färnstrand authored
-
- Feb 17, 2018
-
-
John Paul Adrian Glaubitz authored
-
- Feb 07, 2018
-
-
luozijun authored
-
- Feb 01, 2018
-
-
gnzlbg authored
-
- Jan 30, 2018
-
-
Linus Färnstrand authored
-
- Jan 26, 2018
-
-
Alex Crichton authored
-
- Jan 22, 2018
-
-
Marco A L Barbosa authored
-
- Jan 19, 2018
-
-
gnzlbg authored
-
- Jan 18, 2018
- Jan 17, 2018
-
-
gnzlbg authored
Closes #901 .
-