Skip to content
Snippets Groups Projects
  1. Apr 19, 2021
  2. Apr 16, 2021
  3. Apr 14, 2021
  4. Apr 13, 2021
  5. Apr 12, 2021
  6. Mar 30, 2021
  7. Mar 29, 2021
  8. Mar 08, 2021
  9. Mar 05, 2021
  10. Mar 03, 2021
  11. Mar 01, 2021
  12. Feb 12, 2021
  13. Feb 11, 2021
  14. Feb 10, 2021
  15. Feb 09, 2021
    • Sean McBride's avatar
      SystemInformation: Improve ParseSysCtl error checking · 45e42f63
      Sean McBride authored and Brad King's avatar Brad King committed
      - ensure the return value of every sysctlbyname call is checked.
        On Apple Silicon aka arm64 some of them do return an error,
        for example hw.cpufrequency, and we were getting nonsense values.
      - when sysctlbyname returns an error, always provide a fallback value
      - be a bit more paranoid about leaving space for null termination in temp buf
      - corrected "machdep.cpu.model" and "machdep.cpu.stepping" from int64 to int32,
        as documented.
      - added Apple to the Manufacturer enum
      45e42f63
  16. Feb 02, 2021
  17. Feb 01, 2021
  18. Jan 25, 2021
  19. Jan 22, 2021
  20. Jan 05, 2021
  21. Jan 04, 2021
  22. Sep 29, 2020
  23. Sep 28, 2020
  24. Aug 05, 2020
Loading