- Apr 30, 2020
-
-
Yuki Okushi authored
-
- Apr 25, 2020
-
-
msizanoen1 authored
-
msizanoen1 authored
-
- Mar 14, 2020
-
-
Yuki Okushi authored
-
- Mar 10, 2020
-
-
Andre Nathan authored
-
- Feb 29, 2020
-
-
Andreas Schwab authored
-
Andreas Schwab authored
-
- Nov 27, 2019
-
-
msizanoen1 authored
-
- Nov 22, 2019
-
-
oxalica authored
-
- Nov 21, 2019
-
-
Elichai Turkel authored
-
- Sep 20, 2019
-
-
gnzlbg authored
-
- Sep 12, 2019
-
-
gnzlbg authored
-
- Jun 07, 2019
-
-
Torbjørn Birch Moltu authored
-
- Jun 06, 2019
- Jun 04, 2019
- Jun 03, 2019
-
-
gnzlbg authored
-
- Jun 02, 2019
-
-
gnzlbg authored
-
- May 29, 2019
-
-
gnzlbg authored
Closes #1094 .
-
- May 27, 2019
-
-
gnzlbg authored
-
- May 16, 2019
-
-
gnzlbg authored
-
- Mar 04, 2019
-
-
Bryant Mairs authored
-
- Nov 22, 2018
-
-
Gerd Zellweger authored
This used to be defined multiple times in different (but not all) architectures. Moving it to general linux module since it's an architecture independent feature.
-
- Nov 01, 2018
-
-
Samuel Holland authored
These are used by the flock wrapper in rustc_data_structures. The constants were already present in x86_64-linux-gnu and BSD (since 4928bd98).
-
- Jul 29, 2018
-
-
Linus Färnstrand authored
-
- Apr 11, 2018
-
-
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.
-
- Dec 17, 2017
-
-
kpcyrd authored
-
- Dec 16, 2017
-
-
kpcyrd authored
-
- Oct 31, 2017
-
-
Marco A L Barbosa authored
-
- Oct 27, 2017
-
-
Marco A L Barbosa authored
-
- Oct 20, 2017
-
-
Nicolas Dusart authored
-
- Oct 19, 2017
-
-
Bryant Mairs authored
Note that termios2 doesn't exist on powerpc(64), termios is used instead.
-
Bryant Mairs authored
-
- Oct 18, 2017
-
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-