- Aug 31, 2020
-
-
alindima authored
-
- Aug 24, 2020
-
-
Yuki Okushi authored
Haiku: add [get/set]priority()
-
- Aug 22, 2020
-
-
Niels Sascha Reedijk authored
These methods were added in Haiku R1 beta 2.
-
Yuki Okushi authored
Update Windows Server and Visual Studio versions to 2019
-
Yuki Okushi authored
Added clock_getcpuclockid to more targets
-
Daniil Bondarev authored
Previously clock_getcpuclockid was enabled only on linux, with this change it is enabled on all linux_like and freebsdlike.
-
- Aug 21, 2020
-
-
Yuki Okushi authored
-
Yuki Okushi authored
Clarify the use of external Docker image
-
Yuki Okushi authored
-
- Aug 20, 2020
-
-
Yuki Okushi authored
Update emsdk to 1.39.20
-
Yuki Okushi authored
-
Yuki Okushi authored
Bump up to 0.2.76
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Josh Triplett authored
-
Josh Triplett authored
Let's prevent this from happening again.
-
Josh Triplett authored
-
Yuki Okushi authored
libc 0.2.75
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Jed Brown authored
Skip test on aarch64 due to https://github.com/rust-lang/libc/issues/1765
-
- Aug 19, 2020
-
-
Yuki Okushi authored
PSP: A few corrections to types and function signatures
-
Yuki Okushi authored
Add ucontext_t for aarch64-unknown-linux-musl
-
Paul Sajna authored
-
Isaac Freund authored
-
Yuki Okushi authored
Move `x86_64-unknown-cloudabi` to tier 3 check
-
Josh Triplett authored
-
Yuki Okushi authored
-
- Aug 18, 2020
-
-
Yuki Okushi authored
-
Josh Triplett authored
Linux defines a waitid type `P_PIDFD`, for use with process file descriptors (`pidfd`). Add that constant. In libc-test, add linux/wait.h to the Linux-specific and Android-specific headers, to get the definition. Exclude it on Android and musl for now, though, as the versions in CI don't have it yet.
-
- Aug 16, 2020
-
-
Yuki Okushi authored
-
Fredrik Fornwall authored
-
- Aug 14, 2020
-
-
Yuki Okushi authored
-
- Aug 13, 2020
-
-
Yuki Okushi authored
Add execl* functions on Windows
-
- Aug 12, 2020
-
-
Basix authored
-
Fredrik Fornwall authored
-
- Aug 11, 2020
-
-
Yuki Okushi authored
Expose si_pid and si_uid from siginfo_t as functions
-
Yuki Okushi authored
Add CLD_ constants
-
Josh Triplett authored
On Linux, `sys/wait.h` defines a `W_STOPCODE` macro to construct a stop code from the signal number of a stopping signal. Provide an equivalent function. Suggested-by:
Ivan Tham <pickfire@riseup.net>
-
Josh Triplett authored
The SIGCHLD variant of the siginfo structure also provides fields for user and system time; expose those as well.
-