Skip to content
Snippets Groups Projects
  1. Dec 23, 2019
    • bors's avatar
      Auto merge of #1616 - mcpherrinm:withandroid, r=gnzlbg · a3c5f9b7
      bors authored
      Add sock_extended_err and associated constants from errqueue.h to linux_like
      
      This is an alternate version of #1614 that attempts to fix issues with the android ctests by rearranging the headers.  Due to long CI cycle time, I've opened it as an alternate PR.  Only one or the other should merge, depending if linux_like or linux is the correct place for this.
      
      sock_extended_err is a struct returned as a control message when the sockopt
      IP_RECVERR is set, when recvmsg has the MSG_ERRQUEUE flag set. IP_RECVERR and
      MSG_ERRQUEUE are constants both already defined here.
      a3c5f9b7
  2. Dec 16, 2019
    • Alex Crichton's avatar
      Merge pull request #1625 from alexcrichton/update-wasi · e4121cee
      Alex Crichton authored
      Update bindings for the wasm32-wasi target
      e4121cee
    • Alex Crichton's avatar
      Update bindings for the wasm32-wasi target · 93743ca8
      Alex Crichton authored
      This commit performs a number of updates for libc with the `wasm32-wasi`
      target:
      
      * Updates the `wasi-libc` repository commit used (previously known as
        `wasi-sysroot`)
      * Updates the container to Ubuntu 19.10 which has Clang 9 packaged which
        is all we need.
      * Avoids building `wasmtime` and instead downloads a precompiled binary.
      * Updates bindings in `src/wasi.rs` to match the current upstream state.
      93743ca8
  3. Dec 03, 2019
    • Matthew McPherrin's avatar
      Add test for SO_EE_OFFENDER · 06938add
      Matthew McPherrin authored
      Modelled after the cmsg tests, this wraps the C macro into a function, and then
      compares the results to the Rust implementation in libc.
      06938add
  4. Dec 02, 2019
  5. Nov 29, 2019
  6. Nov 28, 2019
  7. Nov 27, 2019
  8. Nov 25, 2019
  9. Nov 22, 2019
Loading