|
|
@27067
|
15 years |
vboxsync |
iprt/nocrt/compiler/gcc.h: va_start fix for gcc 3.2.x
|
|
|
@27011
|
15 years |
vboxsync |
PROT_NONE comment typo
|
|
|
@26915
|
15 years |
vboxsync |
Runtime/tcp: new function to query the local address of a socket.
|
|
|
@26844
|
15 years |
vboxsync |
RTPollSetCount.
|
|
|
@26827
|
15 years |
vboxsync |
IPRT: RTPollSetCount() -> RTPollGetCount().
|
|
|
@26824
|
15 years |
vboxsync |
iprt: Adjustments to RTPipeReadBlocking and RTPipeWriteBlocking. …
|
|
|
@26813
|
15 years |
vboxsync |
IPRT/List: Add a method to move the list to a new header
|
|
|
@26802
|
15 years |
vboxsync |
Implemented RTProcCreateEx for posix. The new features hasn't been …
|
|
|
@26801
|
15 years |
vboxsync |
poll-posix.cpp: initial untested code.
|
|
|
@26784
|
15 years |
vboxsync |
iprt/pipe.h++: Adjusted RTPipeWrite[Blocking] behavior wrt to zero …
|
|
|
@26774
|
15 years |
vboxsync |
RTPipe: Implemented the posix variant.
|
|
|
@26756
|
15 years |
vboxsync |
iprt/poll.h: Fixes and additions.
|
|
|
@26755
|
15 years |
vboxsync |
iprt/pipe.h: Need RTPipeWriteBlocking, some spec adjustments.
|
|
|
@26753
|
15 years |
vboxsync |
Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
|
|
|
@26740
|
15 years |
vboxsync |
iprt/list.h: r=bird: Mostly docs, but added a drop of poison to …
|
|
|
@26739
|
15 years |
vboxsync |
Runtime: Inline list implementation
|
|
|
@26735
|
15 years |
vboxsync |
iprt/handle.h: new file with RTHandleClose.
|
|
|
@26734
|
15 years |
vboxsync |
NIL_RTPIPE fix
|
|
|
@26733
|
15 years |
vboxsync |
iprt/process.h: Corrected RTProcWait* docs.
|
|
|
@26732
|
15 years |
vboxsync |
iprt/file.h: RTFileOpenBitBucket
|
|
|
@26731
|
15 years |
vboxsync |
iprt/poll.h: adjustments.
|
|
|
@26726
|
15 years |
vboxsync |
RTProcCreateEx prototype.
|
|
|
@26724
|
15 years |
vboxsync |
iprt/pipe.h: RTPIPE_C_XXX.
|
|
|
@26721
|
15 years |
vboxsync |
iprt/poll.h,iprt/types.h: more poll and some pipe work
|
|
|
@26703
|
15 years |
vboxsync |
iprt/poll.h: quick sketch
|
|
|
@26702
|
15 years |
vboxsync |
iprt/types.h,iprt/pipe.h: Added pipe.h (no code yet) and preparing for …
|
|
|
@26694
|
15 years |
vboxsync |
RTGetOptPrintError: return RTEXITCODE_SYNTAX.
|
|
|
@26683
|
15 years |
vboxsync |
iprt: RTEXITCODE, RTTcpServerListen2, RTTcpWrite fixes.
|
|
|
@26674
|
15 years |
vboxsync |
iprt: Added RTMsgInitFailure for dealing with RTR3Init failures.
|
|
|
@26659
|
15 years |
vboxsync |
IPRT: Added RTStrCopy and RTStrCopyEx for strcpy with overflow handling.
|
|
|
@26608
|
15 years |
vboxsync |
IPRT: linux implementation of RTSystemQueryDmiString.
|
|
|
@26603
|
15 years |
vboxsync |
Main: back out r57775
|
|
|
@26600
|
15 years |
vboxsync |
iprt: Added RTSystemQueryDmiString.
|
|
|
@26588
|
15 years |
vboxsync |
iprt: New type RTNETADDR for storing any address + type + port. Added …
|
|
|
@26587
|
15 years |
vboxsync |
Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
|
|
|
@26558
|
15 years |
vboxsync |
include: svn:eol-style.
|
|
|
@26553
|
15 years |
vboxsync |
Main: backing out r57728 + r57730 which burn on windows
|
|
|
@26550
|
15 years |
vboxsync |
Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
|
|
|
@26526
|
15 years |
vboxsync |
VMM,asm.h,Config.kmk: win.amd64 warnings; fixed the ASMAtomicSubU32 …
|
|
|
@26520
|
15 years |
vboxsync |
iprt: Added RTPathChangeToUnixSlashes and RTPathChangeToDosSlashes.
|
|
|
@26485
|
15 years |
vboxsync |
iprt/getopt: Added two standard options: h: --help/-help/-h/-?, V: …
|
|
|
@26482
|
15 years |
vboxsync |
IPRT: Added RTStrATruncate.
|
|
|
@26481
|
15 years |
vboxsync |
IPRT: Added RTStrAAppend, RTStrAAppendN, RTStrAAppendExN[V]{,1}, …
|
|
|
@26476
|
15 years |
vboxsync |
iprt: Added RTPathCountComponents, RTPathCopyComponents, …
|
|
|
@26452
|
15 years |
vboxsync |
iprt/memcache.h: Some more optimizations and more benchmarks.
|
|
|
@26431
|
15 years |
vboxsync |
Updated function description
|
|
|
@26430
|
15 years |
vboxsync |
Introducing RTR0MemObjAllocPhysEx
|
|
|
@26419
|
15 years |
vboxsync |
tstRTMemCache: Testcase + bug fixes. Works pretty well, but should try …
|
|
|
@26416
|
15 years |
vboxsync |
RTMemCache: Initial coding (completely untested).
|
|
|
@26369
|
15 years |
vboxsync |
iprt/err.h: VERR_IGNORED
|
|
|
@26341
|
15 years |
vboxsync |
include/iprt: scm cleaning up spaces.
|
|
|
@26226
|
15 years |
vboxsync |
s/RTGCDECL/RTGCDECL/g
|
|
|
@26224
|
15 years |
vboxsync |
s/IN_RT_GC/IN_RT_RC/g
|
|
|
@26209
|
15 years |
vboxsync |
IPRT: Added RTTimeSet.
|
|
|
@26163
|
15 years |
vboxsync |
PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
|
|
|
@26133
|
15 years |
vboxsync |
IPRT: Added RTPathJoin.
|
|
|
@26060
|
15 years |
vboxsync |
IPRT: Added RTFileOpenF/V.
|
|
|
@26011
|
15 years |
vboxsync |
iprt/cdefs.h: build fix.
|
|
|
@26007
|
15 years |
vboxsync |
iprt/cdefs.h: Fixed sign compare gcc warning when using RT_BSWAP_U16 …
|
|
|
@26006
|
15 years |
vboxsync |
iprt/cdefs.h: Fixed sign compare gcc warning when using RT_BSWAP_U16 …
|
|
|
@25984
|
15 years |
vboxsync |
pdmifs.h: the penultimate batch of refactored interface ID code.
|
|
|
@25966
|
15 years |
vboxsync |
PDMIBASE refactoring; use UUID as interface IDs.
|
|
|
@25961
|
15 years |
vboxsync |
IPRT: Added RTUuidCompare2Strs; renamed tstUuid to tstRTUuid.
|
|
|
@25953
|
15 years |
vboxsync |
Runtime/RTFileIoCtl: fixed prototype (iRequest => ulRequest)
|
|
|
@25942
|
15 years |
vboxsync |
*: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
|
|
|
@25923
|
15 years |
vboxsync |
RTPathStripTrailingSlash: testcase + extensions.
|
|
|
@25922
|
15 years |
vboxsync |
iprt/file.h: doc update.
|
|
|
@25908
|
15 years |
vboxsync |
RTSemRWIsReadOwner: For assertion in main.
|
|
|
@25857
|
15 years |
vboxsync |
iprt/time.h: Fixed RTTimeSpecGetTimespec, RTTimeSpecGetDosSeconds and …
|
|
|
@25853
|
15 years |
vboxsync |
fixed RTTimeSpecGetTimeval() if usec is negative
|
|
|
@25821
|
15 years |
vboxsync |
iprt/cdefs.h: builtin_constant_p for RT_BSWAP_* with gcc
|
|
|
@25759
|
15 years |
vboxsync |
iprt/semaphore.h: RT_LOCK_CHECK_ORDER && IN_RING3 -> wrap …
|
|
|
@25748
|
15 years |
vboxsync |
iprt/cdefs,*: Use RT_LOCK_STRICT and RT_LOCK_STRICT_ORDER for …
|
|
|
@25732
|
15 years |
vboxsync |
PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
|
|
|
@25724
|
15 years |
vboxsync |
iprt: Use RTMSINTERVAL for timeouts. Fixed missing timeout underflow …
|
|
|
@25723
|
15 years |
vboxsync |
iprt/RTSemRW: A little cleanup.
|
|
|
@25722
|
15 years |
vboxsync |
iprt/RTSemFastMutex: A little cleanup.
|
|
|
@25721
|
15 years |
vboxsync |
iprt/RTSemMutex: MutexSem -> hMutexSem
|
|
|
@25720
|
15 years |
vboxsync |
iprt: Added RTSemEventMultiCreateEx and did some cleanups of the …
|
|
|
@25717
|
15 years |
vboxsync |
iprt: Added RTSemEventCreateEx and did some cleanups of the …
|
|
|
@25711
|
15 years |
vboxsync |
iprt: RTSemMutex order validation.
|
|
|
@25707
|
15 years |
vboxsync |
iprt: Added RTSemRWCreateEx and RTSemRWSetSubClass. Updated …
|
|
|
@25704
|
15 years |
vboxsync |
iprt,pdmcritsect: More flexible lock naming, added …
|
|
|
@25703
|
15 years |
vboxsync |
iprt/lockvalidator: Tested and debugged the basics of lock order …
|
|
|
@25700
|
15 years |
vboxsync |
iprt/lockvalidator: finishing the code and fixing bugs.
|
|
|
@25692
|
15 years |
vboxsync |
iprt/lockvalidator: Implemented order validatation and the …
|
|
|
@25685
|
15 years |
vboxsync |
iprt,pdmcritsect: Some more lock validator code, almost there now... :-)
|
|
|
@25682
|
15 years |
vboxsync |
iprt,pdmcritsect: RTMSINTERVAL, RTLockValidatorClass* and some related …
|
|
|
@25671
|
15 years |
vboxsync |
iprt/asm.h,ASMAtomciUoReadU64.asm: consistent use of the lock prefix …
|
|
|
@25667
|
15 years |
vboxsync |
iprt/asm.h: grumble - copy & past at 5am.
|
|
|
@25665
|
15 years |
vboxsync |
iprt/asm.h,ASMAtomic*.asm: the darwin x86 gcc also has trouble with …
|
|
|
@25647
|
15 years |
vboxsync |
Some more doxygen fixes, now for Core.docs.
|
|
|
@25645
|
15 years |
vboxsync |
IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
|
|
|
@25640
|
15 years |
vboxsync |
iprt: Added RTSemEventMulti[Set|Add|Remove]Signaller.
|
|
|
@25638
|
15 years |
vboxsync |
iprt,pdmcritsect: Added RTSemEvent[Set|Add|Remove]Signaller so that we …
|
|
|
@25624
|
15 years |
vboxsync |
iprt/semmutex*: Added RTSemMutexIsOwned. Rewrote mutex recursion …
|
|
|
@25622
|
15 years |
vboxsync |
tstRTLockValidator: testcase improvements.
|
|
|
@25620
|
15 years |
vboxsync |
iprt/semaphore.h: Added Debug wrappers for all the RW semaphores.
|
|
|
@25618
|
15 years |
vboxsync |
IPRT,pdmcritsect: More lock validator hacking.
|
|
|
@25617
|
15 years |
vboxsync |
iprt: Added lock validator testcase for read-write semaphore …
|
|
|