Skip to content
Snippets Groups Projects
  1. Jul 28, 2019
    • Luca Pizzamiglio's avatar
      Add support for FreeBSD CURRENT (aka freebsd13) · 4a74f1e0
      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
      4a74f1e0
  2. Jul 27, 2019
  3. Jul 26, 2019
  4. Jul 15, 2019
  5. Jul 11, 2019
  6. Jul 10, 2019
  7. Jul 09, 2019
  8. Jul 05, 2019
  9. Jun 27, 2019
  10. Jun 26, 2019
  11. Jun 23, 2019
  12. Jun 20, 2019
  13. Jun 14, 2019
  14. Jun 13, 2019
  15. 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
  16. Jun 07, 2019
  17. Jun 06, 2019
Loading