Skip to content
Snippets Groups Projects
  1. Aug 22, 2020
  2. 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
  3. 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
  4. Aug 07, 2020
  5. Aug 04, 2020
  6. Aug 03, 2020
  7. Jun 02, 2020
  8. Apr 10, 2020
  9. Mar 25, 2020
  10. Mar 11, 2020
  11. Jan 08, 2020
  12. Aug 04, 2019
  13. Jul 10, 2019
  14. Jul 06, 2019
  15. Jul 01, 2019
  16. May 11, 2019
  17. Apr 25, 2019
  18. Apr 14, 2019
  19. Apr 13, 2019
  20. Apr 12, 2019
  21. Apr 07, 2019
  22. Mar 28, 2019
  23. Mar 17, 2019
  24. Jan 08, 2019
  25. Dec 09, 2018
  26. Dec 02, 2018
  27. Nov 27, 2018
  28. Nov 17, 2018
    • Alexander Theißen's avatar
      Properly export CC variable in Makefile · e102c234
      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.
      e102c234
Loading