VirtualBox

source: vbox/trunk/include/iprt

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @48909   11 年 vboxsync kmk incs
(edit) @48905   11 年 vboxsync Promoted Runtime/include/internal/ldrMach-O.h to …
(edit) @48862   11 年 vboxsync build fix
(edit) @48850   11 年 vboxsync Forgot to mangle RTZipXarFsStreamFromIoStream.
(edit) @48841   11 年 vboxsync iprt/formats/xar.h: header.
(edit) @48838   11 年 vboxsync More or less usable XAR reader.
(edit) @48837   11 年 vboxsync build fix
(edit) @48836   11 年 vboxsync IPRT: Added a flag to the gzip decompressor I/O stream for accepting …
(edit) @48835   11 年 vboxsync IPRT: Added RTTimeFromString and RTTimeSpecFromString for simple …
(edit) @48834   11 年 vboxsync iprt/xml: Added more convenience methods and did more cleanup work, …
(edit) @48833   11 年 vboxsync cpp/utils.h: Added RT_CPP_GETTER_UNCONST and RT_CPP_GETTER_UNCONST_RET …
(edit) @48820   11 年 vboxsync IPRT/RTFileModeToFlags(Ex): Introduced "oa" mode for opening + …
(edit) @48797   11 年 vboxsync A bit more XAR hacking.
(edit) @48782   11 年 vboxsync Missed one macro.
(edit) @48781   11 年 vboxsync iprt/list.h,xml.h: Because of gcc, we need a C++ version of a bunch of …
(edit) @48780   11 年 vboxsync Started on a XAR file system stream similar to what we have for TAR …
(edit) @48779   11 年 vboxsync iprt/xml.h: Replaced std::list<shared_ptr<>> with RTList both to safe …
(edit) @48765   11 年 vboxsync Main/Qt/VBoxManage: introduced IHost::ProcessorOnlineCoreCount and use …
(edit) @48763   11 年 vboxsync add STDBOOL_H to darwin specific condition for "bool" handling in C.
(edit) @48698   11 年 vboxsync typo
(edit) @48695   11 年 vboxsync CPUM: MSR_CORE_THREAD_COUNT and MSR_FLEX_RATIO for snow leopard.
(edit) @48681   11 年 vboxsync Main,IPRT: Added RTR3INIT_FLAGS_UTF8_ARGV so VBoxExtPackHelperApp can …
(edit) @48572   11 年 vboxsync asm-amd64-x86.h: Use writeeflags and readeflags with visual C++. …
(edit) @48368   11 年 vboxsync Implement MSR_PKG_CST_CONFIG_CONTROL for mac os x.
(edit) @48357   11 年 vboxsync The intel_pstate Linux driver depends on these two MSRs
(edit) @48284   11 年 vboxsync VMM/HMVMXR0: Avoid calling PGM twice for reading just 4 consecutive bytes.
(edit) @48267   11 年 vboxsync VMM: Allow VT-x to be used in SMX mode, more granular error checking.
(edit) @48151   11 年 vboxsync Netware 6 is reading MSR_P4_LASTBRANCH_0 (0x1db).
(edit) @48143   11 年 vboxsync x86.h: some new MSRs. _BIT defines for some EFLAGS.
(edit) @48120   11 年 vboxsync Another intel MSR.
(edit) @48119   11 年 vboxsync Another intel MSR.
(edit) @48076   11 年 vboxsync Spell "afterwards" correctly in comments.
(edit) @48066   11 年 vboxsync CPUM: Fake MSR_IA32_MCG_STATUS reads. Corrected MSR names, IA32_MCP …
(edit) @47996   11 年 vboxsync More MSRs fixes on AMD64. MSR_K8_NB_CFG is for recent linux kernels …
(edit) @47988   11 年 vboxsync Solaris reads MSR_RAPL_POWER_UNIT, give it some fake values.
(edit) @47942   11 年 vboxsync CPUM: Ignore MSR_K8_INT_PENDING access.
(edit) @47876   11 年 vboxsync kmk incs
(edit) @47839   11 年 vboxsync x86.h: APICBASE fields.
(edit) @47834   11 年 vboxsync IPRT/file.h: Documentation.
(edit) @47783   11 年 vboxsync IPRT/RTFileModeToFlags.cpp: Set default sharing modes.
(edit) @47762   11 年 vboxsync IPRT: Added RTFileModeToFlags* APIs + testcase.
(edit) @47738   11 年 vboxsync x86.h: Corrected X86DESCATTR_P definition (shifted left by 4 bits by …
(edit) @47735   11 年 vboxsync Comment typo.
(edit) @47667   11 年 vboxsync x86.h: A couple of DR7 macros.
(edit) @47660   11 年 vboxsync VMM: Debug register handling redo. (only partly tested on AMD-V so far.)
(edit) @47619   11 年 vboxsync EM: Started on HM single stepping for IEM verification purposes. …
(edit) @47572   11 年 vboxsync Runtime/threadctxhooks: RTThreadCtxHooksAreRegistered().
(edit) @47547   11 年 vboxsync x86.h: Added X86_EFL_LIVE_MASK and X86_EFL_RA1_MASK.
(edit) @47516   11 年 vboxsync Backed out r87679: Still working on the wrong solution... Sigh.
(edit) @47500   11 年 vboxsync pr6022. Second variant of support GZIP files for OVA appliance.
(edit) @47442   11 年 vboxsync Adjusted some HMVMX status codes so that VERR_VMX_INVALID_VMCS_PTR and …
(edit) @47435   11 年 vboxsync iprt/cdefs.h: RT_INLINE_ASM_USES_INTRIN = major MSC version number so …
(edit) @47432   11 年 vboxsync HMR0VMX.cpp: Attempt to fix incorrect DR7 and DR[0-3] checks in I/O …
(edit) @47406   11 年 vboxsync x86.h: Added MSXCR macros.
(edit) @47381   11 年 vboxsync keep within 130 columns.
(edit) @47370   11 年 vboxsync iprt/thread.h: Define/document the return values more explicitly when …
(edit) @47359   11 年 vboxsync IPRT: Added compression to the gzip VFS I/O stream class …
(edit) @47356   11 年 vboxsync IPRT: Added RTVfsIoStrmOpenNormal and RTVfsFileOpenNormal.
(edit) @47352   11 年 vboxsync Runtime/r0drv: Reference counting for kernel thread-context hooks.
(edit) @47351   11 年 vboxsync doc typo
(edit) @47344   11 年 vboxsync RTZipGzipDecompressBuffer was removed.
(edit) @47343   11 年 vboxsync pr6022. cleaning up the code. RTZip interface …
(edit) @47340   11 年 vboxsync pr6022. OVA appliance don't fail when a certificate file exists. GZIP …
(edit) @47328   11 年 vboxsync CPUM,++: Fix DR6 and DR7 read-as-1 (RA1) and read-as-zero (RAZ) values …
(edit) @47305   11 年 vboxsync x86.h/mac: opcode prefixes.
(edit) @47267   11 年 vboxsync Regenerate assembly headers, added TSSes to x86extra.mac.
(edit) @47247   11 年 vboxsync HMVMX: preserve SS.DPL and CS.L/D/G when the 'unusable' bit is set. …
(edit) @47241   11 年 vboxsync X86DESCATTRBITS: Added the funny intel bit.
(edit) @47236   11 年 vboxsync lazy-dbghelp.h: Use RTLdrLoadSystem.
(edit) @47224   11 年 vboxsync iprt/asmdefs.mac: RT_MAKE_U32_FROM_U8 fix.
(edit) @47206   11 年 vboxsync IPRT: Kernel thread-context hooks, Solaris implementation.
(edit) @47199   11 年 vboxsync IPRT: Kernel thread-context hooks, linux implementation. Extended …
(edit) @47172   11 年 vboxsync Started on exception dispatching testcase to check rare paths.
(edit) @47152   11 年 vboxsync x86.h: Some X86XCPT updates.
(edit) @47131   11 年 vboxsync iprt/x86extra.mac: Added all the trap enums.
(edit) @47071   11 年 vboxsync Runtime: btrfs
(edit) @47051   11 年 vboxsync IPRT/localipc-win.cpp: Update on implementation (untested so far), …
(edit) @47037   11 年 vboxsync Converted ldrPE.h (most of it) and ldrMZ.h to assembly.
(edit) @47034   11 年 vboxsync iprt/asmdefs.mac: Added AssertCompileSize and AssertCompileMemberOffset.
(edit) @47009   11 年 vboxsync Comment typo.
(edit) @46980   11 年 vboxsync Deprecated the old manifest API. r=bird: IPRT does NOT use ugly C++ …
(edit) @46971   11 年 vboxsync pr6022. Support handling directories in the TAR has been added. Added …
(edit) @46925   11 年 vboxsync VMM: Optimized world-switch with lazy restoration LDTR and TR on Intel.
(edit) @46855   11 年 vboxsync iprt/asmdefs.mac: Working towards working import handling, at last... …
(edit) @46690   11 年 vboxsync VisualAge for C++: Example of why we're using DECL macros, …
(edit) @46689   11 年 vboxsync iprt/assert.h: VisualAge for C++ doesn't like using RT_OFFSETOF or …
(edit) @46688   11 年 vboxsync VisualAge C++ build fixes.
(edit) @46687   11 年 vboxsync VisualAge C++ build fixes.
(edit) @46639   11 年 vboxsync Added RTMpGetOnlineCoreCount and RTMpGetPresentCoreCount.
(edit) @46636   11 年 vboxsync Completed the RTMpGetCoreCount documentation. If anyone disagrees, …
(edit) @46593   11 年 vboxsync updates
(edit) @46583   11 年 vboxsync doc fix
(edit) @46567   11 年 vboxsync RTMemAllocEx for ring-3.
(edit) @46558   11 年 vboxsync IMP2 fixes
(edit) @46550   11 年 vboxsync elf, gcc and 32-bit.
(edit) @46548   11 年 vboxsync asmdefs.mac,bootsectors,*: Removed xS and sZ in favor of xCB and sCB.
(edit) @46421   12 年 vboxsync kmk incs
(edit) @46412   12 年 vboxsync build fix
(edit) @46407   12 年 vboxsync iprt/formats/hfs.h: Initial coding.
(edit) @46403   12 年 vboxsync IPRT/err.h: Added VERR_/VINF_ACCOUNT_RESTRICTED.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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