VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @32253   14 年 vboxsync VMM/DBGF: Added CoreDescriptor.
(edit) @32223   14 年 vboxsync OSE headers fixes
(edit) @32220   14 年 vboxsync spaces.
(edit) @32219   14 年 vboxsync VMM/DBGFCoreWrite: bits.
(edit) @32210   14 年 vboxsync remove obsolete file
(edit) @32204   14 年 vboxsync Runtime: re-added ldrELF.h
(edit) @32203   14 年 vboxsync Runtime: remove ldfELF.h to fix svn on Windows hosts
(edit) @32197   14 年 vboxsync Runtime: Our own ldrELF32,64.h headers. Renamed ldrElf.h->ldrELF.h.
(edit) @32131   14 年 vboxsync Runtime/poll: New attempt to save received events to prevent losing them
(edit) @32119   14 年 vboxsync ldrElf.h: Test on ARCH_BITS instead of RT_ARCH_XXX.
(edit) @32048   14 年 vboxsync coredumper: bits.
(edit) @32019   14 年 vboxsync OSE header fix
(edit) @31980   14 年 vboxsync coredumper: Use our own ELF defines, added OS specific defines to …
(edit) @31965   14 年 vboxsync Runtime/include: ldrElf copy/paste error.
(edit) @31964   14 年 vboxsync Runtime/include: ldrElf additions.
(edit) @30935   14 年 vboxsync IPRT/RTSEMEVENT_MAGIC_DEAD: Undid the accidental killing of Gaiman! :-)
(edit) @30712   14 年 vboxsync Build fix.
(edit) @30578   14 年 vboxsync semeventmulti-r0drv-solaris.c: The atomic+volatile mess isn't needed …
(edit) @29451   15 年 vboxsync Missing change
(edit) @29250   15 年 vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29027   15 年 vboxsync RTR0MemObjEnterPhys/rtR0MemObjNativeEnterPhys: Validate the cache …
(edit) @28918   15 年 vboxsync iprt: dropped RT_DONT_CONVERT_FILENAMES, we've never needed it so far…
(edit) @28917   15 年 vboxsync build fix.
(edit) @28915   15 年 vboxsync iprt: More path conversion avoidance.
(edit) @28903   15 年 vboxsync IPRT: iconv cache.
(edit) @28877   15 年 vboxsync IPRT: pathhost changes.
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28777   15 年 vboxsync iprt: added CachePolicy parameter to RTR0MemObjEnterPhys()
(edit) @27549   15 年 vboxsync iprt/socket.cpp: relaxed the locking for accept and shutdown.
(edit) @27509   15 年 vboxsync iprt: Poll on sockets on windows (untested). RTPollSetCount -> …
(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.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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