VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36440   14 years vboxsync build fix
(edit) @36438   14 years vboxsync RTSystemQueryDmiString: Should call CoUninitialize if …
(edit) @36408   14 years vboxsync log rotation review and adjustments: Don't delete any excess files if …
(edit) @36407   14 years vboxsync IPRT: Added RTStrCopyP, RTStrCopyPEx, RTStrCatP and RTStrCatPEx. These …
(edit) @36405   14 years vboxsync IPRT/xml: add optional parameter for adding a comment to the created …
(edit) @36392   14 years vboxsync r0drv/solaris/solevent*: Must re-check the wait condition before going …
(edit) @36390   14 years vboxsync thread-win.cpp: Backed out r70739 as OleUninitialize will decrement …
(edit) @36387   14 years vboxsync remove extra ole ref decrement
(edit) @36379   14 years vboxsync thread2-r0drv-linux.c: iprt-%s not vbox-%s as thread name (old …
(edit) @36378   14 years vboxsync thread2-r0drv-linux.c: Missing break in the RTTHREADTYPE_TIMER case. …
(edit) @36376   14 years vboxsync build fix
(edit) @36372   14 years vboxsync RTR0MemObjSize: Correct documentation and added alignment guarantee.
(edit) @36368   14 years vboxsync thread-win.cpp: Enabled the COM assertions + automatic cleanup.
(edit) @36367   14 years vboxsync fileio-win.cpp: Handle ERROR_NOT_ENOUGH_MEMORY conditions occuring …
(edit) @36366   14 years vboxsync iprt/thread-win.cpp: Experimental code (disabled) for checking for …
(edit) @36363   14 years vboxsync IPRT: Added g_frtAtExitCalled.
(edit) @36362   14 years vboxsync iprt/dllmain-win.cpp: Make sure IPRT doesn't ever get unloaded.
(edit) @36360   14 years vboxsync Runtime/r0drv/linux: fail to lock kernel memory for kmap()'ed memory
(edit) @36349   14 years vboxsync Runtime/log: another forgotten file
(edit) @36347   14 years vboxsync Runtime/log: adapt more places
(edit) @36344   14 years vboxsync Runtime/log: implement log rotation, adapt all code creating log files …
(edit) @36312   14 years vboxsync Runtime/common/misc/sg: temporarily sanity check
(edit) @36287   14 years vboxsync Runtime/r0drv/solaris: Fix for PIL changes while spinning across calls …
(edit) @36286   14 years vboxsync Warning again.
(edit) @36284   14 years vboxsync iprt/RTErrConvertToErrno: added VERR_NOT_IMPLEMENTED
(edit) @36282   14 years vboxsync Supress a Warning.
(edit) @36264   14 years vboxsync mp-r0drv-darwin.cpp: Use the generic 'possible' implementation.
(edit) @36262   14 years vboxsync SUPDrv,IPRT,++: Enabled the code for supporting up to 256 host …
(edit) @36261   14 years vboxsync Runtime/r0drv/solaris/semeventwait: Assert that PIL should not be …
(edit) @36254   14 years vboxsync GIP,++: Lots of CPUs (disabled).
(edit) @36244   14 years vboxsync Runtime/r0drv/linux: fix for older kernels
(edit) @36242   14 years vboxsync burn fix
(edit) @36241   14 years vboxsync cosmetics
(edit) @36240   14 years vboxsync reverted values
(edit) @36239   14 years vboxsync IPRT: set Linux R0 thread priority, compilation warning
(edit) @36233   14 years vboxsync IPRT: linux R0 threads
(edit) @36232   14 years vboxsync RTCPUSET, SUPDrv: Preparation for supporting 256 CPUs/cores/threads.
(edit) @36220   14 years vboxsync GIP: Force a couple of aCPUs accesses within bounds.
(edit) @36210   14 years vboxsync DrvIntNet: todo
(edit) @36192   14 years vboxsync typo
(edit) @36190   14 years vboxsync IPRT,Drivers: Committed a modified version of the …
(edit) @36167   14 years vboxsync Runtime/r3/posix: RTDirCreate should fail when creating a directory …
(edit) @36166   14 years vboxsync Runtime/r3/posix: RTDirCreate should fail when creating a directory …
(edit) @36155   14 years vboxsync Runtime/r3/solaris/coredumper: Make sure directory exists during …
(edit) @36123   14 years vboxsync IPRT: Required fixes for VFS on Windows.
(edit) @35960   14 years vboxsync IPRT/FreeBSD: uio_yield() was removed recently, use kern_yield()
(edit) @35935   14 years vboxsync Renabled the rtDirReadMore assertion, but made it ignore ENOENT.
(edit) @35884   14 years vboxsync shared folders: bogus assert
(edit) @35877   14 years vboxsync thread-posix.cpp: Use THREAD_BASIC_INFO_COUNT like tstDarwinSched.cpp does.
(edit) @35876   14 years vboxsync thread-posix.cpp: don't use uninitialized variables, fail instead. nits
(edit) @35857   14 years vboxsync Runtime: errmsgxpcom only for non-Windows
(edit) @35850   14 years vboxsync OS X: Implement missing method for CPU capping
(edit) @35811   14 years vboxsync nit
(edit) @35810   14 years vboxsync VMM: Replace most VERR_VERSION_MISMATCH by more specific error …
(edit) @35807   14 years vboxsync another comment
(edit) @35806   14 years vboxsync does not apply
(edit) @35805   14 years vboxsync comment
(edit) @35802   14 years vboxsync Runtime/r3/thread-posix: Implemented sys+user time for Solaris …
(edit) @35729   14 years vboxsync Runtime: extend XML attribute string buffers (fixes dropped CPUID leaf …
(edit) @35662   14 years vboxsync fix for r69559
(edit) @35655   14 years vboxsync Runtime/Makefile.kmk: Always build VBoxRTImp, shuts up kmk warning …
(edit) @35647   14 years vboxsync Linux 2.6.38-rc1 autoconf.h mess
(edit) @35603   14 years vboxsync Runtime/r0drv/linux/memobj: try a bit harder to allocate a page, …
(edit) @35585   14 years vboxsync iprt/string.h: Added RTStrFormatU[8|16|32|64|128] and …
(edit) @35572   14 years vboxsync Only VBoxRT, VBoxVMM, VBoxDD, VBoxDD2 and VBoxREM should be PIC avoiding.
(edit) @35568   14 years vboxsync IPRT: another ministring testcase
(edit) @35567   14 years vboxsync IPRT: fix rare crash in MiniString::substr(); rename substr() to …
(edit) @35558   14 years vboxsync Runtime/process: add a Solaris-specific flag to suppress changing the …
(edit) @35525   14 years vboxsync Followup to r69260: Need the size_t redefinition, so include …
(edit) @35512   14 years vboxsync iprt/types.h: Added RTFLOAT64U, RTFLOAT80U and RTFLOAT80U2.
(edit) @35499   14 years vboxsync Doppelmoppel
(edit) @35464   14 years vboxsync iprt/string.h: Added RTStrSpaceGetN.
(edit) @35463   14 years vboxsync TARGET_<target> -> <target>_1_TARGET, PATH_<…
(edit) @35445   14 years vboxsync Runtime/errmsgwin: add a heuristics for providing a human readable …
(edit) @35408   14 years vboxsync fileaio-win.cpp: Log native error code for unresolved errors …
(edit) @35398   14 years vboxsync re-applied r69255, r69257: properly wrap mem* to xf86mem* for older …
(edit) @35351   14 years vboxsync scm cleanups.
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35337   14 years vboxsync More build fixes
(edit) @35329   14 years vboxsync win adds build fix
(edit) @35319   14 years vboxsync 1. wddm: 64bit support 2. wddm: installation fixes (64bit support, …
(edit) @35294   14 years vboxsync Linux hosts: quick fix for CONFIG_DEBUG_SET_MODULE_RONX
(edit) @35225   14 years vboxsync Config.kmk,path.cpp: VBOX_PATH_APP_PRIVATE_ARCH_TOP.
(edit) @35222   14 years vboxsync Made RTPathAppPrivateNoArch return /opt/VirtualBox instead of …
(edit) @35218   14 years vboxsync Introduced RTPathAppPrivateArchTop for hacking around the …
(edit) @35213   14 years vboxsync Assigned real values to the RTVFS*_MAGIC[_DEAD] constants.
(edit) @35191   14 years vboxsync Some cleanup. Pass RTLDRLOAD_FLAGS_LOCAL instead of 0, since it's defined.
(edit) @35185   14 years vboxsync missing exports
(edit) @35183   14 years vboxsync RTLdrLoadEx use RTERRINFO.
(edit) @35182   14 years vboxsync iprt/err.h: Added RTErrInfo* for supplementing the IPRT style status …
(edit) @35165   14 years vboxsync memobj-r0drv-linux: defined is more correct here
(edit) @35152   14 years vboxsync *: added fFlags parameter to SUPR3HardenedLdrLoadAppPriv(), …
(edit) @35128   14 years vboxsync Main: more backslash conversion in settings read/write, so add generic …
(edit) @35122   14 years vboxsync Runtime: too much replaced in the last fix
(edit) @35076   14 years vboxsync RTStrVersionCompare: Made the a trailing 'r9' indicate of a sub-string …
(edit) @35051   14 years vboxsync warnings
(edit) @35024   14 years vboxsync Makefile.kmk: build fix
(edit) @35021   14 years vboxsync build fix
(edit) @35020   14 years vboxsync Replaced ntdll.lib from the WINDDK with a mini version that avoids the …
(edit) @35018   14 years vboxsync Replaced ntdll.lib from the WINDDK with a mini version that avoids the …
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