Skip to content
Snippets Groups Projects
  1. Jul 22, 2020
  2. Jul 14, 2020
  3. Jul 09, 2020
  4. Jul 06, 2020
  5. May 22, 2020
  6. Apr 14, 2020
  7. Apr 13, 2020
  8. Mar 21, 2020
  9. Mar 01, 2020
  10. 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
  11. Feb 12, 2020
  12. Nov 28, 2019
  13. Nov 27, 2019
  14. Nov 20, 2019
  15. Nov 19, 2019
  16. Nov 07, 2019
  17. Oct 31, 2019
  18. Oct 25, 2019
  19. Oct 15, 2019
  20. Oct 13, 2019
  21. Sep 27, 2019
  22. Sep 18, 2019
  23. Sep 12, 2019
  24. Sep 02, 2019
    • 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
  25. Aug 21, 2019
  26. Aug 18, 2019
  27. Aug 17, 2019
  28. Aug 15, 2019
  29. Aug 05, 2019
  30. Jul 09, 2019
  31. Jul 05, 2019
  32. 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
  33. Jun 07, 2019
Loading