Skip to content
Snippets Groups Projects
  1. Dec 17, 2018
  2. Dec 13, 2018
  3. Dec 08, 2018
  4. Dec 04, 2018
  5. Nov 23, 2018
  6. Nov 22, 2018
  7. 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
  8. Nov 20, 2018
  9. Nov 19, 2018
  10. 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
  11. Oct 30, 2018
  12. Sep 13, 2018
  13. Sep 10, 2018
  14. Sep 08, 2018
  15. Sep 05, 2018
    • Tobias Bucher's avatar
      Theoretically test statics · 8b1d8464
      Tobias Bucher authored
      There are none of them in `libc` except for `__progname` on Android, but
      that one cannot be tested because it's not present in any header files.
      8b1d8464
  16. Sep 03, 2018
  17. Aug 01, 2018
  18. Jul 17, 2018
  19. Jul 16, 2018
  20. Jul 14, 2018
  21. Jul 04, 2018
  22. Jun 04, 2018
  23. Jun 01, 2018
  24. May 31, 2018
  25. May 30, 2018
  26. May 26, 2018
  27. May 17, 2018
  28. Apr 23, 2018
  29. Apr 15, 2018
  30. Mar 19, 2018
  31. Mar 12, 2018
  32. Mar 04, 2018
  33. Feb 27, 2018
  34. Feb 25, 2018
Loading