VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

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