- Apr 14, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Apr 13, 2019
-
-
Jeremy Soller authored
-
- Apr 12, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- 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.
-