- Apr 07, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Apr 05, 2019
-
-
Jeremy Soller authored
-
- Apr 02, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Mar 31, 2019
-
-
Jeremy Soller authored
-
- Mar 30, 2019
-
-
Jeremy Soller authored
-
- Mar 28, 2019
-
-
jD91mZM2 authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Mar 25, 2019
-
-
Jeremy Soller authored
Fix usleep Closes #144 See merge request redox-os/relibc!204
-
Mateusz Mikuła authored
-
- Mar 17, 2019
-
-
Jeremy Soller authored
Support use of new cross compiler See merge request redox-os/relibc!203
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Mar 05, 2019
-
-
Jeremy Soller authored
Fix conditional compilation of sys/mman.h See merge request redox-os/relibc!201
-
- Mar 04, 2019
-
-
jD91mZM2 authored
Aarch64 prep redux See merge request redox-os/relibc!202
-
- Mar 03, 2019
-
-
Robin Randhawa authored
Without this the relibc tests would break. With this the relibc tests pass and formerly breaking builds (such as uutils -> onig_sys) pass.
-
Robin Randhawa authored
Typically with libc implementations, wchar_t and co are either defined entirely by the libc or, under libc's arrangement, by headers supplied by the compiler. Things like dlmalloc in relibc need these definitions from relibc itself and that's already already furnished by relibc's stddef.h. These additional definitions here are redundant and collide with compiler headers - for example: onig_sys (something that uutils depends on) breaks. Instead, this patch makes the compiler headers define things appropriately.
-
Robin Randhawa authored
For AArch64, the ring crate depends on the presence of this header and a definition of getauxval.
-
Robin Randhawa authored
The pre-index operator ('!') was missing at the end of the stp instruction. As a result, the stack pointer wasn't updated after the store of the 64-bit pair and the stored values were basically lost when follow on code used the stack for later store ops.
-
Angelo Bulfone authored
-
jD91mZM2 authored
tests: Macro based error handling See merge request redox-os/relibc!195
-
- Feb 28, 2019
-
-
jD91mZM2 authored
Implement swab See merge request redox-os/relibc!187
-
jD91mZM2 authored
implements wcsrchr from wchar.h See merge request redox-os/relibc!197
-
jD91mZM2 authored
add calloc integer overflow check See merge request redox-os/relibc!188
-
jD91mZM2 authored
Change LONG_BIT definition, fixes #148 Closes #148 See merge request redox-os/relibc!198
-
Paul Sajna authored
-
- Feb 25, 2019
-
-
Emma Turner authored
-
Nagy Tibor authored
-