Skip to content
Snippets Groups Projects
  1. Mar 20, 2020
  2. Mar 13, 2020
  3. Mar 08, 2020
  4. Mar 01, 2020
  5. Feb 21, 2020
  6. Feb 19, 2020
    • Vickenty Fesunov's avatar
      Add memmem · 1c012aec
      Vickenty Fesunov authored
      memmem is a non-standard extension, first added in GNU libc and later
      ported to other systems. Support for it is non-uniform, thus it was only
      added to platforms that seem to support it.
      1c012aec
  7. Feb 12, 2020
  8. Nov 28, 2019
  9. Nov 27, 2019
  10. Nov 20, 2019
  11. Nov 19, 2019
  12. Nov 07, 2019
  13. Oct 31, 2019
  14. Oct 25, 2019
  15. Oct 15, 2019
  16. Oct 13, 2019
  17. Sep 27, 2019
  18. Sep 25, 2019
  19. Sep 20, 2019
  20. Sep 18, 2019
  21. Sep 16, 2019
    • gnzlbg's avatar
      Add FreeBSD10 support · 3843c7db
      gnzlbg authored
      This adds libc-test support for Freebsd10 and a CI build job that tests
      FreeBSD10 with LIBC_CI only.
      3843c7db
  22. Sep 12, 2019
  23. Sep 02, 2019
    • Luke Petre's avatar
      15d10475
    • Alan Somers's avatar
      Deprecate AIO_LISTIO_MAX · 1be630f8
      Alan Somers authored
      This value can vary at runtime.  Applications should instead use
      sysconf(3) with _SC_AIO_LISTIO_MAX.
      1be630f8
    • Alan Somers's avatar
      Deprecate RLIM_NLIMITS · ac1e1240
      Alan Somers authored
      This constant is not stable across OS versions, so it cannot be used in
      any backwards- or forwards- compatible way.  It's typically used to size
      arrays in the kernel and in debugging utilities that are closely tied to
      the OS version.  Since libc is ignorant about OS versions, we shouldn't
      even be defining it.
      ac1e1240
  24. Sep 01, 2019
  25. Aug 21, 2019
  26. Aug 18, 2019
Loading