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