VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @40132   13 years vboxsync Runtime/win: minor .def update for the updated OpenSSL library
(edit) @40131   13 years vboxsync Runtime/win: update .def file to reflect additional functions
(edit) @40105   13 years vboxsync Runtime/test: Propagate return code to caller
(edit) @40103   13 years vboxsync Runtime/semeventmulti-posix.cpp: Fix bug which causes that a …
(edit) @40102   13 years vboxsync Runtime/pipe-posix: Use timeout value in RTPipeSelectOne
(edit) @40101   13 years vboxsync Runtime/fs-posix: Missing error propagation
(edit) @40046   13 years vboxsync RTProcDaemonizeUsingFork: close pidfile handle in some error cases
(edit) @39987   13 years vboxsync Runtime/r3/fileio-win: also properly handle the unlikely case
(edit) @39933   13 years vboxsync Runtime/xml: be paranoid
(edit) @39867   13 years vboxsync process-win.cpp: Splitting monster function.
(edit) @39866   13 years vboxsync process-win.cpp: Addressing todos, fixed a potential heap corruption …
(edit) @39865   13 years vboxsync build fix.
(edit) @39864   13 years vboxsync process-win.cpp: address previous todo, added new ones, some clean up.
(edit) @39863   13 years vboxsync process-win.cpp: Do not return failure because UnloadUserProfile …
(edit) @39846   13 years vboxsync %ld -> %u + %#x.
(edit) @39842   13 years vboxsync IPRT/process-win: Fixed handle leak on legacy APIs; check rc when …
(edit) @39807   13 years vboxsync duh2!
(edit) @39806   13 years vboxsync duh!
(edit) @39804   13 years vboxsync Fixed regression (I hope) in yesterdays tcp/socket changes (name …
(edit) @39802   13 years vboxsync IPRT: socket / address resolving fixes. Debugged.
(edit) @39801   13 years vboxsync IPRT: socket / address resolving fixes.
(edit) @39753   13 years vboxsync IPRT: disable critical error message boxes on init. Take three.
(edit) @39752   13 years vboxsync IPRT: disable critical error message boxes on init. Take two.
(edit) @39751   13 years vboxsync IPRT: disable critical error message boxes on init.
(edit) @39729   13 years vboxsync Acquire the necessary privileges to perform shutdown if need too. …
(edit) @39728   13 years vboxsync nit
(edit) @39727   13 years vboxsync VINF_SYS_MAY_POWER_OFF
(edit) @39726   13 years vboxsync RTSystemShutdown/win: Initial implementation.
(edit) @39724   13 years vboxsync Shutdown implementation for linux (untested).
(edit) @39692   13 years vboxsync pipe-posix.cpp: solaris build fix.
(edit) @39691   13 years vboxsync pipe-win.cpp: build fix.
(edit) @39690   13 years vboxsync IPRT: Added RTPipeQueryReadable.
(edit) @39627   13 years vboxsync backed out previous changeset
(edit) @39626   13 years vboxsync more symlink stuff
(edit) @39612   13 years vboxsync IPRT/*: add _NO_SYMLINKS flags to certain functions
(edit) @39489   13 years vboxsync Runtime: compatibility fix
(edit) @39443   13 years vboxsync Introduced RTThreadSleepNoLog for spinlocking in the electric fence …
(edit) @39395   13 years vboxsync IPRT/stream-r3: Fixed broken char-by-char output in rtStrmWriteLocked().
(edit) @39388   13 years vboxsync RTStrSetMode: Only recheck when flipping the binary flag.
(edit) @39384   13 years vboxsync IPRT/stream-r3: Bugfixes for re-checking/applying stream modes.
(edit) @39383   13 years vboxsync faster, better. untested. :)
(edit) @39382   13 years vboxsync Use RT_BOOL!
(edit) @39381   13 years vboxsync Build fix.
(edit) @39380   13 years vboxsync Build fix.
(edit) @39377   13 years vboxsync iprt/stream.h: Added RTStrSetMode. (untested)
(edit) @39327   13 years vboxsync scm whitespace cleanups.
(edit) @39143   13 years vboxsync Runtime/fileaio-posix: Don't use NULL for size_t (patch from public #9830)
(edit) @39093   13 years vboxsync build fix
(edit) @39092   13 years vboxsync alloc-ef-cpp.cpp: build fix.
(edit) @39091   13 years vboxsync More parameter warning fixes; made PciIch9 check the saved state version.
(edit) @39089   13 years vboxsync alloc-ef-cpp.cpp: Another build fix…
(edit) @39088   13 years vboxsync alloc-ef-cpp.cpp: build fix.
(edit) @39087   13 years vboxsync alloc-ef-cpp.cpp: Always compile the stuff, so that fencing depends on …
(edit) @39083   13 years vboxsync IPRT: -Wunused-parameter.
(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   14 years vboxsync IPRT/RTProcCreateEx: fixed memory leak
(edit) @37493   14 years vboxsync Runtime: fix mem leak
(edit) @37448   14 years vboxsync process-creation/*: Adjusted assertions for RTPROC_FLAGS_SAME_CONTRACT …
(edit) @37447   14 years vboxsync GuestCtrl/Execute: Added NoProfile flag for executing processes …
(edit) @37423   14 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
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