Skip to content
Snippets Groups Projects
  1. Aug 20, 2019
    • bors's avatar
      Auto merge of #1473 - Wind-River:master, r=gnzlbg · afcb42e7
      bors authored
      Some update for vxWorks
      
      This is to address issues:
      rust-lang#1469 and rust-random/getrandom#86 (comment)
      
      What have been changed in this PR:
      
       1. adding randBytes(), randABytes(), randUBytes(), randSecure() and taskDelay()
       2. change armv7-wrs-vxworks to armv7-wrs-vxworks-eabihf
       3. code cleanup
      afcb42e7
    • bors's avatar
      Auto merge of #1481 - FenrirWolf:newlib-socket-fix, r=gnzlbg · e03d9380
      bors authored
      Define newlib socket types by target arch
      
      This is a follow-up to https://github.com/rust-lang/libc/pull/1477. As mentioned in that PR, the primary (only?) users of these newlib definitions are myself and @leo60228. This PR makes it so that my arm-based 3DS target keeps using the old socket definitions while leo's aarch64-based Switch target uses the BSD versions.
      
      The 3DS also has inverted definitions for `POLLHUP` and `POLLOUT` for whatever reason, so I figured I'd take care of that here too.
      e03d9380
  2. Aug 18, 2019
  3. Aug 17, 2019
  4. Aug 16, 2019
  5. Aug 15, 2019
  6. Aug 14, 2019
  7. Aug 13, 2019
Loading