Skip to content
Snippets Groups Projects
  1. May 06, 2023
  2. Apr 02, 2023
  3. Dec 19, 2022
  4. Jul 26, 2022
  5. Jul 22, 2022
  6. Mar 24, 2022
  7. Aug 03, 2021
  8. Jul 19, 2021
  9. Jun 17, 2021
  10. Jan 11, 2021
  11. Oct 18, 2020
  12. Oct 06, 2020
  13. 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
  14. Sep 06, 2020
  15. Aug 25, 2020
  16. Aug 22, 2020
  17. 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
  18. 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
      d827c0f1
  19. Aug 07, 2020
  20. Aug 04, 2020
  21. Aug 03, 2020
  22. Jun 02, 2020
  23. Apr 10, 2020
  24. Mar 25, 2020
  25. Mar 11, 2020
  26. Jan 08, 2020
  27. Aug 04, 2019
  28. Jul 10, 2019
  29. Jul 06, 2019
  30. Jul 01, 2019
  31. May 11, 2019
  32. Apr 25, 2019
  33. Apr 14, 2019
Loading