VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(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 …
(edit) @11725   16 年 vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11523   16 年 vboxsync iprt: Implemented the /dev/urandom base random generator as a RTRAND …
(edit) @11347   16 年 vboxsync iprt/rand: Added a generic RTRandAdv API for use with any random …
(edit) @11019   16 年 vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @10944   16 年 vboxsync iprt: RTTimerLR - low resolution timer API (< 10 Hz).
(edit) @10767   16 年 vboxsync RTOBJCACHE_MAGIC -> RTMEMCACHE_MAGIC, added RTMEMCACHE_MAGIC_DEAD. …
(edit) @10766   16 年 vboxsync handle table magic.
(edit) @10708   16 年 vboxsync Runtime: add cache implementation
(edit) @9355   16 年 vboxsync d_name can be defined as <= MAX_PATH (solaris does this). Clearified …
(edit) @8651   17 年 vboxsync Moved the strictness indicators into internal/strict.h.
(edit) @8645   17 年 vboxsync Added lock counts to the threads.
(edit) @8245   17 年 vboxsync rebranding: IPRT files again.
(edit) @8170   17 年 vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @7183   17 年 vboxsync Added RTStrFormatTypeRegister/SetUser/Deregister for runtime …
(edit) @7169   17 年 vboxsync Doxygen fixes.
(edit) @6961   17 年 vboxsync Generic implementation (in case it's needed).
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5605   17 年 vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @4475   17 年 vboxsync Some adjustments to RTEnv and RTProcCreate. Should work on darwin now.
(edit) @4229   17 年 vboxsync Ported thread2-r0drv to Nt (completely untested).
(edit) @4218   17 年 vboxsync docs.
(edit) @4159   17 年 vboxsync Changed from $ to $.
(edit) @4155   17 年 vboxsync RTR0MemGetAddressR3 & RTR0MemObjLockUser. Linux memobj impl.
(edit) @4136   17 年 vboxsync Added RTR0MemObjAllocPhysNC. Changed the two APIs taking ring-3 …
(edit) @4135   17 年 vboxsync Use size_t for the page index. Added API for querying the ring-3 address.
(edit) @4071   17 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3977   17 年 vboxsync Implemented the timer and time apis for freebsd, stubbed the memobj ones.
(edit) @3699   17 年 vboxsync double underscore cleanup.
(edit) @3672   17 年 vboxsync RT_OS_* and RT_ARCH_* for Runtime/ and Support/
(edit) @3123   17 年 vboxsync Made VBOX_LOG_FLAGS=msprog work in GC.
(edit) @2981   17 年 vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2933   17 年 vboxsync Make '.' mean hidden when converting from unix to dos file mode.
(edit) @1816   18 年 vboxsync moved magics to a common header to avoid duplicating the same defines …
(edit) @1815   18 年 vboxsync export it.
(edit) @1766   18 年 vboxsync Introduce a dummy thread name parameter to rtThreadMain to allow …
(edit) @1300   18 年 vboxsync Fix eol style properties for header files
(edit) @1190   18 年 vboxsync Ported IPRT to ring-0 OS/2.
(edit) @890   18 年 vboxsync RTRand API (feel free to improve the fallback code).
(edit) @403   18 年 vboxsync Need RTThreadWait in ring-0 too when using the generic timers, so …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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