Skip to content
Snippets Groups Projects
  1. Dec 23, 2020
  2. Oct 18, 2020
  3. Oct 06, 2020
  4. Oct 02, 2020
  5. Oct 01, 2020
    • 8tab's avatar
      Fix tls tests for dynamic linker · eee9a80b
      8tab authored
      * load TLS segment for executable - while we can skip PT_LOAD for executable,
        we still have to load TLS segment.
      * set TCB address based on if elf is position independent
      eee9a80b
  6. Sep 30, 2020
  7. Sep 29, 2020
  8. 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
  9. Sep 17, 2020
  10. Sep 10, 2020
  11. Sep 08, 2020
  12. Sep 06, 2020
  13. Aug 27, 2020
Loading