Skip to content
Snippets Groups Projects
  1. Jan 21, 2019
  2. Jan 13, 2019
  3. Jan 04, 2019
  4. Dec 21, 2018
  5. Dec 20, 2018
  6. Dec 18, 2018
  7. Dec 17, 2018
  8. Dec 13, 2018
  9. Dec 08, 2018
  10. Dec 04, 2018
  11. Nov 28, 2018
  12. Nov 26, 2018
  13. Nov 23, 2018
  14. Nov 22, 2018
  15. 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
  16. Nov 20, 2018
  17. Nov 19, 2018
  18. 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
  19. Oct 31, 2018
  20. Oct 30, 2018
  21. Oct 19, 2018
  22. Sep 13, 2018
  23. Sep 12, 2018
  24. Sep 10, 2018
  25. Sep 08, 2018
  26. 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
  27. Sep 03, 2018
  28. Aug 13, 2018
  29. Aug 01, 2018
  30. Jul 29, 2018
  31. Jul 17, 2018
  32. Jul 16, 2018
  33. Jul 14, 2018
Loading