- Mar 28, 2019
-
-
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 !204
-
Mateusz Mikuła authored
-
- Mar 17, 2019
-
-
Jeremy Soller authored
Support use of new cross compiler See merge request !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 !201
-
- Mar 04, 2019
-
- 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
-
-
Paul Sajna authored
- Feb 25, 2019
-
-
Emma Turner authored
-
Nagy Tibor authored
-
Nagy Tibor authored
Turns the results of these macros from compound to regular statements using the old `do { ... } while(0)` trick. Must have for function-like macros.
-
- Feb 24, 2019
-
-
Nagy Tibor authored
-
Nagy Tibor authored
realpath: Fixing undefined behaviour in the second test. If the call fails the resolved_name argument cannot be used for error checking because its state is undefined by SUSv2. pipe: Changing the order of close and write error handling code. Errors in close could overwrite errno after write errors, returning incorrect error messages. gmtime: Removed duplicate checks Other fixes for fseek, rename, mktime, putwchar
-
- Feb 23, 2019
-
-
Nagy Tibor authored
-
Jeremy Soller authored
Implements wcscspn function from wchar.h See merge request !196
-
- Feb 22, 2019
-
-
Emma Turner authored
-
Nagy Tibor authored
-
Nagy Tibor authored
-
Jeremy Soller authored
-
- Feb 21, 2019
-
-
Nagy Tibor authored
-