Skip to content
Snippets Groups Projects
  1. Jun 26, 2020
  2. May 27, 2020
    • Joshua M. Clulow's avatar
      remove SmartOS constants not applicable to illumos or Solaris · 9fdd9907
      Joshua M. Clulow authored
      SmartOS is a downstream distribution of illumos, and carries a number of
      additional patches that are not commonly available in other illumos
      distributions.  They are also not found in Oracle Solaris.  With these
      removed, the libc tests pass on a stock illumos system running
      OpenIndiana.
      9fdd9907
  3. May 21, 2020
  4. Apr 03, 2020
  5. Mar 21, 2020
  6. Mar 14, 2020
    • Thomas Hurst's avatar
      Add missing AT_ constants · 5d8dccc7
      Thomas Hurst authored
      Add AT_EACCESS to Linux, Solaris, and Fuchsia.
      
      Add AT_SYMLINK_FOLLOW, AT_REMOVEDIR, and  _AT_TRIGGER to Solaris.
      5d8dccc7
  7. Mar 09, 2020
  8. Mar 01, 2020
  9. Feb 12, 2020
  10. Dec 11, 2019
  11. Dec 08, 2019
  12. Nov 30, 2019
  13. Nov 27, 2019
  14. Nov 25, 2019
  15. Nov 22, 2019
  16. Nov 19, 2019
  17. Nov 14, 2019
  18. Nov 06, 2019
  19. Nov 01, 2019
  20. Oct 13, 2019
  21. Sep 18, 2019
  22. Sep 12, 2019
  23. 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
  24. Aug 17, 2019
  25. Jul 05, 2019
  26. Jun 23, 2019
  27. 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
  28. Jun 04, 2019
  29. May 29, 2019
  30. May 27, 2019
Loading