Skip to content
Snippets Groups Projects
  1. Feb 19, 2019
  2. Feb 18, 2019
  3. Feb 13, 2019
  4. Feb 12, 2019
  5. Feb 07, 2019
  6. Feb 05, 2019
    • Alan Somers's avatar
      Add an integration test for the cmsg(3) functions. · 38cf5b15
      Alan Somers authored
      Since these are defined in C as macros, they must be reimplemented in
      libc as Rust functions.  They're hard to get exactly right, and they
      vary from platform to platform.  The test builds custom C code that uses
      the real macros, and compares its output to the Rust versions' output
      for various inputs.
      
      Skip the CMSG_NXTHDR test on sparc64 linux because it hits a Bus Error.
      
      Issue #1239
      
      Skip the entire cmsg test program on s390x because it dumps core
      seemingly before the kernel finishes booting.
      
      Issue #1240
      38cf5b15
  7. Feb 04, 2019
  8. Feb 02, 2019
  9. Jan 28, 2019
  10. Jan 21, 2019
  11. Jan 13, 2019
  12. Jan 04, 2019
  13. Dec 21, 2018
  14. Dec 20, 2018
  15. Dec 18, 2018
  16. Dec 17, 2018
  17. Dec 13, 2018
  18. Dec 08, 2018
  19. Dec 04, 2018
  20. Nov 28, 2018
  21. Nov 26, 2018
  22. Nov 23, 2018
  23. Nov 22, 2018
  24. Nov 21, 2018
    • Alex Crichton's avatar
      Prepare for being included via crates.io into std · 91bd079e
      Alex Crichton authored
      This commit prepares the `libc` crate to be included directly into the
      standard library via crates.io. More details about this can be found on
      rust-lang/rust#56092, but the main idea is that this crate now depends
      on core/compiler-builtins explicitly (but off-by-default).
      
      The main caveat here is that this activates `no_core` when building as
      part of libstd, which means that it needs to explicitly have an `iter`
      and `option` module for the expansion of `for` loops to work.
      91bd079e
    • gnzlbg's avatar
  25. Nov 20, 2018
  26. Nov 19, 2018
  27. Nov 07, 2018
    • Stephen Barber's avatar
      Add support for SIGSYS in signalfd · 60ab3041
      Stephen Barber authored
      Linux 4.18 added support for SIGSYS info in signalfd. Add the new
      fields to signalfd_siginfo.
      
      While the kernel has support for these new fields now, no libc has
      shipped a release with the new signalfd fields.
      60ab3041
  28. Oct 31, 2018
  29. Oct 30, 2018
Loading