- Oct 15, 2024
-
-
- 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 !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 redox-os/relibc!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 !517
-
-
- Sep 27, 2024
-
-
Jeremy Soller authored
Remove the C-style "-1 or errno" e() function entirely See merge request !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 !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 !514
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
- Sep 25, 2024
-
-
Jeremy Soller authored
Preserve umask across execv. See merge request redox-os/relibc!512
-
Jacob Lorentzon authored
-
Jeremy Soller authored
Move umask to a regular global variable. See merge request !511
-
Jacob Lorentzon authored
The umask value is per-process, so because all POSIX open-like functions now occur via relibc, this is valid.
-
- Sep 24, 2024
-
-
Jeremy Soller authored
Implement realtime signals and remaining signal.h APIs See merge request !493
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-