VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19756   16 years vboxsync iprt/avl.h: added a AVLU32TREE type for the RTAvlU32* API.
(edit) @19755   16 years vboxsync iprt/cdefs.h: Added RT_FROM_MEMBER.
(edit) @19738   16 years vboxsync iprt/asm.h: fixed the atomic operations on handles.
(edit) @19730   16 years vboxsync Backed out 47346
(edit) @19729   16 years vboxsync RTLogSetDefaultInstanceThread change; ring 0 logging fix for multiple VCPUs
(edit) @19645   16 years vboxsync Removed redundant conditions around ASMAtomicCmpXchgU64 and …
(edit) @19601   16 years vboxsync Attempt to fix 64-bit Linux builds.
(edit) @19600   16 years vboxsync GCC 4.3.3 workarounds for ASMAtomicCmpXchgU64 and ASMAtomicReadU64.
(edit) @19589   16 years vboxsync Added PDMCritSectGetRecursion
(edit) @19568   16 years vboxsync Corrected return type
(edit) @19567   16 years vboxsync blank line.
(edit) @19562   16 years vboxsync Runtime/Aio: Change API again * pcReqs in RTFileAioCtxSubmit is …
(edit) @19561   16 years vboxsync build fix.
(edit) @19559   16 years vboxsync IPRT: Coded up the debug address space, adding a RTUINTPTR AVL range …
(edit) @19544   16 years vboxsync iprt/avl.h: added some missing prototypes.
(edit) @19543   16 years vboxsync iprt/stream.h: Added missing RTStrmError and RTStrmClearError prototypes.
(edit) @19542   16 years vboxsync iprt/time.h: Added missing RTTimeIsLeapYear prototype.
(edit) @19531   16 years vboxsync Added RTCritSectGetWaiters
(edit) @19524   16 years vboxsync iprt/asm.h: try work around gcc 4.3.3/x86 issues in …
(edit) @19509   16 years vboxsync IPRT: Started on debug support, RTDbg*.
(edit) @19508   16 years vboxsync iprt/system.h: api draft for querying memory installed and available to us.
(edit) @19465   16 years vboxsync iprt/test.h: two typos.
(edit) @19390   16 years vboxsync iprt/mp.h: Updated the RTMpOnOthers docs.
(edit) @19386   16 years vboxsync iprt/mp.h: RTMpPokeCpu.
(edit) @19350   16 years vboxsync IPRT,tstDisasm-2: defined flags for RTFileReadAllEx and …
(edit) @19347   16 years vboxsync Add new error code for async I/O
(edit) @19305   16 years vboxsync VBox/x86.h: ASMWriteBackAndInvalidateCaches, ASMHalt, and …
(edit) @19302   16 years vboxsync iprt/cpuset.h: Fixed pedantic C warning from MSC 8.
(edit) @19292   16 years vboxsync iprt/err.h,.mac: VERR_INVALID_CONTEXT.
(edit) @19290   16 years vboxsync VBox/err.h,*/err.mac: Added VERR_INVALID_VM_HANDLE, …
(edit) @19261   16 years vboxsync iprt/dir.h: Corrected RTDirRemove docs.
(edit) @19211   16 years vboxsync IPRT: Function RTDirRemoveRecursive added. Only partially implemented …
(edit) @19198   16 years vboxsync IPRT: Added RTUuidFrom/ToUtf16. (untested)
(edit) @19185   16 years vboxsync Runtime/Aio: Slight changes to the API for Windows. Fix the Solaris backend
(edit) @19177   16 years vboxsync iprt/cdefs.h: Added RT_VALID_ALIGNED_PTR and renamed VALID_PTR to …
(edit) @19167   16 years vboxsync iprt/cdefs.h,RTLdr: Added an generic RT_NOTHING macro to fixing issues …
(edit) @19125   16 years vboxsync Runtime/Aio: Add description for the RT File async I/O API
(edit) @19072   16 years vboxsync IPRT/getopt.h: iShort must be greater than 0.
(edit) @19039   16 years vboxsync iprt/file.h: a todo and a clearification.
(edit) @19025   16 years vboxsync Runtime/getopt: clarify that iShort must not be 0
(edit) @18999   16 years vboxsync Runtime/Aio: Linux backend and a simple testcase. Disabled by default. …
(edit) @18961   16 years vboxsync iprt/file.h: Some adjustements to the Async I/O API.
(edit) @18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18912   16 years vboxsync Runtime: Fix comments (contained the old function names)
(edit) @18911   16 years vboxsync Runtime: Rename RTFileAioCtxGetMaxRequestCount to …
(edit) @18910   16 years vboxsync Runtime: compile fix
(edit) @18909   16 years vboxsync Runtime: Add RTFileAio API for review
(edit) @18847   16 years vboxsync RTTest: Added alternative API that's easier to use.
(edit) @18842   16 years vboxsync iprt/err.mac,VBox/err.mac,VBox/x86.mac: regenerated.
(edit) @18744   16 years vboxsync Runtime/getopt: provide way to figure out which option definition matched
(edit) @18579   16 years vboxsync IPRT: Solaris 10 compilation
(edit) @18575   16 years vboxsync Correct typos.
(edit) @18569   16 years vboxsync RTTest: sub tests, more typical reporting of those.
(edit) @18556   16 years vboxsync iprt: typo of the typo
(edit) @18555   16 years vboxsync iprt: typos
(edit) @18552   16 years vboxsync IPRT: Untested RTStrIStr and RTStrStr. (testcase is underways)
(edit) @18544   16 years vboxsync RTStrToUpper/Lower: Document assumtions & todos properly, added …
(edit) @18528   16 years vboxsync Runtime: added RTStrToLower & RTStrToUpper
(edit) @18525   16 years vboxsync iprt/string.h: clearification on RTUtf16ToUtf8 returns.
(edit) @18523   16 years vboxsync Runtime: typos
(edit) @18521   16 years vboxsync iprt/asm.h: Finally added string I/O.
(edit) @18481   16 years vboxsync iprt/types.h: Changed RTCPUID from RTHCUINTPTR to uint32_t since it …
(edit) @18471   16 years vboxsync iprt/nocrt/inttypes.h: Added some 32-bit ones.
(edit) @18467   16 years vboxsync cpptuils.h: Fixed no virtual destructor warning.
(edit) @18424   16 years vboxsync iprt/string.h: Added the macros RT_ZERO(Obj) and RT_BZERO(pv, cb) for …
(edit) @18368   16 years vboxsync iprt/asm.h: Cleaned up ASMBitNextSet and ASMBitNextClear.
(edit) @18366   16 years vboxsync RTTest: RTTEST_CHECK, doxygen.
(edit) @18364   16 years vboxsync RTTest: kick-off for testcase helpers.
(edit) @18342   16 years vboxsync iprt/err.h: Created a group for internal processing error codes since …
(edit) @18329   16 years vboxsync iprt/err.h: Added VERR_INTERNAL_ERROR_2 and VERR_INTERNAL_ERROR_3 for …
(edit) @18188   16 years vboxsync Added RTLogGetDefaultInstance
(edit) @18187   16 years vboxsync RTGetOpt: Corrected sample code.
(edit) @18128   16 years vboxsync IPRT, Shared Folders: Implemented file attributes access flags for …
(edit) @18117   16 years vboxsync sed(1): make these locale independent by using [:alnum:] and friends. …
(edit) @18102   16 years vboxsync Runtime/getopt: fix sample to do proper error handling when non-ascii …
(edit) @18097   16 years vboxsync Runtime/getopt: fix sample code
(edit) @18050   16 years vboxsync Typos.
(edit) @17848   16 years vboxsync comment
(edit) @17817   16 years vboxsync Correct some typos in comments; adjust some line lengths to fit in 80 cols.
(edit) @17771   16 years vboxsync iprt/net.h: More DCHP constants.
(edit) @17523   16 years vboxsync *: Changed NIL_RTHCPHYS from 0xffffffff to 0xffffffffffffffff. …
(edit) @17441   16 years vboxsync IPRT/RTGetOpt: Added RTGETOPT_REQ_MACADDR.
(edit) @17319   16 years vboxsync IPRT: Added RTGETOPT_REQ_IPV4ADDR to RTGetOpt.
(edit) @17141   16 years vboxsync IPRT: Added support for short option lists (ls -latrT4). This fixes a …
(edit) @17096   16 years vboxsync typo
(edit) @17094   16 years vboxsync RTGetOpt docs.
(edit) @17092   16 years vboxsync RTGetOpt interface changes.
(edit) @17091   16 years vboxsync RTGetOpt interface changes.
(edit) @17088   16 years vboxsync RTGetOpt: uShort -> iShort and int.
(edit) @17078   16 years vboxsync IPRT: make RTGetOpt accept non-'--' parameters; use RTGetOpt for …
(edit) @17019   16 years vboxsync RTLdrIsLoadable: docs, leave validation to RTLdrLoad.
(edit) @17018   16 years vboxsync RTProcIsRunningByName: spec update.
(edit) @17010   16 years vboxsync iprt: RTLdrIsLoadable for checking if an dynamically library could be …
(edit) @17008   16 years vboxsync IPRT: Expose (and fix) RTStrmOpenF and RTStrmOpenFV.
(edit) @16999   16 years vboxsync iprt: RTProcIsRunningByName implementation for Linux.
(edit) @16997   16 years vboxsync iprt: wrong declaration
(edit) @16964   16 years vboxsync iprt: typos
(edit) @16933   16 years vboxsync IPRT/PDM,SUPLIb,REM: Extended RTLdrOpen with an architecture argument …
(edit) @16765   16 years vboxsync RTBase64Encode* testcase and adjustments.
(edit) @16761   16 years vboxsync RTBase64: The decoding part (untested).
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