- Jun 26, 2018
- Jun 25, 2018
-
-
jD91mZM2 authored
-
- Jun 24, 2018
-
-
jD91mZM2 authored
Turns out that this only worked because I didn't clean before rebuilding, so it still had access to the old files. Sorry.
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
Fix openlibm & fenv and add more integer types See merge request redox-os/relibc!141
-
jD91mZM2 authored
-
jD91mZM2 authored
-
- Jun 23, 2018
-
-
Jeremy Soller authored
Reuse musl's setjmp implementation See merge request redox-os/relibc!139
-
jD91mZM2 authored
-
jD91mZM2 authored
-
Jeremy Soller authored
Install openlibm from Makefile See merge request redox-os/relibc!138
-
jD91mZM2 authored
-
jD91mZM2 authored
-
- Jun 22, 2018
-
-
jD91mZM2 authored
-
Jeremy Soller authored
Fix undefined behavior See merge request redox-os/relibc!137
-
jD91mZM2 authored
Transmuting from an immutable to a mutable reference is undefined behavior in Rust, with the exception of UnsafeCell which tells the optimizer to not draw too many conclusions. Sadly UnsafeCell::get cannot yet be used in statics (see https://github.com/rust-lang/rust/issues/51718), so this works around that by making the statics into functions and making C macros to call those.
-
jD91mZM2 authored
-
Jeremy Soller authored
Add empty locale functions See merge request redox-os/relibc!135
-
jD91mZM2 authored
-
jD91mZM2 authored
-
- Jun 21, 2018
-
-
Jeremy Soller authored
Add scanf See merge request redox-os/relibc!134
-
jD91mZM2 authored
-
jD91mZM2 authored
-
- Jun 20, 2018
-
-
Jeremy Soller authored
sys_wait: implement C macros properly See merge request redox-os/relibc!133
-
Jasen Borisov authored
Remove the broken Rust functions and instead provide C macros in a `include/bits` header. The C macros were taken from musl.
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Jun 14, 2018
-
-
Jeremy Soller authored
Fix compilation error in `sys_wait` See merge request redox-os/relibc!132
-
Jasen Borisov authored
-
Jeremy Soller authored
Add `sys_wait` functions (Fixes #81) Closes #81 See merge request redox-os/relibc!131
-
stratact authored
-
- Jun 12, 2018
-
-
Jeremy Soller authored
-
- May 24, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
Update `platform::rawfile`
-
stratact authored
-
stratact authored
-
stratact authored
-