Skip to content
Snippets Groups Projects
  1. Nov 15, 2017
  2. Nov 14, 2017
  3. Nov 13, 2017
  4. Nov 11, 2017
  5. Nov 09, 2017
  6. Nov 08, 2017
  7. 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
  8. Nov 06, 2017
  9. Nov 05, 2017
  10. 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
    • Marco A L Barbosa's avatar
      ae496269
    • bors's avatar
      Auto merge of #831 - alexcrichton:wasm, r=malbarbo · d96bf171
      bors authored
      Compile an empty library on wasm32 non-Emscripten
      
      In preparation for eventually having a non-Emscripten based wasm32 target, this
      commit makes `libc` the crate an empty library on wasm32 targets that are not
      with `target_os = "emscripten"`. This may eventually get filled out over time,
      but for now it's all empty!
      d96bf171
    • Alex Crichton's avatar
      Compile an empty library on wasm32 non-Emscripten · d9933b77
      Alex Crichton authored
      In preparation for eventually having a non-Emscripten based wasm32 target, this
      commit makes `libc` the crate an empty library on wasm32 targets that are not
      with `target_os = "emscripten"`. This may eventually get filled out over time,
      but for now it's all empty!
      d9933b77
  11. Oct 31, 2017
  12. Oct 30, 2017
  13. Oct 29, 2017
  14. Oct 28, 2017
Loading