VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @39744   13 years vboxsync rtr0memobj: Status code adjustments.
(edit) @39730   13 years vboxsync iprt/cdrom.h + cdrom-generic.cpp: Sketched out an API for messing with …
(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) @39723   13 years vboxsync RTShutdown tool.
(edit) @39721   13 years vboxsync RTSystemShutdown: stub.
(edit) @39705   13 years vboxsync comment indent.
(edit) @39703   13 years vboxsync Runtime/r0drv: get the physical address of Linux kernel kmap mappings …
(edit) @39702   13 years vboxsync Runtime/r0drv/Linux: reverted r75548, not the right fix.
(edit) @39701   13 years vboxsync attempt at fixing the add build.
(edit) @39697   13 years vboxsync Runtime/r0drv: get the physical address of Linux kernel kmap mappings too.
(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) @39657   13 years vboxsync IPRT/FreeBSD: Rewrite of R0 memory objects handling, thanks to Andriy …
(edit) @39656   13 years vboxsync IPRT/FreeBSD: Fix warning, thanks to Andriy Gapon and Bernhard Froehlich
(edit) @39644   13 years vboxsync d'oh!
(edit) @39643   13 years vboxsync SharedFolders: more fixes
(edit) @39640   13 years vboxsync Correct RTREQPOOLSTAT_NS_AVERAGE_REQ_QUEUED and …
(edit) @39639   13 years vboxsync reqpool.cpp: Use the pool name to name the worker threads.
(edit) @39636   13 years vboxsync reqpool: fixed RTREQPOOLSTAT_REQUESTS_PROCESSED.
(edit) @39634   13 years vboxsync reqpool.cpp: build fix.
(edit) @39633   13 years vboxsync forgot to add the testcase…
(edit) @39632   13 years vboxsync Most of the reqpool code is there now. The testcase didn't turn up any …
(edit) @39627   13 years vboxsync backed out previous changeset
(edit) @39626   13 years vboxsync more symlink stuff
(edit) @39621   13 years vboxsync Removed unused variable (c&p).
(edit) @39620   13 years vboxsync more reqpool code.
(edit) @39617   13 years vboxsync later.
(edit) @39616   13 years vboxsync reqpool.cpp: Some more code.
(edit) @39612   13 years vboxsync IPRT/*: add _NO_SYMLINKS flags to certain functions
(edit) @39550   13 years vboxsync Request thread pool hancking. Some RTReq refactoring as always…
(edit) @39545   13 years vboxsync laptop -> workstation.
(edit) @39521   13 years vboxsync FreeBSD: Certain fixes to run on CURRENT and clean up the support …
(edit) @39517   13 years vboxsync Some request thread pool musings.
(edit) @39515   13 years vboxsync *: Use RTLISTANCHOR.
(edit) @39510   13 years vboxsync laptop -> workstation.
(edit) @39504   13 years vboxsync RTReq: A bit more.
(edit) @39503   13 years vboxsync RTReq: Bugfix and some more refactoring.
(edit) @39502   13 years vboxsync RTReqQueueDestroy: Don't forget to destroy the requests.
(edit) @39500   13 years vboxsync RTReq: More refactoring.
(edit) @39499   13 years vboxsync forgot this…
(edit) @39498   13 years vboxsync RTReq refactoring.
(edit) @39489   13 years vboxsync Runtime: compatibility fix
(edit) @39480   13 years vboxsync fix for r75104
(edit) @39460   13 years vboxsync Runtime/r0drv/solaris: Spinlocks should be taken at PIL_MAX.
(edit) @39458   13 years vboxsync log.cpp: Change the time and timeprog prefixes from milliseconds to …
(edit) @39456   13 years vboxsync rtThreadMain: Try prevent gcc from hiding arguments in optimized …
(edit) @39448   13 years vboxsync Runtime: forgot the Makefiles
(edit) @39447   13 years vboxsync Runtime: add Uniform Resource Identifier handling support
(edit) @39443   13 years vboxsync Introduced RTThreadSleepNoLog for spinlocking in the electric fence …
(edit) @39439   13 years vboxsync manifest3.cpp: plugged leak.
(edit) @39438   13 years vboxsync vfschain.cpp: Don't forget to set the return value. duh.
(edit) @39436   13 years vboxsync Runtime/ldrkStuff: fixed wrong buffer size
(edit) @39395   13 years vboxsync IPRT/stream-r3: Fixed broken char-by-char output in rtStrmWriteLocked().
(edit) @39389   13 years vboxsync dbgmodnm.cpp: Made it grok linux 2.4 /proc/ksyms (dsl).
(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) @39350   13 years vboxsync Runtime: add methods for checking if something is in use in a circular …
(edit) @39327   13 years vboxsync scm whitespace cleanups.
(edit) @39277   13 years vboxsync Runtime: split should really be const; add RTCStringFmt
(edit) @39255   13 years vboxsync take two on those linux build fixes.
(edit) @39254   13 years vboxsync More linux build fixes.
(edit) @39252   13 years vboxsync NOINST -> INSTTYPE=none; adding DEBUG_INSTTYPE=both if the NOINST was …
(edit) @39246   13 years vboxsync iprt/ctype.h: Corrected bugs and adding a complete testcase.
(edit) @39243   13 years vboxsync warnings.
(edit) @39208   13 years vboxsync Solaris/vbi Solaris/NetFlt: close ctf file opens.
(edit) @39181   13 years vboxsync RTManifest.cpp: Fixed exit code mixup causing file reading errors to …
(edit) @39176   13 years vboxsync tstRTStrVersion.cpp: A few more tests.
(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) @39080   13 years vboxsync IPRT: Started -Wunused-parameter cleanup.
(edit) @39071   13 years vboxsync build fix
(edit) @39070   13 years vboxsync VMM,IPRT: -Wunused-function.
(edit) @39050   13 years vboxsync copyright year.
(edit) @39049   13 years vboxsync IPRT: Implemented / adjusted zlib status code conversion.
(edit) @39043   13 years vboxsync Config.kmk, mangling, Runtime: use static zlib for Solaris.
(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) @39029   13 years vboxsync lockvalidator.cpp: Plugged a leak. (Don't think it's an important leak …
(edit) @39028   13 years vboxsync RTFileGetSize/win: Made it grok volume & disks (some disks anyway).
(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…
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