Skip to content
Snippets Groups Projects
  1. Nov 04, 2023
  2. May 06, 2023
  3. Nov 11, 2022
  4. Sep 11, 2022
  5. Aug 13, 2022
  6. Jul 27, 2022
  7. Jul 26, 2022
  8. Nov 30, 2021
  9. Sep 29, 2020
  10. Aug 02, 2020
  11. Jul 19, 2020
  12. Jul 18, 2020
  13. Apr 19, 2020
    • Ahmed Abd El Mawgood's avatar
      Move IO Initialization to .init_array section · b717f6cf
      Ahmed Abd El Mawgood authored
      Most shared object in linux have their initialization in a separate
      .init_array section. but glibc does not have the same behavour. Instead
      the initialization is part of crt0. which (as it seams to me) run after
      .init_array section. As such, this patch move IO initialization to
      separate function that is marked as .init_array member and then the crt0
      call this function only if init_array was never invoked (as in
      statically linked binaries).
      b717f6cf
  14. Aug 04, 2019
  15. Jul 07, 2019
  16. Jul 01, 2019
  17. May 11, 2019
  18. Apr 21, 2019
  19. Jan 27, 2019
  20. Jan 15, 2019
  21. Jan 08, 2019
  22. Dec 12, 2018
  23. Dec 11, 2018
  24. Dec 10, 2018
  25. Dec 09, 2018
  26. Dec 03, 2018
  27. Dec 02, 2018
  28. Nov 25, 2018
  29. Nov 10, 2018
  30. Nov 08, 2018
  31. Oct 11, 2018
  32. Sep 15, 2018
  33. Aug 27, 2018
Loading