- 08 Aug, 2020 1 commit
-
-
George Matsumura authored
This corrects a mistake in the finite math functions in which it was asserted that the return values had to be infinite, instead of the intended behavior of asserting that they were not infinite. Signed-off-by:
George Matsumura <gmmatsumura01@bvsd.org>
-
- 06 Jul, 2020 6 commits
-
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
Newer releases of Chromium directly execv /proc/self/exe, missing our readlink(3) interposing. We go ahead and interpose all three execv* functions just to ensure wider compatibility.
-
A. Wilcox authored
The assertion should be that the return value was 0. Additionally, show the result code if the return value is not 0.
-
- 30 Mar, 2020 1 commit
-
-
A. Wilcox authored
-
- 10 Nov, 2019 2 commits
-
-
q66 authored
This is necessary because the musl and glibc function signatures differ significantly.
- 02 Jun, 2019 1 commit
-
-
A. Wilcox authored
-
- 09 May, 2019 5 commits
- 08 May, 2019 1 commit
-
-
A. Wilcox authored
-
- 03 May, 2019 2 commits
- 02 May, 2019 1 commit
-
-
A. Wilcox authored
-
- 29 Apr, 2019 17 commits
-
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
- 08 Apr, 2019 1 commit
-
-
A. Wilcox authored
-
- 19 Feb, 2019 2 commits
-
-
A. Wilcox authored
pthread: Fix pthread_getname_np Remove the trailing newline, and ensure the string returned is always null-terminated. Signed-off-by:
Samuel Holland <samuel@sholland.org> See merge request !5
-
Samuel Holland authored
Remove the trailing newline, and ensure the string returned is always null-terminated. Signed-off-by:
Samuel Holland <samuel@sholland.org>
-