- May 11, 2023
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- May 06, 2023
-
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
- Apr 02, 2023
-
-
Will Angenent authored
-
- Dec 19, 2022
-
-
Jeremy Soller authored
-
- Jul 26, 2022
-
-
Jacob Lorentzon authored
-
- Jul 22, 2022
-
-
Jeremy Soller authored
-
- Mar 24, 2022
-
-
Jacob Lorentzon authored
-
- Aug 03, 2021
-
-
Jeremy Soller authored
-
- Jul 19, 2021
-
-
Jeremy Soller authored
-
- Jun 17, 2021
-
-
Jacob Lorentzon authored
-
- Jan 11, 2021
-
-
Jeremy Soller authored
-
- Oct 18, 2020
-
-
Daniel Mangum authored
Adds a submodules convenience target to main makefile. Submodules must be initialized before other targets can run successfully. Signed-off-by:
hasheddan <georgedanielmangum@gmail.com>
-
- Oct 06, 2020
-
-
Jeremy Soller authored
-
- Sep 28, 2020
-
-
8tab authored
Typically it's the other way around, but we can't have shared library named libc.so.6 in target/release directory. cargo includes 'target/release' in LD_LIBRARY_PATH for build script, so even if clean build runs fine, every subsquent run will make build script link with relibc.
-
- Sep 06, 2020
-
-
Skallwar authored
-
- Aug 25, 2020
-
-
Jeremy Soller authored
-
- Aug 22, 2020
-
-
Jeremy Soller authored
-
- Aug 12, 2020
-
-
Ahmed Abd El Mawgood authored
Usually it is possible to refer to library either by the file name or by elf "soname" soname is very similar for specifying something like (LIB/API version) combination so if for example you have ./prog that loads libx.so which is version 5.1.1 and there is ./plugin.so that ./prog would load that requires libx.so version 5.1.2 both libx.so should have the same soname to hint that they offer the exact same functionality. And this patch specifies the soname for relibc libc.so.
-
Honestly, I have no idea why are these modifications needed, but it seams they are needed
-
- Aug 11, 2020
-
- Aug 07, 2020
-
-
jD91mZM2 authored
-
- Aug 04, 2020
-
-
Seems to collide with the program being loaded
-
- Aug 03, 2020
-
-
James Graves authored
Fixes link error with ion shell.
-
Jeremy Soller authored
-
- Jun 02, 2020
-
-
Jeremy Soller authored
-
- Apr 10, 2020
-
-
- Mar 25, 2020
-
-
Jeremy Soller authored
-
- Mar 11, 2020
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Jan 08, 2020
-
-
samuela authored
-
- Aug 04, 2019
-
-
jD91mZM2 authored
-
- Jul 10, 2019
-
-
- Jul 06, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Jul 01, 2019
-
-
Jeremy Soller authored
This reverts commit b4c738eb.
-
Jeremy Soller authored
-
- May 11, 2019
-
-
Jeremy Soller authored
-