Skip to content
Snippets Groups Projects
  1. Aug 31, 2020
  2. Aug 28, 2020
    • Thomas de Zeeuw's avatar
      Add IOV_MAX and UIO_MAXIOV constants · 41fb4805
      Thomas de Zeeuw authored
      These constant can be used to determine the maximum number of iovecs can
      be passed to functions like readv/writev.
      
      Linux like uses UIO_MAXIOV, while the BSD family uses IOV_MAX.
      41fb4805
  3. Aug 22, 2020
  4. Aug 20, 2020
  5. Aug 19, 2020
  6. Aug 18, 2020
    • Josh Triplett's avatar
      Define P_PIDFD, used with waitid · e709b3f7
      Josh Triplett authored
      Linux defines a waitid type `P_PIDFD`, for use with process file
      descriptors (`pidfd`). Add that constant.
      
      In libc-test, add linux/wait.h to the Linux-specific and
      Android-specific headers, to get the definition. Exclude it on Android
      and musl for now, though, as the versions in CI don't have it yet.
      e709b3f7
  7. Aug 12, 2020
  8. Aug 11, 2020
  9. Aug 10, 2020
  10. Aug 09, 2020
  11. Aug 02, 2020
  12. Jul 29, 2020
  13. Jul 25, 2020
  14. Jul 24, 2020
  15. Jul 23, 2020
  16. Jul 22, 2020
  17. Jul 20, 2020
  18. Jul 03, 2020
  19. Jul 02, 2020
  20. Jun 30, 2020
  21. Jun 04, 2020
  22. May 29, 2020
  23. May 23, 2020
  24. May 22, 2020
  25. May 21, 2020
  26. May 18, 2020
  27. May 07, 2020
  28. May 01, 2020
  29. Apr 30, 2020
Loading