summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/r3/darwin/mp-darwin.cpp
Commit message (Expand)AuthorAgeFilesLines
* IPRT/darwin: Renamed variable in RTMpGetMaxFrequency. bugref:9898vboxsync2022-03-041-5/+5
* IPRT: Use same approach in RTMpGetMaxFrequency for getting at the a CPU in th...vboxsync2022-03-041-7/+26
* IPRT/mp/darwin: Reimplemented RTMpGetOnlineSet to avoid getting the same info...vboxsync2022-03-041-15/+31
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* IPRT/mp-darwin.cpp: get the clock-frequency from the CPU IOService if RTMpGet...vboxsync2021-01-151-1/+116
* IPRT/mp-darwin.cpp: Added RTMpCpuId implementations for bugref:9898.vboxsync2021-01-081-1/+20
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* (C) yearvboxsync2017-10-171-1/+1
* Runtime: warningsvboxsync2016-08-151-0/+4
* (C) 2016vboxsync2016-07-221-1/+1
* Runtime: actually use rtMpDarwinOnlinePhysicalCpus() when determining the num...vboxsync2016-01-111-0/+6
* *: scm cleanup run.vboxsync2015-08-141-3/+3
* IPRT: Updated (C) year.vboxsync2015-06-091-1/+1
* Runtime/darwin: implemented RTMpGetCoreCount()vboxsync2013-07-111-14/+65
* Runtime/r3/darwin/mp-darwin: fixed typovboxsync2013-06-191-1/+1
* header (C) fixesvboxsync2013-02-041-1/+1
* bugref..vboxsync2012-06-161-1/+1
* IPRT: -Wunused-parameter.vboxsync2011-10-221-0/+1
* RTCPUSET, SUPDrv: Preparation for supporting 256 CPUs/cores/threads.vboxsync2011-03-091-1/+1
* *: spelling fixes, thanks Timeless!vboxsync2010-10-281-2/+2
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).vboxsync2008-11-051-2/+2
* RTMpIsCpuOnline() for Darwinvboxsync2008-08-291-2/+12
* Fix for huge MHz numbers reported by list hostinfo on darwinvboxsync2008-08-271-1/+1
* comment vboxsync2008-07-141-1/+1
* Cooked up some basic RTMp for darwin.vboxsync2008-07-101-0/+188