VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

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

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