Skip to content
Snippets Groups Projects
  1. Nov 19, 2017
  2. Nov 18, 2017
  3. Nov 17, 2017
  4. Nov 15, 2017
  5. Nov 14, 2017
  6. Nov 13, 2017
  7. Nov 11, 2017
  8. Nov 09, 2017
  9. Nov 08, 2017
  10. Nov 07, 2017
    • bors's avatar
      Auto merge of #838 - Susurrus:mfd, r=alexcrichton · 86b4281c
      bors authored
      Expose MFD_ constants on all Linux targets.
      
      These aren't exposed on non-MIPS musl targets, but since they're
      part of a kernel API, they're still applicable, so we just don't
      test them there but expose them anyways.
      86b4281c
    • Bryant Mairs's avatar
      Expose MFD_ constants on all Linux targets. · fa81ab39
      Bryant Mairs authored
      These aren't exposed on non-MIPS musl targets, but since they're
      part of a kernel API, they're still applicable, so we just don't
      test them there but expose them anyways.
      fa81ab39
  11. Nov 06, 2017
  12. Nov 05, 2017
  13. Nov 02, 2017
    • bors's avatar
      Auto merge of #830 - malbarbo:getrandom_const, r=alexcrichton · 833e67ff
      bors authored
      Add constants used by getrandom linux syscall
      
      getrandom syscall was added in kernel 3.17. Musl and android seems to use old kernel headers, but considering that they define SYS_getrandom, the constants GRND_NONBLOCK and GRND_RANDOM should also be defined.
      833e67ff
Loading