VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21110   15 years vboxsync RTDbg: Some adjustments and fixes.
(edit) @21109   15 years vboxsync iprt/cdefs.h: Fixed RT_FROM_MEMBER.
(edit) @21106   15 years vboxsync iprt/types.h: _MAX & _MIN defines for a bunch of types.
(edit) @21098   15 years vboxsync export to OSE
(edit) @21092   15 years vboxsync iprt/cdefs.h: Added RT_STR(str) and RT_XSTR(str).
(edit) @21085   15 years vboxsync Main: fix class import/export linkage by using RT_DECL_CLASS (r49346)
(edit) @21084   15 years vboxsync iprt/cdefs.h: RT_DECL_CLASS.
(edit) @21079   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @21046   15 years vboxsync IPRT: Added a reader of NM-style map files. (Mainly for linux …
(edit) @21045   15 years vboxsync IPRT: Fixed RTStrmClearError so that it clears the error on the stream …
(edit) @20859   15 years vboxsync IPRT: Increased the logger buffer and replaced a bunch RTUINT with …
(edit) @20853   15 years vboxsync IPRT: Added custom prefix callback to the logger.
(edit) @20835   15 years vboxsync Interface for generating NMI & SMI added.
(edit) @20809   15 years vboxsync Runtime/getopt: new parameter value type 'UUID'
(edit) @20801   15 years vboxsync IPRT: The rest of the basic RTDbgMod code.
(edit) @20800   15 years vboxsync IPRT: More RTDbgMod code.
(edit) @20799   15 years vboxsync IPRT: More RTDbgMod code.
(edit) @20789   15 years vboxsync iprt/asm.h: larger notes about alignment.
(edit) @20785   15 years vboxsync IPRT: the ASMAtomicBit* functions must work on 32-bit …
(edit) @20756   15 years vboxsync IPRT: More RTDbg coding - generic container is mostly done now.
(edit) @20744   15 years vboxsync IPRT: RTDbg coding.
(edit) @20741   15 years vboxsync iprt/dbg.cpp/h: the RTDbgLine* methods as well.
(edit) @20740   15 years vboxsync iprt: More RTDbg coding; added a new AVL tree for RTUINPTR.
(edit) @20739   15 years vboxsync iprt: RTDbgMod coding in progress.
(edit) @20738   15 years vboxsync iprt: RTDbg coding.
(edit) @20624   16 years vboxsync iprt/asm.h: ASMSerializeInstruction.
(edit) @20622   16 years vboxsync fix comment copy/paste bug
(edit) @20605   16 years vboxsync IPRT: Added RTTestInitAndCreate - a combination of RTR3Init and …
(edit) @20573   16 years vboxsync iprt/test.h: Added RTTestSetDefault.
(edit) @20542   16 years vboxsync root/Makefile.kmk,includes: regenerated .mac files adding VBox/param.h …
(edit) @20525   16 years vboxsync iprt/memobj.h: Added RTR0MemObjProtect, only implemented for darwin.
(edit) @20513   16 years vboxsync OSE header fixes
(edit) @20375   16 years vboxsync iprt/cdefs.h: removed the obsolete BEGIN_DECLS and END_DECLS macros.
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20362   16 years vboxsync iprt/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20361   16 years vboxsync iprt/dbg.h: update.
(edit) @20360   16 years vboxsync IPRT: Memory pool (untested) and string pool stub implementation.
(edit) @20358   16 years vboxsync iprt/cdefs.h: RT_BEGIN_DECLS and RT_END_DECLS.
(edit) @20242   16 years vboxsync View HW Accel: OpenGL framebuffer
(edit) @20124   16 years vboxsync IPRT,SUP: Minor driver version change - added …
(edit) @20111   16 years vboxsync IPRT: Use the generic RTDirCreateTemp implementation - made it a bit …
(edit) @20109   16 years vboxsync RTTestSkipAndDestroy.
(edit) @20105   16 years vboxsync iprt/dir.h: RTDirCreateTemp spec clearification.
(edit) @20067   16 years vboxsync Runtime: accident
(edit) @20066   16 years vboxsync Runtime: added RTDirCreateTemp
(edit) @20043   16 years vboxsync Runtime: export to OSE
(edit) @20018   16 years vboxsync Runtime: Added method for returning the system temporary directory path.
(edit) @20015   16 years vboxsync S3: error number updates
(edit) @20008   16 years vboxsync PDMCritSect: rewrite, ring-0 unlocking not yet enabled.
(edit) @19952   16 years vboxsync RTTest: More macros. Made RTTestFailure check for trailing new line to …
(edit) @19951   16 years vboxsync iprt/getopt.h: sample fix.
(edit) @19944   16 years vboxsync iprt: Some more RTTest stuff.
(edit) @19942   16 years vboxsync IPRT: Implemented thousand separators for the string formatting code …
(edit) @19928   16 years vboxsync IPRT: More RTPathAppend docs updates.
(edit) @19927   16 years vboxsync iprt/path.h: Updated RTPathAppend docs.
(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) @19906   16 years vboxsync iprt/thread.h: RTThreadPreemptIsPending
(edit) @19897   16 years vboxsync IPRT: Termination callback framework. (not hooked up to anything yet)
(edit) @19896   16 years vboxsync IPRT: Added a RTOnceReset method (needed it for a testcase).
(edit) @19882   16 years vboxsync iprt/test.h: Added RTTEST[I]_CHECK_RC and RTTEST[I]_CHECK_RC_OK.
(edit) @19819   16 years vboxsync iprt/cdefs.h: DECL_FORCE_INLINE and DECL_NO_INLINE.
(edit) @19762   16 years vboxsync iprt/asm.h: seems all 4.3.x versions of gcc have troulbe with cmpxchg …
(edit) @19757   16 years vboxsync VMM,IPRT,DBGC: Debug address spaces.
(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 …
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