Skip to content
Snippets Groups Projects
  1. Aug 27, 2017
  2. Aug 26, 2017
  3. Aug 25, 2017
  4. Aug 22, 2017
  5. Aug 21, 2017
    • Bryant Mairs's avatar
      Add more fcntl and seal constants for Android/Linux · 2e11d9e1
      Bryant Mairs authored
      We now create an additional binary `linux_fcntl` for testing this
      since there are header conflicts when including all necessary headers.
      This binary is run on all platforms even though it's empty on all non-
      Android/non-Linux platforms.
      
      Testing has been switched from a custom binary to using a runner-less
      test (or pair of tests). This means that for local development a simple
      `cd libc-test && cargo test` will run all the tests. CI has also been
      updated here to reflect that.
      2e11d9e1
  6. Aug 18, 2017
  7. Aug 17, 2017
  8. Aug 16, 2017
  9. Aug 13, 2017
  10. Aug 12, 2017
  11. Aug 11, 2017
  12. Aug 10, 2017
  13. Aug 09, 2017
  14. Aug 08, 2017
  15. 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
    • 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
  16. Aug 04, 2017
  17. Aug 03, 2017
  18. Aug 02, 2017
  19. Aug 01, 2017
Loading