Skip to content
Snippets Groups Projects
  1. Jul 06, 2020
  2. Jun 30, 2020
    • Andrew Walbran's avatar
      Android: Add various constants and functions. · 51acd7f4
      Andrew Walbran authored
      In particular:
      Add timerfd constants and functions, from sys/timerfd.h.
      Add EFD_SEMAPHORE and group all EFD_ constants together.
      Add sigtimedwait function, from signal.h.
      Add missing fallocate constants and functions, from linux/falloc.h and fcntl.h.
      Add xattr functions, from sys/xattr.h.
      Add SCHED_ and SEEK_ constants, from linux/sched.h and bits/seek_constants.h.
      Add rlimit functions, from sys/resource.h.
      Add RENAME_ constants, from stdio.h.
      Add ino64_t type, from sys/types.h.
      51acd7f4
  3. Jun 26, 2020
  4. Jun 22, 2020
  5. Jun 09, 2020
  6. Jun 02, 2020
  7. Jun 01, 2020
  8. May 27, 2020
  9. May 23, 2020
  10. May 21, 2020
  11. Apr 30, 2020
  12. Apr 21, 2020
  13. Apr 13, 2020
  14. Apr 11, 2020
  15. Apr 09, 2020
  16. Apr 07, 2020
  17. Apr 04, 2020
  18. Apr 03, 2020
  19. Mar 15, 2020
  20. Mar 09, 2020
  21. Mar 08, 2020
  22. Mar 01, 2020
  23. Feb 29, 2020
  24. Feb 28, 2020
  25. Feb 25, 2020
  26. Feb 24, 2020
  27. Feb 12, 2020
  28. Dec 16, 2019
    • 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
  29. 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
Loading