|
|
@41774
|
12 年 |
vboxsync |
bugref..
|
|
|
@41723
|
12 年 |
vboxsync |
RTEnvClone: VWRN_NO_TRANSLATION -> VWRN_ENV_NOT_FULLY_TRANSLATED.
|
|
|
@41670
|
12 年 |
vboxsync |
RTEnvClone: don't return an error if we found elements without a …
|
|
|
@41618
|
12 年 |
vboxsync |
RTAssertShouldPanic-generic: Reverted accidental commit.
|
|
|
@41530
|
12 年 |
vboxsync |
Config.kmk: New bios on linux as well.
|
|
|
@40988
|
13 年 |
vboxsync |
Runtime/Uuid: Treat UUIDs the same on little and big endian architectures
|
|
|
@40951
|
13 年 |
vboxsync |
Runtime/spinlock-generic: Fix building on SPARC
|
|
|
@40902
|
13 年 |
vboxsync |
Runtime/generic/RTMpGetArraySize-generic: shadow decl warning.
|
|
|
@40806
|
13 年 |
vboxsync |
RTSpinlock: Redid the interface, eliminating NoInts and Tmp. Whether a …
|
|
|
@40420
|
13 年 |
vboxsync |
gcc-4.7 32-bit fixes
|
|
|
@40320
|
13 年 |
vboxsync |
Runtime/LRTimers: Potential thread structure memory leak fix.
|
|
|
@39910
|
13 年 |
vboxsync |
Runtime/Timers: RTTimerLRChangeInterval function and testcase
|
|
|
@39730
|
13 年 |
vboxsync |
iprt/cdrom.h + cdrom-generic.cpp: Sketched out an API for messing with …
|
|
|
@39721
|
13 年 |
vboxsync |
RTSystemShutdown: stub.
|
|
|
@39644
|
13 年 |
vboxsync |
d'oh!
|
|
|
@39643
|
13 年 |
vboxsync |
SharedFolders: more fixes
|
|
|
@39612
|
13 年 |
vboxsync |
IPRT/*: add _NO_SYMLINKS flags to certain functions
|
|
|
@39083
|
13 年 |
vboxsync |
IPRT: -Wunused-parameter.
|
|
|
@38636
|
13 年 |
vboxsync |
*,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
|
|
|
@37419
|
13 年 |
vboxsync |
PDM/IPRT CritSect: Introduced the NOP critical section for simplifying …
|
|
|
@37233
|
13 年 |
vboxsync |
IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
|
|
|
@37154
|
14 年 |
vboxsync |
RTThread[SG]etAffinity cleanup
|
|
|
@36604
|
14 年 |
vboxsync |
iprt/RTDirCreateUniqueNumbered: build fix
|
|
|
@36600
|
14 年 |
vboxsync |
build fix
|
|
|
@36598
|
14 年 |
vboxsync |
RTDirCreateUniqueNumbered: RTStrFormatNumber is not safe.
|
|
|
@36582
|
14 年 |
vboxsync |
iprt: next burn fix
|
|
|
@36579
|
14 年 |
vboxsync |
iprt: fix win burns
|
|
|
@36577
|
14 年 |
vboxsync |
iprt: add RTDirCreateUniqueNumbered
|
|
|
@36576
|
14 年 |
vboxsync |
iprt: fix memory leak
|
|
|
@36555
|
14 年 |
vboxsync |
Use DECLHIDDEN, especially in IPRT.
|
|
|
@36492
|
14 年 |
vboxsync |
iprt: CRITSECT_WITHOUT_REMAPPING -> RTCRITSECT_WITHOUT_REMAPPING.
|
|
|
@36472
|
14 年 |
vboxsync |
addendum to r70394 for RTCrit*
|
|
|
@36254
|
14 年 |
vboxsync |
GIP,++: Lots of CPUs (disabled).
|
|
|
@36232
|
14 年 |
vboxsync |
RTCPUSET, SUPDrv: Preparation for supporting 256 CPUs/cores/threads.
|
|
|
@36190
|
14 年 |
vboxsync |
IPRT,Drivers: Committed a modified version of the …
|
|
|
@34507
|
14 年 |
vboxsync |
IPRT: Visual C++ warnings.
|
|
|
@34239
|
14 年 |
vboxsync |
nc
|
|
|
@33806
|
14 年 |
vboxsync |
ExtPack changes, related IPRT changes.
|
|
|
@33676
|
14 年 |
vboxsync |
scm cleanup run.
|
|
|
@33540
|
14 年 |
vboxsync |
*: spelling fixes, thanks Timeless!
|
|
|
@33426
|
14 年 |
vboxsync |
iprt/symlink.h: Initial code (only tested on linux).
|
|
|
@33269
|
14 年 |
vboxsync |
IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
|
|
|
@33036
|
14 年 |
vboxsync |
IPRT: Implemented RTSemEventWaitEx[Debug] for ring-0 linux.
|
|
|
@33010
|
14 年 |
vboxsync |
RTSemEventMultiWaitNoResume: corrected assertion in the new …
|
|
|
@32995
|
14 年 |
vboxsync |
RTUuidFromUtf16: bug fix + testcase
|
|
|
@32994
|
14 年 |
vboxsync |
RTUuidFromStr: bug fix + testcase.
|
|
|
@32988
|
14 年 |
vboxsync |
iprt: C warnings
|
|
|
@32979
|
14 年 |
vboxsync |
iprt: RTUuidFromStr() / RTUuidFromUtf16(): allow the format …
|
|
|
@32946
|
14 年 |
vboxsync |
iprt/semaphore.h: Started adding RTSem*<Wait|Request>Ex[Debug].
|
|
|
@32572
|
14 年 |
vboxsync |
VMM,SUPDrv,IPRT: More changes for related to the priodic preemption …
|
|
|
@32504
|
14 年 |
vboxsync |
SUPDrv,IPRT,VMM,DevAPIC: Added RTTimerCanDoHighResolution and exposed …
|
|
|
@30320
|
14 年 |
vboxsync |
*: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
|
|
|
@30253
|
14 年 |
vboxsync |
iprt/assert.h: Use static_assert with g++ when available. Added …
|
|
|
@30112
|
14 年 |
vboxsync |
iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
|
|
|
@30111
|
14 年 |
vboxsync |
iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
|
|
|
@29500
|
15 年 |
vboxsync |
Runtime/R0: FreeBSD build fixes
|
|
|
@29271
|
15 年 |
vboxsync |
Make VBoxRT build on sparc.
|
|
|
@29264
|
15 年 |
vboxsync |
build fix.
|
|
|
@29250
|
15 年 |
vboxsync |
iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
|
|
|
@29247
|
15 年 |
vboxsync |
semxroads-generic.cpp: -stdio.h debug.
|
|
|
@28919
|
15 年 |
vboxsync |
nits.
|
|
|
@28916
|
15 年 |
vboxsync |
Don't use RTStrCopyEx with RTSTR_MAX.
|
|
|
@28915
|
15 年 |
vboxsync |
iprt: More path conversion avoidance.
|
|
|
@28912
|
15 年 |
vboxsync |
generic/pathhost-generic.cpp -> r3/posix/pathhost-posix.cpp; rewrote …
|
|
|
@28910
|
15 年 |
vboxsync |
IPRT: Fixed mixed up free calls.
|
|
|
@28908
|
15 年 |
vboxsync |
Runtime/pathhost: a cast is no replacement for RTStrDup()
|
|
|
@28903
|
15 年 |
vboxsync |
IPRT: iconv cache.
|
|
|
@28880
|
15 年 |
vboxsync |
build fix.
|
|
|
@28877
|
15 年 |
vboxsync |
IPRT: pathhost changes.
|
|
|
@28800
|
15 年 |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@27800
|
15 年 |
vboxsync |
iprt: applying sparc patch (selectively).
|
|
|
@27787
|
15 年 |
vboxsync |
iprt: RTSocket/RTTcp: refcount the sockets the RTDbg* way.
|
|
|
@27744
|
15 年 |
vboxsync |
IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a …
|
|
|
@27350
|
15 年 |
vboxsync |
build fix
|
|
|
@27346
|
15 年 |
vboxsync |
iprt: Added RTEnvQueryUtf16Block and RTEnvFreeUtf16Block as helpers …
|
|
|
@26608
|
15 年 |
vboxsync |
IPRT: linux implementation of RTSystemQueryDmiString.
|
|
|
@26600
|
15 年 |
vboxsync |
iprt: Added RTSystemQueryDmiString.
|
|
|
@26562
|
15 年 |
vboxsync |
*: Added svn:keywords where missing.
|
|
|
@26344
|
15 年 |
vboxsync |
Runtime: white space cleanup.
|
|
|
@26319
|
15 年 |
vboxsync |
another warning regarding an ignored return value
|
|
|
@26258
|
15 年 |
vboxsync |
two more
|
|
|
@25961
|
15 年 |
vboxsync |
IPRT: Added RTUuidCompare2Strs; renamed tstUuid to tstRTUuid.
|
|
|
@25942
|
15 年 |
vboxsync |
*: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
|
|
|
@25910
|
15 年 |
vboxsync |
RTFileReadAll: Must pass DENY_NONE or we'll assert in down in RTFileOpen.
|
|
|
@25909
|
15 年 |
vboxsync |
RTFileReadAll-generic.cpp: committed too much.
|
|
|
@25908
|
15 年 |
vboxsync |
RTSemRWIsReadOwner: For assertion in main.
|
|
|
@25831
|
15 年 |
vboxsync |
iprt/lockvalidation: give better names to anonymous locks
|
|
|
@25793
|
15 年 |
vboxsync |
semrw-*generic.cpp: Corrected the c&p invalid handle errors in …
|
|
|
@25751
|
15 年 |
vboxsync |
semrw-lockless-generic.cpp: -todo
|
|
|
@25748
|
15 年 |
vboxsync |
iprt/cdefs,*: Use RT_LOCK_STRICT and RT_LOCK_STRICT_ORDER for …
|
|
|
@25724
|
15 年 |
vboxsync |
iprt: Use RTMSINTERVAL for timeouts. Fixed missing timeout underflow …
|
|
|
@25723
|
15 年 |
vboxsync |
iprt/RTSemRW: A little cleanup.
|
|
|
@25722
|
15 年 |
vboxsync |
iprt/RTSemFastMutex: A little cleanup.
|
|
|
@25711
|
15 年 |
vboxsync |
iprt: RTSemMutex order validation.
|
|
|
@25710
|
15 年 |
vboxsync |
iprt: SemRW lock order bugfixes.
|
|
|
@25707
|
15 年 |
vboxsync |
iprt: Added RTSemRWCreateEx and RTSemRWSetSubClass. Updated …
|
|
|
@25704
|
15 年 |
vboxsync |
iprt,pdmcritsect: More flexible lock naming, added …
|
|
|
@25685
|
15 年 |
vboxsync |
iprt,pdmcritsect: Some more lock validator code, almost there now... :-)
|
|
|
@25682
|
15 年 |
vboxsync |
iprt,pdmcritsect: RTMSINTERVAL, RTLockValidatorClass* and some related …
|
|
|
@25670
|
15 年 |
vboxsync |
semrw-lockless-generic.cpp: Use the unordered version of …
|
|
|