Skip to content
Snippets Groups Projects
  1. Aug 16, 2017
  2. Aug 09, 2017
  3. Aug 08, 2017
  4. Aug 07, 2017
    • Sebastian Humenda's avatar
      Improve types for uclibc/x86_64 · bd50e599
      Sebastian Humenda authored
      *   fix dirent, dirent64
      *   port pthread_attr_t
      *   add l4re-specific pthread code
      bd50e599
    • bors's avatar
      Auto merge of #714 - dhduvall:master, r=alexcrichton · 2a5b50b7
      bors authored
      struct addrinfo needs padding on Solaris/SPARC
      
      64-bit Solaris/SPARC has a 4-byte pad before `ai_addrlen` for historical reasons (`ai_addrlen` used to be defined as a `size_t`, which is 4 bytes in ILP32 and 8 in LP64, but was converted to a 4-byte `socklen_t` in Solaris 10, which necessitated padding for (more or less) binary compatibility).
      
      See rust-lang/rust#43649.
      2a5b50b7
    • Danek Duvall's avatar
      struct addrinfo needs padding on Solaris/SPARC · 13750701
      Danek Duvall authored
      64-bit Solaris/SPARC has a 4-byte pad before ai_addrlen for historical
      reasons (ai_addrlen used to be defined as a size_t, which is 4 bytes in
      ILP32 and 8 in LP64, but was converted to a 4-byte socklen_t in Solaris
      10, which necessitated padding for (more or less) binary compatibility).
      13750701
  5. Aug 05, 2017
  6. Aug 04, 2017
  7. Aug 03, 2017
  8. Aug 02, 2017
  9. Aug 01, 2017
  10. Jul 31, 2017
  11. Jul 30, 2017
  12. Jul 29, 2017
  13. Jul 27, 2017
Loading