Skip to content
Snippets Groups Projects
  1. Feb 24, 2017
    • Marco A L Barbosa's avatar
      Make libc-tests compile for aarch64-linux-android · 92ce5182
      Marco A L Barbosa authored
      - some tests are failing
      - remove readlink, timegm and sig* functions in favor of the
        unix/mod.rs definitions
      - remove time64_t (it is not defined for aarch64)
      - move some definitions to android/b32.rs and create appropriated
        definitions in android/b64.rs
      92ce5182
  2. Feb 23, 2017
  3. Feb 22, 2017
  4. Feb 21, 2017
  5. Feb 17, 2017
  6. Feb 16, 2017
    • Mike Lubinets's avatar
      c0c7de7c
    • bors's avatar
      Auto merge of #523 - binarycrusader:master, r=alexcrichton · 7a3754f2
      bors authored
      posix definitions should be used on Solaris
      
      For compatibility reasons, Solaris historically had its header files
      setup so that, unless specifically requested through specific header
      defines, either the old pre-POSIX interfaces or POSIX.1c Draft 6
      interfaces were used. However, in the case of rust, since these symbols
      are linked directly instead of via system header files, the underlying
      posix symbol name can be used directly instead.
      
      These definitions should be corrected to match what they do on almost
      every other platform.
      
      Be aware this is a breaking change in terms of interface for any crates
      / consumers of these interfaces for Solaris.
      
      Fixes #522
      7a3754f2
    • Shawn Walker-Salas's avatar
      posix definitions should be used on Solaris · 6740a8aa
      Shawn Walker-Salas authored
      For compatibility reasons, Solaris historically had its header files
      setup so that, unless specifically requested through specific header
      defines, either the old pre-POSIX interfaces or POSIX.1c Draft 6
      interfaces were used. However, in the case of rust, since these symbols
      are linked directly instead of via system header files, the underlying
      posix symbol name can be used directly instead.
      
      These definitions should be corrected to match what they do on almost
      every other platform.
      
      Be aware this is a breaking change in terms of interface for any crates
      / consumers of these interfaces for Solaris.
      
      Fixes #522
      6740a8aa
  7. Feb 14, 2017
    • bors's avatar
      Auto merge of #521 - radupopescu:master, r=alexcrichton · 53bb0388
      bors authored
      WIFCONTINUED function on Linux and FreeBSD
      
      * Adds the missing WIFCONTINUED function to Linux (in `src/unix/notbsd/mod.rs`).
      * Modifies the signature of WIFCONTINUED on FreeBSD (`src/unix/bsd/freebsdlike/mod.rs`) to be consistent with the ones on MacOS and Linux.
      53bb0388
  8. Feb 12, 2017
  9. Feb 10, 2017
  10. Feb 09, 2017
  11. Feb 08, 2017
    • Shawn Walker-Salas's avatar
      Correct solaris libc definitions: · 8304e06b
      Shawn Walker-Salas authored
      * pthread_t is defined as uint_t, so must be c_uint, not uintptr_t, just
        as pthread_key_t is already defined
      * fd_set is defined as long, so must be i32/i64 based on
        target_pointer_width; this also fixes an indirect endianness issue
        encountered on sparc
      * FD_SETSIZE should be defined as 65536 when target_pointer_width = 64
      
      Fixes #515
      8304e06b
  12. Feb 07, 2017
  13. Feb 03, 2017
  14. Feb 02, 2017
  15. Feb 01, 2017
  16. Jan 30, 2017
  17. Jan 29, 2017
  18. Jan 25, 2017
Loading