Skip to content
Snippets Groups Projects
  1. Jul 22, 2022
  2. Mar 24, 2022
  3. Aug 03, 2021
  4. Jul 19, 2021
  5. Jun 17, 2021
  6. Jan 11, 2021
  7. Oct 18, 2020
  8. Oct 06, 2020
  9. Sep 28, 2020
    • 8tab's avatar
      Add symlink from libc.so to libc.so.6 · c000373a
      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.
      c000373a
  10. Sep 06, 2020
  11. Aug 25, 2020
  12. Aug 22, 2020
  13. Aug 12, 2020
    • Ahmed Abd El Mawgood's avatar
      Add SONAME for libc.so · 9826cea0
      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.
      9826cea0
    • Ahmed Abd El Mawgood's avatar
      Modify ld_script so that it works on linux. · 40328a0d
      Ahmed Abd El Mawgood authored and jD91mZM2's avatar jD91mZM2 committed
      Honestly, I have no idea why are these modifications needed, but it
      seams they are needed
      40328a0d
  14. Aug 11, 2020
    • jD91mZM2's avatar
      Run Linux tests in CI · d827c0f1
      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
      Verified
      d827c0f1
  15. Aug 07, 2020
  16. Aug 04, 2020
  17. Aug 03, 2020
  18. Jun 02, 2020
  19. Apr 10, 2020
  20. Mar 25, 2020
  21. Mar 11, 2020
  22. Jan 08, 2020
  23. Aug 04, 2019
  24. Jul 10, 2019
  25. Jul 06, 2019
  26. Jul 01, 2019
  27. May 11, 2019
  28. Apr 25, 2019
  29. Apr 14, 2019
  30. Apr 13, 2019
  31. Apr 12, 2019
Loading