summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/r3/darwin
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-042-8/+27
* IPRT: Better RTMpGetDescription for darwin.arm (first M1 has two clusters of ...vboxsync2022-03-041-7/+102
* IPRT/mp/darwin: Reimplemented RTMpGetOnlineSet to avoid getting the same info...vboxsync2022-03-042-17/+35
* scm --update-copyright-yearvboxsync2022-01-0113-13/+13
* IPRT/RTKrnlModLoadedQueryInfoAll: Fixed regression from r146424.vboxsync2021-08-251-2/+2
* IPRT: More VALID_PTR -> RT_VALID_PTR/AssertPtr.vboxsync2021-08-231-1/+2
* IPRT/mp-darwin.cpp: get the clock-frequency from the CPU IOService if RTMpGet...vboxsync2021-01-151-1/+116
* IPRT: Added generic RTMpGetDescription implementation for darwin. bugref:9898vboxsync2021-01-081-0/+66
* IPRT/mp-darwin.cpp: Added RTMpCpuId implementations for bugref:9898.vboxsync2021-01-081-1/+20
* Runtime: Add API to load kernel modules by name and add simple implementation...vboxsync2020-09-261-2/+71
* Main: bugref:9224: Added RTFileQuerySectorSize into IPRTvboxsync2020-08-241-0/+79
* IPRT/RTCrStoreCreateSnapshotById-darwin.cpp: Ignore deprecation warnings for ...vboxsync2020-07-141-0/+10
* IPRT/RTPathUserDocuments-darwin.cpp: Addressed API deprecation. bugref:9790vboxsync2020-07-101-1/+15
* Copyright year updates by scm.vboxsync2020-02-0411-11/+11
* Main: bugref:7929: Fixed comilation issuesvboxsync2019-03-271-1/+1
* Main: bugref:7929: Added ability to change the priority of the VM processvboxsync2019-03-271-12/+36
* scm --update-copyright-yearvboxsync2019-01-0111-11/+11
* IPRT: Ran scm --fix-err-h. bugref:9344vboxsync2018-12-254-4/+4
* IPRT/krnlmod-darwin: Load and resolve IOKit dependency manually as it is not ...vboxsync2018-09-131-69/+108
* (C) yearvboxsync2017-10-1710-10/+10
* include file build fixes (kmk -C include)vboxsync2017-09-061-1/+1
* Runtime: Start hacking on API to query information about loaded kernel module...vboxsync2017-06-071-0/+352
* Runtime: warningsvboxsync2016-08-151-0/+4
* (C) 2016vboxsync2016-07-2210-10/+10
* IPRT: scmvboxsync2016-07-221-2/+1
* never use AssertStmt(..., continue) but use AssertContinue(...) (look at the ...vboxsync2016-03-151-2/+2
* Runtime: actually use rtMpDarwinOnlinePhysicalCpus() when determining the num...vboxsync2016-01-111-0/+6
* build fixvboxsync2015-08-291-0/+5
* IPRT: Implemented RTCrStoreCreateSnapshotById for darwin.vboxsync2015-08-291-0/+244
* *: scm cleanup run.vboxsync2015-08-149-39/+41
* IPRT: Updated (C) year.vboxsync2015-06-099-9/+9
* Runtime: Fix RTTimeMilliTS() on FreeBSD. Use macros for time units rather tha...vboxsync2014-09-231-4/+4
* Runtime/r3/darwin/rtProcInitExePath: use realpath when determining the path o...vboxsync2014-01-241-1/+10
* Runtime/darwin: implemented RTMpGetCoreCount()vboxsync2013-07-111-14/+65
* Runtime/r3/darwin/mp-darwin: fixed typovboxsync2013-06-191-1/+1
* Use NSStartSearchPathEnumeration + NSDocumentDirectory insted of FSFindFolder...vboxsync2013-03-281-11/+54
* header (C) fixesvboxsync2013-02-044-4/+4
* IPRT: Implemented RTSystemQueryTotalRam and RTSystemQueryAvailableRam for dar...vboxsync2012-09-261-0/+86
* bugref..vboxsync2012-06-161-1/+1
* IPRT: -Wunused-parameter.vboxsync2011-10-222-1/+1
* darwin build fixvboxsync2011-06-221-9/+9
* iprt: add RTPathUserDocumentsvboxsync2011-04-071-0/+55
* Use DECLHIDDEN, especially in IPRT.vboxsync2011-04-051-3/+3
* RTCPUSET, SUPDrv: Preparation for supporting 256 CPUs/cores/threads.vboxsync2011-03-091-1/+1
* Runtime/darwin: RTTimeSystemMilliTS incorrectly returned nanosecond resolutionvboxsync2010-12-091-1/+1
* *: spelling fixes, thanks Timeless!vboxsync2010-10-282-3/+3
* iprt/symlink.h: Initial code (only tested on linux).vboxsync2010-10-251-0/+13
* IPRT: Use the mmap+heap stuff on all posixy platforms.vboxsync2010-10-201-154/+0
* IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on posix. (Tu...vboxsync2010-10-201-1/+1