Skip to content
Snippets Groups Projects
  1. Apr 24, 2020
    • Ahmed Abd El Mawgood's avatar
      Implement #include<sys/user.h> and #include<sys/procfs.h> · 3a923aa6
      Ahmed Abd El Mawgood authored
      This patch implements sys/user.h file that works for both x86_64 as well
      as aarch64. This include file is used by sys/procfs.h which is needed
      dependency for binutils. There is bug in this patch in aarch64 implementation
      which is the lack of f128 implementation in rust, thus we can't create cbinding
      for long double.
      3a923aa6
  2. Mar 01, 2020
  3. Aug 17, 2019
  4. Aug 12, 2019
  5. Aug 09, 2019
  6. Aug 04, 2019
  7. Jul 18, 2019
  8. Jul 04, 2019
  9. Jul 01, 2019
  10. May 11, 2019
  11. Apr 27, 2019
  12. Apr 07, 2019
  13. Mar 03, 2019
    • Robin Randhawa's avatar
      Add wint_t definition to stddef.h · 9443eef5
      Robin Randhawa authored
      Without this the relibc tests would break. With this the relibc tests
      pass and formerly breaking builds (such as uutils -> onig_sys) pass.
      9443eef5
    • Robin Randhawa's avatar
      Remove redundant wchar_t and win_t definitions · 23de2ca7
      Robin Randhawa authored
      Typically with libc implementations, wchar_t and co are either defined
      entirely by the libc or, under libc's arrangement, by headers supplied
      by the compiler.
      
      Things like dlmalloc in relibc need these definitions from relibc itself
      and that's already already furnished by relibc's stddef.h.
      
      These additional definitions here are redundant and collide with
      compiler headers - for example: onig_sys (something that uutils depends
      on) breaks. Instead, this patch makes the compiler headers define
      things appropriately.
      23de2ca7
  14. Feb 28, 2019
  15. Feb 20, 2019
  16. Jan 16, 2019
  17. Jan 13, 2019
  18. Jan 05, 2019
  19. Jan 01, 2019
  20. Dec 23, 2018
  21. Dec 14, 2018
  22. Dec 13, 2018
  23. Dec 09, 2018
  24. Nov 27, 2018
  25. Nov 23, 2018
  26. Nov 17, 2018
Loading