- Jul 19, 2021
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Jun 18, 2021
-
-
Jacob Lorentzon authored
Update toolchain See merge request redox-os/relibc!338
-
Jacob Lorentzon authored
-
- Jun 17, 2021
-
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
This also replaces all the assembly that previously used the AT&T style with the (in my opinion) superior Intel syntax. I tried prepending `.att_syntax prefix`, but that did not work...
-
Jacob Lorentzon authored
-
- May 10, 2021
-
-
Jeremy Soller authored
-
- Apr 29, 2021
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Mar 27, 2021
-
-
Jeremy Soller authored
Simplify gmtime_r() day-of-year calculation, correct comment See merge request redox-os/relibc!311
-
- Mar 24, 2021
-
-
Jeremy Soller authored
Centralize page size info in platform abstraction See merge request redox-os/relibc!334
-
- Mar 23, 2021
-
-
Peter Limkilde Svendsen authored
-
- Mar 17, 2021
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Mar 12, 2021
-
-
Jeremy Soller authored
Handle TCSETSW and TCSETSF in ioctl Closes #168 See merge request redox-os/relibc!324
-
Noah authored
-
- Mar 02, 2021
-
-
Jeremy Soller authored
Convert test runner to rust See merge request redox-os/relibc!333
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Feb 28, 2021
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
Use as-less cast for UTC string See merge request redox-os/relibc!331
-
Jeremy Soller authored
Test for time.h constants See merge request redox-os/relibc!332
-
- Feb 27, 2021
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Feb 23, 2021
-
-
Peter Limkilde Svendsen authored
-
- Feb 18, 2021
-
-
Peter Limkilde Svendsen authored
-
- Feb 14, 2021
-
-
Jeremy Soller authored
-
- Jan 20, 2021
-
-
Jeremy Soller authored
Use BufWriter (instead of LineWriter) for FILEs other than stdout and stderr See merge request redox-os/relibc!328
-
- Jan 18, 2021
-
-
Jeremy Soller authored
aarch64: TLS arch_read implementation See merge request redox-os/relibc!330
-
Robin Randhawa authored
-
- Jan 14, 2021
-
-
Jeremy Soller authored
Change ld.so linker script file name for x86_64 Linux to fix compilation issue See merge request redox-os/relibc!329
-
8tab authored
-
8tab authored
BufWriter has more capacity (8k vs 1k) and doesn't flush the stream after '\n'. That change helps to reduce the number of syscalls, especially when dealing with text files. Since BufWriter has a different way of getting number of pending elements than LineWriter - Pending trait was introduced to deal with that.
-
- Jan 11, 2021
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-