VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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).
(edit) @16760   16 years vboxsync RTBase64: The decoding part (untested).
(edit) @16545   16 years vboxsync assert.h/AssertForEach: -lisp, -name, +indent, +typecast, +hex print, …
(edit) @16542   16 years vboxsync iprt/assert.h: added AssertForEach
(edit) @16516   16 years vboxsync IPRT: documentation.
(edit) @16432   16 years vboxsync iprt/cdefs.h: Added RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD to work …
(edit) @16345   16 years vboxsync iprt/stdint.h: [U]INT32_C() is wrong in the 10a222 kernel header …
(edit) @16338   16 years vboxsync iprt/asmdefs.mac: Darwin decorates symbols on AMD64 just like on x86 …
(edit) @16323   16 years vboxsync typo
(edit) @16314   16 years vboxsync iprt/asmdefs.mac: copy & past fun.
(edit) @16312   16 years vboxsync iprt/asmdefs.mac: Added xWrtRIP to avoid having to ifdef label …
(edit) @16311   16 years vboxsync IPRT: Changed the RTTLS type and corrected RTTLSAlloc defintions.
(edit) @16252   16 years vboxsync iprt: typos
(edit) @16029   16 years vboxsync iprt/string.h: Reverted previous FreeBSD and moved it to SUPDrvInternal.h
(edit) @16027   16 years vboxsync iprt/string.h: More ring-0 freebsd hacks.
(edit) @16019   16 years vboxsync tstVMStructGC,Config.kmk,iprt/stdint.h: FreeBSD/amd64 hacks.
(edit) @15958   16 years vboxsync "namespace" declarations don't end with ";". Spotted by: FlexeLint
(edit) @15932   16 years vboxsync Correct a dozen typos, some in #error directives, the other in …
(edit) @15843   16 years vboxsync RTMpIsCpuWorkPending() -> RTMpIsCpuWorkPending(void), corrected …
(edit) @15841   16 years vboxsync SUPDrv,SUPLib: SUPR0ObjRelease returns VINF_OBJECT_DESTROYED if it …
(edit) @15837   16 years vboxsync Added RTMpIsCpuWorkPending stub.
(edit) @15834   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15754   16 years vboxsync Runtime/POSIX: RTPathAbs: Don't access file system when calculating …
(edit) @15721   16 years vboxsync typo
(edit) @15718   16 years vboxsync RTR0MemObjLockUser: Replaced the warnings with more useful information.
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