VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @22497   15 years vboxsync Spaces.
(edit) @22450   15 years vboxsync IPRT: gcc warning on 64-bit systems
(edit) @22210   15 years vboxsync IPRT/XML: do not treat all non-elements as elements (fix wrong …
(edit) @22173   15 years vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @21890   15 years vboxsync r3/init.cpp: Use an atexit callback to flush the default logs.
(edit) @21872   15 years vboxsync RTMemPageAlloc[Z]/win: _aligned_malloc wants an aligned size.
(edit) @21677   15 years vboxsync r3/path.cpp: build fix.
(edit) @21675   15 years vboxsync IPRT: Moved rtPathVolumeSpecLen.
(edit) @21673   15 years vboxsync IPRT: Split up r3/path.cpp.
(edit) @21672   15 years vboxsync RTDirCreate: recent nevadas (111b at least) returns EACCES when …
(edit) @21619   15 years vboxsync IPRT: Use FindFirstFile to get file attributes on Windows host, fixes …
(edit) @21616   15 years vboxsync nitpicking.
(edit) @21608   15 years vboxsync IPRT: Use FindFirstFile to get file attributes on Windows host, fixes …
(edit) @21592   15 years vboxsync VBoxRT-win64.def: ASMNopPause.
(edit) @21582   15 years vboxsync IPRT: RTFILE_O_APPEND.
(edit) @21540   15 years vboxsync IPRT: RTSemSpinMutex implementation.
(edit) @21534   15 years vboxsync r3/generic
(edit) @21505   15 years vboxsync Fix Linux AIO by removing the needed header and defining needed types …
(edit) @21504   15 years vboxsync Trying to fix OSE take 2
(edit) @21503   15 years vboxsync bad idea
(edit) @21501   15 years vboxsync try to fix the OSE burn
(edit) @21500   15 years vboxsync Fix add burn with Solaris additions
(edit) @21499   15 years vboxsync Fix add burn with Solaris additions
(edit) @21494   15 years vboxsync Runtime/fileaio-win: Fix a possible race
(edit) @21493   15 years vboxsync Runtime/File: Add flag to disable the file cache
(edit) @21486   15 years vboxsync RTDirOpenFiltered: If trailing slash, then it has no pattern whatever …
(edit) @21428   15 years vboxsync Main: remove ENoMemory exception class, replace with std::bad_alloc() …
(edit) @21409   15 years vboxsync IPRT: rename ministring, add iprt:: namespace
(edit) @21322   15 years vboxsync OSE header fix
(edit) @21292   15 years vboxsync svn:eol-style native
(edit) @21079   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @21045   15 years vboxsync IPRT: Fixed RTStrmClearError so that it clears the error on the stream …
(edit) @20961   15 years vboxsync fixed typo, it means occurred, not occured
(edit) @20911   15 years vboxsync IPRT: better fix.
(edit) @20839   15 years vboxsync darwin build fix.
(edit) @20823   15 years vboxsync iprt/stream.cpp: alignment hacks.
(edit) @20822   15 years vboxsync utf8-posix.cpp: Fixed allocation bug in rtstrConvert where we would …
(edit) @20821   15 years vboxsync IPRT: alignment check hacking.
(edit) @20819   15 years vboxsync getenv -> RTEnvGet.
(edit) @20736   15 years vboxsync typo.
(edit) @20605   15 years vboxsync IPRT: Added RTTestInitAndCreate - a combination of RTR3Init and …
(edit) @20573   15 years vboxsync iprt/test.h: Added RTTestSetDefault.
(edit) @20498   15 years vboxsync process-posix.cpp: papszArgs must not be NULL (see the notes in the …
(edit) @20497   15 years vboxsync process-win.cpp: too quick.
(edit) @20496   15 years vboxsync process-win.cpp: Corrected assertion.
(edit) @20449   15 years vboxsync FreeBSD: Implement preemption API for guest SMP and enable it …
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20364   15 years vboxsync IPRT: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20299   16 years vboxsync Extra parameter checks for RTProcCreate.
(edit) @20238   16 years vboxsync export
(edit) @20111   16 years vboxsync IPRT: Use the generic RTDirCreateTemp implementation - made it a bit …
(edit) @20109   16 years vboxsync RTTestSkipAndDestroy.
(edit) @20103   16 years vboxsync r3/win/dir-win.cpp: r=bird: this isn't good enough.
(edit) @20102   16 years vboxsync space
(edit) @20101   16 years vboxsync IPRT: Rewrote RTPathTemp and added a testcase for it.
(edit) @20070   16 years vboxsync Runtime: wrong test
(edit) @20066   16 years vboxsync Runtime: added RTDirCreateTemp
(edit) @20019   16 years vboxsync Runtime: to much
(edit) @20018   16 years vboxsync Runtime: Added method for returning the system temporary directory path.
(edit) @19952   16 years vboxsync RTTest: More macros. Made RTTestFailure check for trailing new line to …
(edit) @19944   16 years vboxsync iprt: Some more RTTest stuff.
(edit) @19939   16 years vboxsync IPRT/test.cpp: Always report subtest results on a new line.
(edit) @19929   16 years vboxsync RTPathAppend: bugfix.
(edit) @19928   16 years vboxsync IPRT: More RTPathAppend docs updates.
(edit) @19926   16 years vboxsync IPRT: Added RTPathAppend.
(edit) @19924   16 years vboxsync IPRT,SUP: Renamed RTPathProgram to RTPathExecDir to make it clear what …
(edit) @19562   16 years vboxsync Runtime/Aio: Change API again * pcReqs in RTFileAioCtxSubmit is …
(edit) @19554   16 years vboxsync VBoxRT,++: linking libxml and openssl into VBoxRT.
(edit) @19547   16 years vboxsync IPRT: unexport internal rtMem* functions.
(edit) @19371   16 years vboxsync Runtime/Aio: Prevent inclusion of swabb.h because g++ doesn't like the …
(edit) @19370   16 years vboxsync Runtime/Aio: Fix the POSIX backend for Darwin. We have to obey the …
(edit) @19348   16 years vboxsync Runtime/Aio: Properties
(edit) @19346   16 years vboxsync Runtime/Aio: Updates * Add POSIX backend needed for the Darwin …
(edit) @19212   16 years vboxsync Newline.
(edit) @19211   16 years vboxsync IPRT: Function RTDirRemoveRecursive added. Only partially implemented …
(edit) @19187   16 years vboxsync Runtime/Aio: Add FreeBSD backend
(edit) @19186   16 years vboxsync Runtime/Aio: Add Windows backend
(edit) @19185   16 years vboxsync Runtime/Aio: Slight changes to the API for Windows. Fix the Solaris backend
(edit) @19171   16 years vboxsync Shared folders: less ugly solution for making execute bits set on …
(edit) @19126   16 years vboxsync Runtime/Aio: * Move the validation macros to a new header because they …
(edit) @19054   16 years vboxsync IPRT: svn props for tstFileAio.cpp and fileaio-linux.cpp. (Please use …
(edit) @18997   16 years vboxsync IPRT: Redid r46081.
(edit) @18989   16 years vboxsync iprt/process: update the cached process ID on fork
(edit) @18903   16 years vboxsync Runtime: rather ugly hack to force execute permissions on windows …
(edit) @18847   16 years vboxsync RTTest: Added alternative API that's easier to use.
(edit) @18808   16 years vboxsync Runtime: Fix RTStrmGetLine() to return VERR_EOF when the end of …
(edit) @18569   16 years vboxsync RTTest: sub tests, more typical reporting of those.
(edit) @18427   16 years vboxsync iprt/test.cpp: MSC/64 warnings.
(edit) @18366   16 years vboxsync RTTest: RTTEST_CHECK, doxygen.
(edit) @18364   16 years vboxsync RTTest: kick-off for testcase helpers.
(edit) @18196   16 years vboxsync Runtime: don't hide the return code from SUPR3Init()
(edit) @18128   16 years vboxsync IPRT, Shared Folders: Implemented file attributes access flags for …
(edit) @18095   16 years vboxsync how difficult can this be…
(edit) @18055   16 years vboxsync Runtime: call setlocale from RTR3Init, not as a global initialiser
(edit) @17357   16 years vboxsync todo in iprt
(edit) @17018   16 years vboxsync RTProcIsRunningByName: spec update.
(edit) @17016   16 years vboxsync RTProcIsRunningByName: Try /proc/N/exe first and /proc/N/cmdline is …
(edit) @17011   16 years vboxsync RTProcIsRunningByName cleanup.
(edit) @17008   16 years vboxsync IPRT: Expose (and fix) RTStrmOpenF and RTStrmOpenFV.
(edit) @17003   16 years vboxsync iprt: Reading the exe link doesn't work on root processes. So use 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