VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @39070   13 years vboxsync VMM,IPRT: -Wunused-function.
(edit) @39032   13 years vboxsync IPRT: Fixed unused variable warnings.
(edit) @39030   13 years vboxsync RTFileGetSize/posix: Make it figure the size of a volume/disk.
(edit) @39027   13 years vboxsync RTFileGetSize/win: Made it grok volume & disks (some disks anyway).
(edit) @39025   13 years vboxsync fileio-win.cpp: hacking in progress…
(edit) @38904   13 years vboxsync some small memory leaks in error cases and additional NULL checks
(edit) @38758   13 years vboxsync IPRT: Added Windows 8 OS detection
(edit) @38658   13 years vboxsync IPRT: , and are now deprecated, the conversion to local codeset …
(edit) @38639   13 years vboxsync iprt: burn fix. can expose these variables later if needed.
(edit) @38638   13 years vboxsync iprt: Change the console CP to CP_ACP if initializing from an …
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38618   13 years vboxsync VBoxHeadless/win: dont create console window for console VBoxHeadless app
(edit) @38332   13 years vboxsync Runtime/fileaio-freebsd: Fix error check for aio_error (detected by …
(edit) @38036   13 years vboxsync VBoxRT: add SSL_get_certificate.
(edit) @37774   13 years vboxsync Build fixes for current FreeBSD 9 (Thanks to Bernhard Froehlich and …
(edit) @37733   13 years vboxsync gcc 4.4.4 build fix for VBOX_WITH_EF_WRAPS=1.
(edit) @37679   13 years vboxsync iprt/fileio-posix: gcc-4.6 warning => error
(edit) @37631   13 years vboxsync coredumper-solaris.*,tstRTCoreDump: Don't use RTFile*; rewrote …
(edit) @37609   13 years vboxsync build fix
(edit) @37607   13 years vboxsync build fix
(edit) @37600   13 years vboxsync build fix
(edit) @37598   13 years vboxsync build fix
(edit) @37597   13 years vboxsync darwin build fix
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37563   13 years vboxsync Runtime/pathhost-posix.cpp: missing include
(edit) @37499   13 years vboxsync IPRT/RTProcCreateEx: fixed memory leak
(edit) @37493   13 years vboxsync Runtime: fix mem leak
(edit) @37448   13 years vboxsync process-creation/*: Adjusted assertions for RTPROC_FLAGS_SAME_CONTRACT …
(edit) @37447   13 years vboxsync GuestCtrl/Execute: Added NoProfile flag for executing processes …
(edit) @37423   13 years vboxsync Ran the source code massager (scm).
(edit) @37318   14 years vboxsync build hack
(edit) @37313   14 years vboxsync RTProcWait/win: build fix
(edit) @37312   14 years vboxsync RTProcWait/win: Don't leak opened process handles.
(edit) @37311   14 years vboxsync rtProcWinRemovePid: Don't forget to close the process handle.
(edit) @37310   14 years vboxsync rtThreadNativeDestroy/win: build fix
(edit) @37309   14 years vboxsync rtThreadNativeDestroy: Close the native thread handle.
(edit) @37277   14 years vboxsync Runtime/crypto+ssl: build cleanup and fixes
(edit) @37267   14 years vboxsync Build fix.
(edit) @37266   14 years vboxsync Windows ExtPack build fix.
(edit) @37254   14 years vboxsync OpenSSL: link ssl library.
(edit) @37233   14 years vboxsync IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
(edit) @37211   14 years vboxsync Some ASMAtomic*Size elimiation.
(edit) @37197   14 years vboxsync Runtime/udp: build fix
(edit) @37196   14 years vboxsync Runtime/socket+udp: new socket functions needed to provide UDP as part …
(edit) @37170   14 years vboxsync linux affinity code.
(edit) @37156   14 years vboxsync build fix
(edit) @37155   14 years vboxsync build fix
(edit) @37154   14 years vboxsync RTThread[SG]etAffinity cleanup
(edit) @36912   14 years vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36906   14 years vboxsync RTPathRename, RTFileRename, RTDirRename / posix: Use stat instead of …
(edit) @36879   14 years vboxsync IPRT/path-win: Fixed NT4 breakage when using SHGetFolderPathW.
(edit) @36675   14 years vboxsync nit
(edit) @36614   14 years vboxsync iprt: next try
(edit) @36613   14 years vboxsync iprt: try to fix win burn
(edit) @36611   14 years vboxsync iprt: add RTPathUserDocuments
(edit) @36601   14 years vboxsync build fix
(edit) @36597   14 years vboxsync IPRT: Implemented the memory tracker.
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @36549   14 years vboxsync IPRT: hide stuff…
(edit) @36527   14 years vboxsync iprt::MiniString -> RTCString.
(edit) @36523   14 years vboxsync Renamed iprt::Error to RTCError.
(edit) @36521   14 years vboxsync iprt/cpp/lock.h: RTLock, RTLockMtx -> RTCLock, RTClockMtx. 'RTC' is …
(edit) @36474   14 years vboxsync Runtime/r3/solaris/coredumper: log stmt.
(edit) @36465   14 years vboxsync Runtime/r3/solaris/coredumper: replace RTFileOpen() with open() …
(edit) @36440   14 years vboxsync build fix
(edit) @36438   14 years vboxsync RTSystemQueryDmiString: Should call CoUninitialize if …
(edit) @36405   14 years vboxsync IPRT/xml: add optional parameter for adding a comment to the created …
(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) @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) @36262   14 years vboxsync SUPDrv,IPRT,++: Enabled the code for supporting up to 256 host …
(edit) @36232   14 years vboxsync RTCPUSET, SUPDrv: Preparation for supporting 256 CPUs/cores/threads.
(edit) @36210   14 years vboxsync DrvIntNet: todo
(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) @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) @35850   14 years vboxsync OS X: Implement missing method for CPU capping
(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) @35558   14 years vboxsync Runtime/process: add a Solaris-specific flag to suppress changing the …
(edit) @35408   14 years vboxsync fileaio-win.cpp: Log native error code for unresolved errors …
(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) @35191   14 years vboxsync Some cleanup. Pass RTLDRLOAD_FLAGS_LOCAL instead of 0, since it's defined.
(edit) @35183   14 years vboxsync RTLdrLoadEx use RTERRINFO.
(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 …
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