- Apr 11, 2018
-
-
Linus Färnstrand 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
-
-
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
-
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
- Jan 11, 2018
-
-
Kelsey Z authored
Useful when playing around with mounting points, sadly not a common interface
-
- Dec 26, 2017
-
-
luozijun authored
-
- Dec 19, 2017
-
-
Jörg Thalheim authored
-
- Dec 17, 2017
-
-
kpcyrd authored
-
- Dec 16, 2017
-
-
kpcyrd authored
-
- Dec 14, 2017
-
-
luozijun authored
-
- Dec 12, 2017
-
-
Josh Driver authored
-
- Dec 08, 2017
-
-
Bryant Mairs authored
-