- Oct 22, 2024
-
-
- Oct 18, 2024
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Oct 16, 2024
-
-
Jeremy Soller authored
Use unsafe blocks in poll.h implementation See merge request redox-os/relibc!526
-
-
- Oct 15, 2024
-
-
Jeremy Soller authored
Use unsafe blocks in strings.h implementation See merge request redox-os/relibc!525
-
-
Jeremy Soller authored
Refactor strcasecmp, strncasecmp with iterators See merge request redox-os/relibc!524
-
-
Jeremy Soller authored
Initial RISC-V64 support See merge request redox-os/relibc!523
-
- Oct 11, 2024
-
-
Andrey Turkin authored
-
- Oct 10, 2024
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Oct 09, 2024
-
-
Jeremy Soller authored
-
- Oct 06, 2024
-
-
Jeremy Soller authored
Update versions of rand crates for new rand core See merge request redox-os/relibc!521
-
Jeremy Soller authored
Make relibc-tests easy to run on Redox See merge request redox-os/relibc!522
-
Ron Williams authored
-
Ron Williams authored
-
Ron Williams authored
-
- Oct 05, 2024
-
-
Kirpal Grewal authored
-
- Sep 30, 2024
-
-
Jeremy Soller authored
Remove ld.so's now unnecessary access() wrapper. See merge request !520
-
Jacob Lorentzon authored
-
- Sep 28, 2024
-
-
Jeremy Soller authored
Add sigaltstack test See merge request redox-os/relibc!518
-
Jacob Lorentzon authored
-
Jeremy Soller authored
Impl net/if.h See merge request redox-os/relibc!517
-
-
- Sep 27, 2024
-
-
Jeremy Soller authored
Remove the C-style "-1 or errno" e() function entirely See merge request redox-os/relibc!516
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jeremy Soller authored
Eliminate all errno-based error handling in the Pal trait See merge request redox-os/relibc!515
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
Returning a negative number of bytes makes absolutely no sense, besides the "-1 and errno" pattern, which is now converted to Result<_, Errno>.
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
- Sep 26, 2024
-
-
Jeremy Soller authored
Change a bunch of Pal functions to use Rusty error handling See merge request redox-os/relibc!514
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
- Sep 25, 2024
-
-
Jeremy Soller authored
Preserve umask across execv. See merge request redox-os/relibc!512
-