- Jul 26, 2018
-
-
jD91mZM2 authored
-
- Jul 25, 2018
-
-
jD91mZM2 authored
-
- Jul 22, 2018
-
-
jD91mZM2 authored
-
- Jul 12, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Jul 08, 2018
-
-
jD91mZM2 authored
-
- Jul 06, 2018
-
-
jD91mZM2 authored
-
- Jul 03, 2018
-
-
jD91mZM2 authored
-
- Jul 01, 2018
-
-
- Jun 30, 2018
- Jun 28, 2018
-
-
- Jun 27, 2018
-
-
jD91mZM2 authored
-
- Jun 26, 2018
- Jun 25, 2018
-
-
jD91mZM2 authored
-
- Jun 24, 2018
- Jun 23, 2018
-
-
jD91mZM2 authored
-
- Jun 22, 2018
-
-
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
-
- Jun 21, 2018
-
-
jD91mZM2 authored
-
- Jun 20, 2018
-
-
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
-
- Mar 28, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
Add mem* functions to stdio Add constant int functions
-
- Mar 26, 2018
-
-
Paul Sajna authored
-
- Mar 15, 2018
-
-
Dan Robertson authored
The sigaction struct should not be a typedef, but the sigset_t struct should be a typedef.
-
- Mar 12, 2018
-
-
Dan Robertson authored
The rusage struct makes use of the timeval structure. Make sure to include sys/time.h so that the type is known. Add SIZE_MAX to stdint.h sys/resource expects the defined structures to not be defined with a typedef.
-
- Mar 11, 2018
-
-
Create stubs for signal.h
-
Paul Sajna authored
-
- Mar 10, 2018
-
-
Dan Robertson authored
Add a crate with stubbed functions for the float.h header.
-
- Update target location of mman.h to sys/mman.h - Add more types to sys/type.h
-
Dan Robertson authored
Add implementations of sprintf and snprintf so that we can get a bit closer to compiling libc-test.
-
- Mar 09, 2018
-
-
Paul Sajna authored
-