- Nov 04, 2023
-
-
- May 06, 2023
-
-
Jacob Lorentzon authored
-
- Nov 11, 2022
-
-
Jeremy Soller authored
-
- Sep 11, 2022
-
-
Jeremy Soller authored
-
- Aug 13, 2022
-
-
Jacob Lorentzon authored
-
- Jul 27, 2022
-
-
Jeremy Soller authored
-
- Jul 26, 2022
-
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
Rust's libstd for example uses environ when using the `envs` builder method for spawning processes, and therefore relibc cannot simply assume environ will always point to the internal relibc env var Vec.
-
Jacob Lorentzon authored
-
- Nov 30, 2021
-
-
Jeremy Soller authored
-
- Sep 29, 2020
-
-
8tab authored
-
- Aug 02, 2020
-
-
Jeremy Soller authored
-
- Jul 19, 2020
-
-
Ahmed Abd El Mawgood authored
-
- Jul 18, 2020
-
-
Ahmed Abd El Mawgood authored
-
Ahmed Abd El Mawgood authored
-
- Apr 19, 2020
-
-
Ahmed Abd El Mawgood authored
Most shared object in linux have their initialization in a separate .init_array section. but glibc does not have the same behavour. Instead the initialization is part of crt0. which (as it seams to me) run after .init_array section. As such, this patch move IO initialization to separate function that is marked as .init_array member and then the crt0 call this function only if init_array was never invoked (as in statically linked binaries).
-
- Aug 04, 2019
- Jul 07, 2019
-
-
Jeremy Soller authored
-
- Jul 01, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- May 11, 2019
-
-
Mateusz Mikuła authored
-
- Apr 21, 2019
-
-
Jeremy Soller authored
-
- Jan 27, 2019
-
-
Jeremy Soller authored
-
- Jan 15, 2019
-
-
Jeremy Soller authored
-
- Jan 08, 2019
-
-
Jeremy Soller authored
-
- Dec 12, 2018
-
-
Jeremy Soller authored
-
- Dec 11, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Dec 10, 2018
-
-
Jeremy Soller authored
-
- Dec 09, 2018
-
-
Jeremy Soller authored
-
- Dec 03, 2018
-
-
Jeremy Soller authored
-
- Dec 02, 2018
-
-
Jeremy Soller authored
-
- Nov 25, 2018
-
-
Jeremy Soller authored
-
- Nov 10, 2018
-
-
Jeremy Soller authored
-
- Nov 08, 2018
-
-
Jeremy Soller authored
-
- Oct 11, 2018
-
- Sep 15, 2018
-
-
Jeremy Soller authored
-
- Aug 27, 2018
-
-
Jeremy Soller authored
-