VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @102006   16 months vboxsync libs/xpcom: Use RTStrFormatR64() and RTStrToFloatEx() instead of …
(edit) @102005   16 months vboxsync libs/xpcom: Use RTStrToDoubleEx() instead of PR_strtod() in …
(edit) @102004   16 months vboxsync libs/xpcom: Drop floating point support from PR_sscanf() as it is not …
(edit) @102003   16 months vboxsync libs/xpcom/nsprpub: Convert from PR_ASSERT to IPRT assertions, …
(edit) @102002   16 months vboxsync libs/xpcom: Get rid of unused prmmap.c in nsprpub, bugref:10545
(edit) @102001   16 months vboxsync libs/xpcom: Get rid of prlog.{c,h} in nsprpub, bugref:10545
(edit) @102000   16 months vboxsync libs/xpcom/nsprpub: Convert from PR_ASSERT to IPRT assertions, bugref:10545
(edit) @101999   16 months vboxsync libs/xpcom/nsprpub/lib: Convert from PR_ASSERT to IPRT assertions, …
(edit) @101998   16 months vboxsync libs/xpcom: Remove unused include, bugref:10545
(edit) @101997   16 months vboxsync libs/xpcom/xpcom: Convert from PR_ASSERT to IPRT assertions, bugref:10545
(edit) @101996   16 months vboxsync libs/xpcom/ipc: More conversion to IPRT infrastructure, bugref:10545
(edit) @101995   16 months vboxsync libs/xpcom/ipc: Remove unused transmngr/module code, bugref:10545
(edit) @101994   16 months vboxsync libs/xpcom: Convert ptthread.c from PR_LOG to IPRT's logging …
(edit) @101993   16 months vboxsync libs/xpcom: Convert nsEventQueue.cpp from PR_LOG to IPRT's logging …
(edit) @101992   16 months vboxsync libs/xpcom: Convert nsEventQueueService.cpp from PR_LOG to IPRT's …
(edit) @101991   16 months vboxsync libs/xpcom: Convert nsThread.cpp from PR_LOG to IPRT's logging …
(edit) @101990   16 months vboxsync libs/xpcom: Convert plevent.c from PR_LOG to IPRT's logging …
(edit) @101989   16 months vboxsync libs/xpcom: Cleanup nsComponentManager.cpp, convert from PR_LOG to …
(edit) @101988   16 months vboxsync libs/xpcom: Cleanup nsComponentManager.cpp, convert from PR_LOG to …
(edit) @101987   16 months vboxsync libs/xpcom: Cleanup nsNativeComponentLoader.cpp, convert from PR_LOG …
(edit) @101986   16 months vboxsync libs/xpcom: Convert nsObserverService.cpp from PR_LOG to IPRT's Log, …
(edit) @101985   16 months vboxsync libs/xpcom: Cleanup nsDebugImpl.{cpp,h}, remove unused code and move a …
(edit) @101984   16 months vboxsync VMM/IEM: Added a flush mask for guest register shadows to the …
(edit) @101983   16 months vboxsync libs/xpcom: Remove unused PR_Sleep, bugref:10545
(edit) @101982   16 months vboxsync libs/xpcom: Convert PR_Sleep to RTThreadSleep/RTThreadYield, bugref:10545
(edit) @101981   16 months vboxsync libs/xpcom: Convert plevent.{c,h} to IPRT critical sections and event …
(edit) @101980   16 months vboxsync libs/xpcom: Remove dead code in nsNativeCharsetUtils.cpp, bugref:10545
(edit) @101979   16 months vboxsync FE/Qt: bugref:10543: VM Settings / Network pages: Make sure promisc. …
(edit) @101978   16 months vboxsync libs/xpcom/xpcom/io: Convert some code from using PRLock to IPRT's …
(edit) @101977   16 months vboxsync libs/xpcom: Get rid of the now unused PR_Atomic* API, bugref:10545 [fix]
(edit) @101976   16 months vboxsync libs/xpcom/xpcom/components: Convert some code from using PRLock to …
(edit) @101975   16 months vboxsync libs/xpcom/xpcom: Convert some code from using PRLock to IPRT's …
(edit) @101974   16 months vboxsync FE/Qt: bugref:10543: VM Settings / System pages: Load amount of …
(edit) @101973   16 months vboxsync libs/xpcom: Remove some hopefully not used code (localtime_r should be …
(edit) @101972   16 months vboxsync libs/xpcom: Remove some hopefully not used code (localtime_r should be …
(edit) @101971   16 months vboxsync libs/xpcom: Get rid of the now unused PR_Atomic* API, bugref:10545 [fix]
(edit) @101970   16 months vboxsync libs/xpcom: Get rid of the now unused PR_Atomic* API, bugref:10545 [fix]
(edit) @101969   16 months vboxsync libs/xpcom: Get rid of the now unused PR_Atomic* API, bugref:10545
(edit) @101968   16 months vboxsync libs/xpcom/nsprpub: Convert PR_Atomic* to ASMAtomic*, bugref:10545
(edit) @101967   16 months vboxsync libs/xpcom/xpcom: Convert PR_Atomic* to ASMAtomic*, bugref:10545
(edit) @101966   16 months vboxsync libs/xpcom/ipc: Convert PR_Atomic* to ASMAtomic*, bugref:10545
(edit) @101965   16 months vboxsync libs/xpcom: Get rid of now unused PR_GetEnv/PR_SetEnv API, …
(edit) @101964   16 months vboxsync libs/xpcom: Get rid of the file descriptor cache in nsprpub as it …
(edit) @101963   16 months vboxsync libs/xpcom: Get rid of now unused PR_GetEnv/PR_SetEnv API, bugref:10545
(edit) @101962   16 months vboxsync libs/xpcom: Convert PR_GetEnv/PR_SetEnv to IPRT RTEnv* API, bugref:10545
(edit) @101961   16 months vboxsync libs/xpcom: Get rid of more now unused code in nsprpub, bugref:10545
(edit) @101960   16 months vboxsync libs/xpcom: Convert nsThread.{cpp,h} to the IPRT RTTls* API, bugref:10545
(edit) @101959   16 months vboxsync libs/xpcom: Convert ipcLockService.{cpp,h} to IPRT and remove some …
(edit) @101958   16 months vboxsync VMM/IEM: Flush PC and other shadow guest register copies when emitting …
(edit) @101957   16 months vboxsync libs/xpcom: Convert nsExceptionService.{cpp,h} to IPRT, bugref:10545
(edit) @101956   16 months vboxsync libs/xpcom/python: Convert to IPRT and remove some dead code, …
(edit) @101955   16 months vboxsync libs/xpcom/python: Convert to IPRT and remove some dead code, bugref:10545
(edit) @101954   16 months vboxsync VMM/IEM: Eliminated IEM_MC_ASSIGN_U8_SX_U64 and …
(edit) @101953   16 months vboxsync VMM/IEM: Removed IEM_MC_ASSIGN as it's not unused. bugref:10371
(edit) @101952   16 months vboxsync VMM/IEM: Corrected wrong immediate manipulation using locals (and …
(edit) @101951   16 months vboxsync VMM/IEM: More IEM_MC_ASSIGN elimination. bugref:10371
(edit) @101950   16 months vboxsync VMM/IEM: Eliminated IEM_MC_ASSIGN use from IEMAllInstTwoByte0f.cpp.h, …
(edit) @101949   16 months vboxsync VMM/IEM: Eliminated IEM_MC_ASSIGN use from IEMAllInstOneByte.cpp.h, …
(edit) @101948   16 months vboxsync libs/xpcom: Get rid of more unused code in nsprpub, bugref:10545
(edit) @101947   16 months vboxsync libs/xpcom: Get rid of now unused code in nsprpub, bugref:10545
(edit) @101946   16 months vboxsync libs/xpcom: Convert plarena.c to use IPRT, bugref:10545
(edit) @101945   16 months vboxsync libs/xpcom: Get rid of now unused code in nsprpub (prlink.c++), …
(edit) @101944   16 months vboxsync libs/xpcom: Convert xcDll.{cpp,h} and nsLocalFileUnix.cpp to use our …
(edit) @101943   16 months vboxsync Additions: X11/Wayland: Add --check switch to vboxwl which should tell …
(edit) @101942   16 months vboxsync libs/xpcom: Remove unused code in xcDll.{cpp,h}, bugref:10545
(edit) @101941   16 months vboxsync Additions: X11/Wayland: Do not link VBoxClient w/ glib and gobject …
(edit) @101940   16 months vboxsync Additions: X11/Wayland: Prevent gcc warning about pFlow can be …
(edit) @101939   16 months vboxsync libs/xpcom/python: Don't call PyEval_InitThreads() on python >= 3.9.0 …
(edit) @101938   16 months vboxsync libs/xpcom/python: Remove unused file, bugref:10545
(edit) @101937   16 months vboxsync Additions/solaris/{Installer,vboxms,vboxservice}: Add support for the …
(edit) @101936   16 months vboxsync libs/xpcom: Remove support for IPC modules which we never used …
(edit) @101935   16 months vboxsync libs/xpcom: Remove an unused code in nsprpub, bugref:10545
(edit) @101934   16 months vboxsync libs/xpcom: Remove support for IPC modules which we never used …
(edit) @101933   16 months vboxsync libs/xpcom: Remove support for IPC modules which we never used …
(edit) @101932   16 months vboxsync VMM/CPUM: Nested VMX: Updated cpumR3AreVmxCpuFeaturesCompatible() for …
(edit) @101931   16 months vboxsync libs/xpcom: Remove an unused header in nsprpub, bugref:10545
(edit) @101930   16 months vboxsync libs/xpcom: Remove an unused code and locks (still being created) in …
(edit) @101929   16 months vboxsync libs/xpcom: Remove an unused lock (was still created) in unix.c, …
(edit) @101928   16 months vboxsync libs/xpcom: Remove unused code in nsDeque.{cpp,h}, bugref:10545 [fix]
(edit) @101927   16 months vboxsync libs/xpcom: Remove unused code in nsDeque.{cpp,h}, bugref:10545
(edit) @101926   16 months vboxsync libs/xpcom: Remove some unused code, bugref:10545
(edit) @101925   16 months vboxsync libs/xpcom: Get rid of PR_Lock support in nsAutoLock now that …
(edit) @101924   16 months vboxsync libs/xpcom/ipcDConnectService: Convert to use RTSEMFASTMUTEX for …
(edit) @101923   16 months vboxsync libs/xpcom/java: Convert to use RTSEMFASTMUTEX for locking, bugref:10545
(edit) @101922   16 months vboxsync libs/xpcom: Convert xptiInterfaceInfoManager.{cpp,h} to use …
(edit) @101921   16 months vboxsync libs/xpcom/TestAutoLock: Convert to use a fast an IPRT mutex …
(edit) @101920   16 months vboxsync libs/xpcom: Get rid of unused nsIConsole* and nsConsole interfaces …
(edit) @101919   16 months vboxsync libs/xpcom/python: Get rid of the log to mozilla console service code …
(edit) @101918   16 months vboxsync libs/xpcom/python: Get rid of the log to mozilla console service code …
(edit) @101917   16 months vboxsync libs/xpcom: Convert nsObserverList.{cpp,h} to use an IPRT fast mutex, …
(edit) @101916   16 months vboxsync libs/xpcom: Add the possibility to use IPRT RTSEMFASTMUTEX semaphores …
(edit) @101915   16 months vboxsync libs/xpcom: Remove some unused code in ipcdclient.cpp, bugref:10545
(edit) @101914   16 months vboxsync libs/xpcom: Add the possibility to use IPRT RTSEMFASTMUTEX semaphores …
(edit) @101913   16 months vboxsync VMM/IEM: Release build fix for arm64. bugref:10371
(edit) @101912   16 months vboxsync VMM/IEM: doxygen fix. bugref:10371
(edit) @101911   16 months vboxsync VMM/IEM: Added IEM_MC_NO_NATIVE_RECOMPILE and cleaned up …
(edit) @101908   16 months vboxsync VMM/IEM: Arm64 code generation fixes. bugref:10371
(edit) @101907   16 months vboxsync libs/xpcom: Remove unused code from nsprpub, bugref:10545 [fix]
(edit) @101906   16 months vboxsync VMM/IEM: Arm64 host build & bug fixes, alternative disassembler. …
(edit) @101905   16 months vboxsync libs/xpcom: Remove unused code from nsprpub, bugref:10545
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette