Skip to content
Snippets Groups Projects
  1. May 11, 2023
  2. May 06, 2023
  3. Apr 02, 2023
  4. Dec 19, 2022
  5. Jul 26, 2022
  6. Jul 22, 2022
  7. Mar 24, 2022
  8. Aug 03, 2021
  9. Jul 19, 2021
  10. Jun 17, 2021
  11. Jan 11, 2021
  12. Oct 18, 2020
  13. Oct 06, 2020
  14. 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
  15. Sep 06, 2020
  16. Aug 25, 2020
  17. Aug 22, 2020
  18. 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
  19. Aug 11, 2020
    • jD91mZM2's avatar
      Run Linux tests in CI · d827c0f1
      jD91mZM2 authored
      commit 09cb17e6
      Author: jD91mZM2 <me@krake.one>
      Date:   Mon Aug 10 18:03:20 2020 +0200
      
          comment out cargo tests
      
      commit 1915c730
      Author: jD91mZM2 <me@krake.one>
      Date:   Mon Aug 10 17:58:52 2020 +0200
      
          Update redoxer docker image
      d827c0f1
  20. Aug 07, 2020
  21. Aug 04, 2020
  22. Aug 03, 2020
  23. Jun 02, 2020
  24. Apr 10, 2020
  25. Mar 25, 2020
  26. Mar 11, 2020
  27. Jan 08, 2020
  28. Aug 04, 2019
  29. Jul 10, 2019
  30. Jul 06, 2019
  31. Jul 01, 2019
  32. May 11, 2019
Loading