VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20364   16 years vboxsync IPRT: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20360   16 years vboxsync IPRT: Memory pool (untested) and string pool stub implementation.
(edit) @20356   16 years vboxsync iprt: some more dbgmod bits.
(edit) @20355   16 years vboxsync IPRT: some dbgmod bits.
(edit) @20293   16 years vboxsync Runtime/s3: be compatible with older libcurls
(edit) @20273   16 years vboxsync Runtime/thread: paranoia check in strict builds for held rwsem locks …
(edit) @20256   16 years vboxsync Runtime/rand: compiler warnings / typecast fixes
(edit) @20043   16 years vboxsync Runtime: export to OSE
(edit) @20008   16 years vboxsync PDMCritSect: rewrite, ring-0 unlocking not yet enabled.
(edit) @19942   16 years vboxsync IPRT: Implemented thousand separators for the string formatting code …
(edit) @19898   16 years vboxsync IPRT: Termination callback framework - missing file. (not hooked up to …
(edit) @19896   16 years vboxsync IPRT: Added a RTOnceReset method (needed it for a testcase).
(edit) @19865   16 years vboxsync IPRT: Made handletable.cpp and handletablectx.cpp build cleanly as C.
(edit) @19863   16 years vboxsync IPRT/zip: use 128K buffer in all cases (both for compressing and …
(edit) @19757   16 years vboxsync VMM,IPRT,DBGC: Debug address spaces.
(edit) @19730   16 years vboxsync Backed out 47346
(edit) @19729   16 years vboxsync RTLogSetDefaultInstanceThread change; ring 0 logging fix for multiple VCPUs
(edit) @19605   16 years vboxsync iprt/common/asm: id tag + docs.
(edit) @19600   16 years vboxsync GCC 4.3.3 workarounds for ASMAtomicCmpXchgU64 and ASMAtomicReadU64.
(edit) @19566   16 years vboxsync OSE fix
(edit) @19559   16 years vboxsync IPRT: Coded up the debug address space, adding a RTUINTPTR AVL range …
(edit) @19546   16 years vboxsync space
(edit) @19523   16 years vboxsync IPRT: Build common/asm/ASMAtomicCmpXchgU64.asm into the R3 runtime.
(edit) @19522   16 years vboxsync IPRT: Added a 32-bit implementation of ASMAtomicCmpXchgU64
(edit) @19384   16 years vboxsync iprt/common/string/string.cpp: RTR3DECL -> RTDECL (see header).
(edit) @19167   16 years vboxsync iprt/cdefs.h,RTLdr: Added an generic RT_NOTHING macro to fixing issues …
(edit) @19128   16 years vboxsync gcc-4.4 warning
(edit) @18744   16 years vboxsync Runtime/getopt: provide way to figure out which option definition matched
(edit) @18603   16 years vboxsync heapsimple.cpp: Just convert to C style, plese, do NOT move comments …
(edit) @18570   16 years vboxsync RTStrIStr: fixed inverted test.
(edit) @18562   16 years vboxsync build fix?
(edit) @18561   16 years vboxsync Warnings: move assertion statements for parameters past initial …
(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) @18428   16 years vboxsync heapsimple.cpp: MSC/64 warning.
(edit) @18426   16 years vboxsync zip.cpp: shut up some conversion warnings (MSC/64).
(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) @18117   16 years vboxsync sed(1): make these locale independent by using [:alnum:] and friends. …
(edit) @18100   16 years vboxsync typo
(edit) @18096   16 years vboxsync spaces, sigh.
(edit) @18055   16 years vboxsync Runtime: call setlocale from RTR3Init, not as a global initialiser
(edit) @17951   16 years vboxsync Runtime: reversed r44528
(edit) @17949   16 years vboxsync Runtime: weaken an assertion in RTErrConvertToErrno
(edit) @17522   16 years vboxsync strformattype.cpp: be a bit more gentle if the type is missing.
(edit) @17441   16 years vboxsync IPRT/RTGetOpt: Added RTGETOPT_REQ_MACADDR.
(edit) @17416   16 years vboxsync Backed out 43811; not required
(edit) @17410   16 years vboxsync Don't flush the RC log in AssertMsg1/2; it's done automatically and …
(edit) @17405   16 years vboxsync Don't flush so often
(edit) @17348   16 years vboxsync IPRT/assert: don't create a debug log on assert if we've got a release …
(edit) @17319   16 years vboxsync IPRT: Added RTGETOPT_REQ_IPV4ADDR to RTGetOpt.
(edit) @17189   16 years vboxsync unused variables
(edit) @17143   16 years vboxsync IPRT: Updated the RTGetOpt todos.
(edit) @17141   16 years vboxsync IPRT: Added support for short option lists (ls -latrT4). This fixes a …
(edit) @17101   16 years vboxsync RTGetOpt comment.
(edit) @17100   16 years vboxsync RTGetOpt: Fixed 'tstHeadless -startvm vm' breakage from earlier today.
(edit) @17093   16 years vboxsync RTGetOpt interface changes.
(edit) @17088   16 years vboxsync RTGetOpt: uShort -> iShort and int.
(edit) @17087   16 years vboxsync RTGetOpt: cleanup, restored @todo and returning 0 on first non-option.
(edit) @17083   16 years vboxsync IPRT: formatting
(edit) @17082   16 years vboxsync IPRT: fix new RTGetOpt
(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) @17010   16 years vboxsync iprt: RTLdrIsLoadable for checking if an dynamically library could be …
(edit) @16935   16 years vboxsync kStuff,IPRT: kStuff r23 -> r26, kLdrModOpenFromRdr got image selection …
(edit) @16934   16 years vboxsync IPRT: Prep for upcoming FAT Mach-O support.
(edit) @16933   16 years vboxsync IPRT/PDM,SUPLIb,REM: Extended RTLdrOpen with an architecture argument …
(edit) @16823   16 years vboxsync Runtime/zip: make zlib reader more greedy to fix issue with …
(edit) @16811   16 years vboxsync windows build fix.
(edit) @16810   16 years vboxsync buildfix.
(edit) @16808   16 years vboxsync RTErrConvertFromErrno: @todos.
(edit) @16807   16 years vboxsync RTErrConvertToErrno: VERR_PATH_NOT_FOUND -> ENOTDIR like …
(edit) @16774   16 years vboxsync RTBase64: no trailing newline.
(edit) @16766   16 years vboxsync Wrote RTBase64Encode while at it.
(edit) @16765   16 years vboxsync RTBase64Encode* testcase and adjustments.
(edit) @16762   16 years vboxsync RTBase64Decode testcase and bugfixes.
(edit) @16760   16 years vboxsync RTBase64: The decoding part (untested).
(edit) @16439   16 years vboxsync ldrkStuff: 64-bit darwin changes, better error assertions.
(edit) @16404   16 years vboxsync kStuff: some preps for the 64-bit mach-o code.
(edit) @16383   16 years vboxsync IPRT: Added sanity checks for the [U]INTn_C macros.
(edit) @16346   16 years vboxsync IPRT/sanity.h: Check the basic stdint.h types.
(edit) @16316   16 years vboxsync IPRT/math: use xSP and friends from asmdefs.mac instead of cooking our …
(edit) @16313   16 years vboxsync logl.asm: 64-bit darwin build fix.
(edit) @16164   16 years vboxsync rtZipStoreCompress: g++ (GCC) 4.1.2 (Gentoo 4.1.2 p1.1) generates …
(edit) @15880   16 years vboxsync IPRT/threadinit: removed double #ifdef IN_RING3.
(edit) @15747   16 years vboxsync restored waiting on non-waitable assert (things I do to please Knut :) )
(edit) @15740   16 years vboxsync removed bogus assert when trying to wait on non-waitable thread
(edit) @14626   16 years vboxsync Our COM errors not in the guest
(edit) @14614   16 years vboxsync IPRT: errmsgvboxcom.xsl -> VBox/errmsgvboxcom.xsl; include result in …
(edit) @14604   16 years vboxsync Runtime: Understand COM error codes from VirtualBox.xidl in %Rhrc.
(edit) @14500   16 years vboxsync IPRT/SUPDrv/VMM: Made RTR0AssertPanicSystem available to VMMR0.r0 on …
(edit) @14435   16 years vboxsync warnings
(edit) @14423   16 years vboxsync Debug log mutex fix for linux in atomic context.
(edit) @14318   16 years vboxsync Fix a couple of words doubled in comments. No code changes.
(edit) @14298   16 years vboxsync Corrected a couple of grammos.
(edit) @14262   16 years vboxsync RTErrConvertToErrno: No LogRel here!
(edit) @14216   16 years vboxsync Runtime/RTErrConvertToErrno: remove an assertion on a condition which …
(edit) @14066   16 years vboxsync strformat.cpp: shut up 64-bit MSC warnings. (hope this fix doesn't …
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