Fix CPU count determination on some UNIX systems
A free file archiver for extremely high compression
Brought to you by:
ipavlov
Use sysctl _SC_NPROCESSORS_ONLN instead of _SC_NPROCESSORS_CONF to determine the number of online and available CPUs.
On OpenBSD / amd64 for example SMT is disabled by default so the code currently falsely determines 8 CPUs are online when it should be 4.