VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @27503   15 年 vboxsync iprt/socket.h: RTSocket API.
(edit) @27497   15 年 vboxsync iprt,rdp,drvnamedpipe: Changed the RTSOCKET type from int to a struct …
(edit) @27432   15 年 vboxsync missing internal/pipe.h
(edit) @26985   15 年 vboxsync internal/memobj.h: comment typo.
(edit) @26847   15 年 vboxsync Don't pass uAlignment=0 to rtR0MemObjNativeAllocPhys, resolve the …
(edit) @26801   15 年 vboxsync poll-posix.cpp: initial untested code.
(edit) @26774   15 年 vboxsync RTPipe: Implemented the posix variant.
(edit) @26476   15 年 vboxsync iprt: Added RTPathCountComponents, RTPathCopyComponents, …
(edit) @26433   15 年 vboxsync Missing header update
(edit) @26344   15 年 vboxsync Runtime: white space cleanup.
(edit) @26180   15 年 vboxsync *: The rest of the %V* format specifiers are history.
(edit) @25748   15 年 vboxsync iprt/cdefs,*: Use RT_LOCK_STRICT and RT_LOCK_STRICT_ORDER for …
(edit) @25690   15 年 vboxsync iprt/lockvalidator: Record recursion on the lock stack.
(edit) @25689   15 年 vboxsync iprt/lockvalidator: Implement the lock stack (not recording recursion yet).
(edit) @25682   15 年 vboxsync iprt,pdmcritsect: RTMSINTERVAL, RTLockValidatorClass* and some related …
(edit) @25648   15 年 vboxsync iprt: Instrumented semeventmulti-linux.cpp and hacked more on the …
(edit) @25645   15 年 vboxsync IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
(edit) @25642   15 年 vboxsync DOXYGEN -> DOXYGEN_RUNNING.
(edit) @25638   15 年 vboxsync iprt,pdmcritsect: Added RTSemEvent[Set|Add|Remove]Signaller so that we …
(edit) @25622   15 年 vboxsync tstRTLockValidator: testcase improvements.
(edit) @25618   15 年 vboxsync IPRT,pdmcritsect: More lock validator hacking.
(edit) @25611   15 年 vboxsync iprt/lockvaldiator,++: owner record management and some other stuff. …
(edit) @25609   15 年 vboxsync lockvalidator.*: some more cleanup.
(edit) @25608   15 年 vboxsync iprt/magics: UINT32_C.
(edit) @25607   15 年 vboxsync iprt,pdmcritsect: Shortening and cleaning up the lock validator …
(edit) @25602   15 年 vboxsync iprt: More lock validation code; rewrote tstDeadlock.
(edit) @25597   15 年 vboxsync internal/thread.h: nitpicking
(edit) @25591   15 年 vboxsync fix for compiling against Linux 2.6.33+
(edit) @25536   15 年 vboxsync iprt/assert.h: Added RTAssertMsg2Add[Weak][V] for dumping the lock …
(edit) @25528   15 年 vboxsync IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, …
(edit) @25491   15 年 vboxsync IPRT,PDMCritSect: Fixing critsect regression; contains under …
(edit) @25482   15 年 vboxsync critsect-generic.cpp: made it less of an #ifdef orgy…
(edit) @25478   15 年 vboxsync IPRT,PDMCritSect: More lock validator refactoring.
(edit) @25467   15 年 vboxsync IPRT,PDMCritSect: More lock validation.
(edit) @25436   15 年 vboxsync RTLockValidator,RTThread: Serialize deadlock detection and …
(edit) @25431   15 年 vboxsync RTSemXRoads: initial implementation.
(edit) @25406   15 年 vboxsync IPRT,PDMCritSect: Lock validation can only be performed in ring-3; …
(edit) @25398   15 年 vboxsync IPRT,PDMAllocCritSect: Don't bitch when recursivly entering a mutex.
(edit) @25373   15 年 vboxsync IPRT,PDMCritSect: More validation changes. Validate posix and linux …
(edit) @25368   15 年 vboxsync RTCritSect,PDMCritSect,iprt/lockvalidator.h: Reworked the deadlocking …
(edit) @25341   15 年 vboxsync ldrPE.cpp: Added WIN_CERTIFICATE and added very basic verification of …
(edit) @25059   15 年 vboxsync RTHeapOffset: Initial conversion of RTHeapSimple.
(edit) @24824   15 年 vboxsync Runtime: Linux 2.4 symbol fiddling
(edit) @24106   15 年 vboxsync DBGPlugInWinNt.cpp: digging into debug info…
(edit) @24014   15 年 vboxsync Removed rtMpClearPoke function as it's no longer required. (fixes …
(edit) @23973   15 年 vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23625   15 年 vboxsync IPRT: Added RTTcpServerShutdown and cleaned up the code.
(edit) @23610   15 年 vboxsync IPRT,VMM,SUPDrv,VBGLR0: Added a parameter to RTR0MemObjLockUser/Kernel …
(edit) @23173   15 年 vboxsync Remove the poke DPC from the queue if RTThreadPreemptIsPending is not …
(edit) @23124   15 年 vboxsync IPRT: Added RTThreadIsMain().
(edit) @22150   15 年 vboxsync IPRT,SUPDrv: Changed RTTHREADPREEMPTSTATE breaking binary …
(edit) @22139   15 年 vboxsync IPRT: Corrected RT_ASSERT_PREEMPT_CPUID_SPIN_RELEASE to work around …
(edit) @22135   15 年 vboxsync spaces
(edit) @22131   15 年 vboxsync spinlock-r0drv-[solaris|linux].c: More preemption assertions.
(edit) @22115   15 年 vboxsync RTDbgMod: Added module tagging so the diggers can tell which modules …
(edit) @22075   15 年 vboxsync internal/iprt.h: don't enable RT_MORE_STRICT on windows yet, it's …
(edit) @22071   15 年 vboxsync internal/iprt.h: Enabled RT_MORE_STRICT for debug builds.
(edit) @22052   15 年 vboxsync IPRT: RT_MORE_STRICT for r0rdv and r0drv/darwin.
(edit) @21675   15 年 vboxsync IPRT: Moved rtPathVolumeSpecLen.
(edit) @21540   15 年 vboxsync IPRT: RTSemSpinMutex implementation.
(edit) @21355   15 年 vboxsync build fix.
(edit) @21346   15 年 vboxsync internal/iprt.h: IN_MODULE or our hack, MODULE is the linux kernel's …
(edit) @21337   15 年 vboxsync IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel …
(edit) @21046   15 年 vboxsync IPRT: Added a reader of NM-style map files. (Mainly for linux …
(edit) @20911   15 年 vboxsync IPRT: better fix.
(edit) @20910   15 年 vboxsync IPRT: fixed debug additions build.
(edit) @20878   15 年 vboxsync gcc warning
(edit) @20848   15 年 vboxsync alignmentchecks.h: wrong fix.
(edit) @20837   15 年 vboxsync IPRT: fixed Darwin
(edit) @20821   15 年 vboxsync IPRT: alignment check hacking.
(edit) @20801   15 年 vboxsync IPRT: The rest of the basic RTDbgMod code.
(edit) @20800   15 年 vboxsync IPRT: More RTDbgMod code.
(edit) @20799   15 年 vboxsync IPRT: More RTDbgMod code.
(edit) @20756   15 年 vboxsync IPRT: More RTDbg coding - generic container is mostly done now.
(edit) @20744   15 年 vboxsync IPRT: RTDbg coding.
(edit) @20740   15 年 vboxsync iprt: More RTDbg coding; added a new AVL tree for RTUINPTR.
(edit) @20739   15 年 vboxsync iprt: RTDbgMod coding in progress.
(edit) @20525   15 年 vboxsync iprt/memobj.h: Added RTR0MemObjProtect, only implemented for darwin.
(edit) @20513   15 年 vboxsync OSE header fixes
(edit) @20374   15 年 vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20364   15 年 vboxsync IPRT: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20360   15 年 vboxsync IPRT: Memory pool (untested) and string pool stub implementation.
(edit) @20356   15 年 vboxsync iprt: some more dbgmod bits.
(edit) @20355   15 年 vboxsync IPRT: some dbgmod bits.
(edit) @20008   16 年 vboxsync PDMCritSect: rewrite, ring-0 unlocking not yet enabled.
(edit) @19562   16 年 vboxsync Runtime/Aio: Change API again * pcReqs in RTFileAioCtxSubmit is …
(edit) @19559   16 年 vboxsync IPRT: Coded up the debug address space, adding a RTUINTPTR AVL range …
(edit) @19509   16 年 vboxsync IPRT: Started on debug support, RTDbg*.
(edit) @19368   16 年 vboxsync IPRT: initial check in of the runtime S3 interface (not used yet)
(edit) @19166   16 年 vboxsync IPRT/include/internal/fileaio.h: export; (C) year.
(edit) @19040   16 年 vboxsync IPRT/fileaio-linux.cpp: A quick code review and cleanup: * …
(edit) @18364   16 年 vboxsync RTTest: kick-off for testcase helpers.
(edit) @16998   16 年 vboxsync iprt: typo
(edit) @16933   16 年 vboxsync IPRT/PDM,SUPLIb,REM: Extended RTLdrOpen with an architecture argument …
(edit) @14824   16 年 vboxsync IPRT: RTR0MemObjMapKernelEx for mapping a portion of a memory object …
(edit) @14059   16 年 vboxsync IPRT: internal/dir.h: some unsigned -> size_t to keep MSC silent.
(edit) @14058   16 年 vboxsync iprt: More 64-bit MSC warnings.
(edit) @13832   16 年 vboxsync IN_GC -> IN_RC.
(edit) @12287   16 年 vboxsync Fixed Tolkien birthdate.
(edit) @11836   16 年 vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette