Skip to content
Snippets Groups Projects
  1. Apr 12, 2021
  2. Mar 30, 2021
  3. Mar 29, 2021
  4. Mar 08, 2021
  5. Mar 05, 2021
  6. Mar 03, 2021
  7. Mar 01, 2021
  8. Feb 12, 2021
  9. Feb 11, 2021
  10. Feb 10, 2021
  11. 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
  12. Feb 02, 2021
  13. Feb 01, 2021
  14. Jan 25, 2021
  15. Jan 22, 2021
  16. Jan 05, 2021
  17. Jan 04, 2021
  18. Sep 29, 2020
  19. Sep 28, 2020
  20. Aug 05, 2020
  21. Aug 03, 2020
  22. Jul 31, 2020
  23. Jul 24, 2020
  24. Jul 23, 2020
  25. Jun 05, 2020
  26. May 27, 2020
  27. May 26, 2020
Loading