Skip to content
Snippets Groups Projects
  1. Feb 03, 2019
  2. Jan 03, 2019
    • Alan Somers's avatar
      Fix uname on FreeBSD · 36baf932
      Alan Somers authored
      On FreeBSD, uname is an inline function.  The uname that is present in
      libc.so is for FreeBSD 1.0 compatibility.  It expects a buffer of a
      different size.
      
      Fixes #1190
      Reported-by: Alex Zepeda
      36baf932
  3. Nov 21, 2018
  4. Nov 01, 2018
  5. Jun 20, 2018
  6. Jun 08, 2018
    • 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
  7. Apr 20, 2018
  8. Dec 12, 2017
  9. Nov 25, 2017
  10. Nov 09, 2017
  11. Nov 08, 2017
  12. Sep 26, 2017
  13. Sep 25, 2017
  14. Sep 22, 2017
  15. Sep 03, 2017
  16. Aug 27, 2017
    • Alex Crichton's avatar
      Add asmjs/wasm32 to CI · 22b98ded
      Alex Crichton authored
      Rebase of #610 and also move emscripten up much higher in the hierarchy to
      ensure that it doesn't have too much of a ripple effect on other platforms.
      
      This involved moving down a good number of definitions, but hopefully was done
      with care to not break anything!
      22b98ded
  17. Aug 26, 2017
  18. Aug 25, 2017
  19. Aug 10, 2017
  20. Jul 17, 2017
  21. Jul 10, 2017
  22. Jul 02, 2017
  23. Jun 28, 2017
  24. Jun 24, 2017
  25. Jun 13, 2017
  26. Mar 24, 2017
  27. Feb 27, 2017
  28. Feb 02, 2017
  29. Jan 10, 2017
Loading