Skip to content
Snippets Groups Projects
  1. Jul 21, 2019
    • Luca Pizzamiglio's avatar
      Add support for FreeBSD CURRENT (aka freebsd13) · 96ea9c99
      Luca Pizzamiglio authored
      Currently, libc supports and detects freebsd11 and freebsd13
      Unknown versions, like freebsd13, is treated as freebsd11.
      This patch solve the issues, detecting freebsd13 and treating it like
      freebsd12.
      Inverting the logic not(freebsd12) -> freebsd11 where possible
      96ea9c99
  2. Jul 11, 2019
  3. Jul 10, 2019
  4. Jul 09, 2019
  5. Jul 05, 2019
  6. Jun 27, 2019
  7. Jun 26, 2019
  8. Jun 23, 2019
  9. Jun 20, 2019
  10. Jun 14, 2019
  11. Jun 13, 2019
  12. 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
  13. Jun 07, 2019
  14. Jun 06, 2019
  15. Jun 05, 2019
Loading