Skip to content
Snippets Groups Projects
  1. May 01, 2020
  2. Apr 15, 2020
  3. Apr 13, 2020
  4. Mar 29, 2020
  5. Mar 01, 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. Sep 27, 2019
  9. Sep 25, 2019
  10. Sep 20, 2019
  11. Sep 18, 2019
  12. 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
  13. Sep 12, 2019
  14. 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
  15. Sep 01, 2019
  16. Aug 18, 2019
  17. Aug 17, 2019
  18. Aug 16, 2019
  19. Aug 14, 2019
  20. Jul 28, 2019
  21. Jul 21, 2019
  22. Jul 11, 2019
  23. Jul 09, 2019
  24. Jul 05, 2019
  25. Jun 10, 2019
    • Bryant Mairs's avatar
      Switch to manual trait impls for sigevent · 7c265919
      Bryant Mairs authored
      sigevent structs on most platforms have padding or unused fields. Rather
      than display those in the Debug impl by deriving it, manually implement
      all extra_traits instead ignoring those fields.
      7c265919
  26. Jun 07, 2019
Loading