- 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
-
-
jD91mZM2 authored
commit 09cb17e66f46c6687fa0b9dc0895ad3279caa092 Author: jD91mZM2 <me@krake.one> Date: Mon Aug 10 18:03:20 2020 +0200 comment out cargo tests commit 1915c7306e40f5c6af36b04c765e25ad9ffe9d16 Author: jD91mZM2 <me@krake.one> Date: Mon Aug 10 17:58:52 2020 +0200 Update redoxer docker image
-
- 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
-
jD91mZM2 authored
The race condition didn't trigger when I tested it, so I assumed I had solved it...
-
jD91mZM2 authored
Some recipes require the headers, but they don't explicitly say so. Parallel make (-j`nproc`) might start compiling the libs when the headers aren't done yet.
-
- Apr 25, 2019
-
-
Jeremy Soller authored
-
- Apr 14, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Apr 13, 2019
-
-
Jeremy Soller authored
-
- Apr 12, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Apr 07, 2019
-
-
Jeremy Soller authored
-
- Mar 28, 2019
-
-
Jeremy Soller authored
-
- Mar 17, 2019
-
-
Jeremy Soller authored
-
- Jan 08, 2019
-
-
Jeremy Soller authored
-
- Dec 09, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
Add sys_timeb header
-
- Dec 02, 2018
-
-
Jeremy Soller authored
-
- Nov 27, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
- Remove incorrect header styles - Use export.replace where header style was previously needed - Check compilation of tests using system gcc
-
- Nov 17, 2018
-
-
Alexander Theißen authored
We cannot use ?= because CC is set by default to "cc". Therefore CC was never set. In addition we need to export the variable in order to have the rust cc crate pick it up. Otherwise it is only used by openlibm where it is explicitly passed.
-