Skip to content
Snippets Groups Projects
  1. 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
  2. Feb 12, 2017
  3. Feb 10, 2017
  4. Feb 09, 2017
  5. 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
  6. Feb 07, 2017
  7. Feb 03, 2017
  8. Feb 02, 2017
  9. Feb 01, 2017
  10. Jan 30, 2017
  11. Jan 29, 2017
  12. Jan 25, 2017
  13. Jan 18, 2017
  14. Jan 17, 2017
Loading