Skip to content
Snippets Groups Projects
  1. Jul 29, 2018
  2. Jul 21, 2018
  3. Jul 17, 2018
  4. Jul 16, 2018
  5. Jul 14, 2018
  6. Jul 12, 2018
  7. Jul 10, 2018
  8. Jul 08, 2018
  9. Jul 06, 2018
  10. Jul 05, 2018
  11. Jul 04, 2018
  12. Jul 03, 2018
  13. Jul 01, 2018
    • est31's avatar
      Re-add aarch64 stuff removed by previous commit · 90c01fa6
      est31 authored
      Previous commit
      
      dcff1547
      "libc: changes to ppc64le musl branch to support building of rust on Alpine"
      
      has removed stuff from mod.rs and added it to some submodules, but
      missed the aarch64 submodule.
      
      This copies the stuff that that commit added to the x86_64.rs submodule
      and puts it into aarch64.rs.
      90c01fa6
  14. Jun 30, 2018
  15. Jun 20, 2018
  16. Jun 18, 2018
  17. Jun 15, 2018
  18. Jun 09, 2018
  19. Jun 08, 2018
    • est31's avatar
      Simplify the stdbuild section · f164aa88
      est31 authored
      f164aa88
    • Scott Lamb's avatar
      add fdopendir on macOS · 322ba046
      Scott Lamb authored
      Fixes #1017
      
      I moved it up to src/unix/mod.rs, as it's specified in POSIX.1-2008 and
      appears to be implemented on every Unix-like system.
      
      The symbol names on macOS appear similar to those for opendir; I found
      them via the commands below. I tested the x86_64 version;
      fdopendir$INODE64 worked as expected.
      
      $ nm -arch x86_64 /usr/lib/system/libsystem_c.dylib | grep fdopendir
      000000000007ea6d T _fdopendir
      000000000002ba97 T _fdopendir$INODE64
      $ nm -arch i386 /usr/lib/system/libsystem_c.dylib | grep fdopendir
      00082d1e T _fdopendir
      0002b528 T _fdopendir$INODE64$UNIX2003
      00082d1e T _fdopendir$UNIX2003
      322ba046
  20. Jun 04, 2018
  21. Jun 01, 2018
Loading