- Jun 24, 2018
-
-
Jeremy Soller authored
Revert openlibm install script See merge request redox-os/relibc!143
-
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 !141
-
jD91mZM2 authored
-
jD91mZM2 authored
-
- Jun 23, 2018
-
-
Jeremy Soller authored
Reuse musl's setjmp implementation See merge request !139
-
jD91mZM2 authored
-
jD91mZM2 authored
-
Jeremy Soller authored
Install openlibm from Makefile See merge request !138
-
jD91mZM2 authored
-
jD91mZM2 authored
-
- Jun 22, 2018
-
-
jD91mZM2 authored
-
Jeremy Soller authored
Fix undefined behavior See merge request !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 !135
-
jD91mZM2 authored
-
jD91mZM2 authored
-
- Jun 21, 2018
-
-
Jeremy Soller authored
Add scanf See merge request !134
-
jD91mZM2 authored
-
jD91mZM2 authored
-
- Jun 20, 2018
-
-
Jeremy Soller authored
sys_wait: implement C macros properly See merge request !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 !132
-
Jasen Borisov authored
-
Jeremy Soller authored
Add `sys_wait` functions (Fixes #81) Closes #81 See merge request !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
-
Jeremy Soller authored
Make functions taking raw pointer return &'a instead of &'static
-
Jeremy Soller authored
Simplify cstr_from_bytes_with_nul_unchecked()
-