VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @48698   11 years vboxsync typo
(edit) @48695   11 years vboxsync CPUM: MSR_CORE_THREAD_COUNT and MSR_FLEX_RATIO for snow leopard.
(edit) @48681   11 years vboxsync Main,IPRT: Added RTR3INIT_FLAGS_UTF8_ARGV so VBoxExtPackHelperApp can …
(edit) @48572   11 years vboxsync asm-amd64-x86.h: Use writeeflags and readeflags with visual C++. …
(edit) @48368   11 years vboxsync Implement MSR_PKG_CST_CONFIG_CONTROL for mac os x.
(edit) @48357   11 years vboxsync The intel_pstate Linux driver depends on these two MSRs
(edit) @48284   11 years vboxsync VMM/HMVMXR0: Avoid calling PGM twice for reading just 4 consecutive bytes.
(edit) @48267   11 years vboxsync VMM: Allow VT-x to be used in SMX mode, more granular error checking.
(edit) @48151   11 years vboxsync Netware 6 is reading MSR_P4_LASTBRANCH_0 (0x1db).
(edit) @48143   11 years vboxsync x86.h: some new MSRs. _BIT defines for some EFLAGS.
(edit) @48120   11 years vboxsync Another intel MSR.
(edit) @48119   11 years vboxsync Another intel MSR.
(edit) @48076   11 years vboxsync Spell "afterwards" correctly in comments.
(edit) @48066   11 years vboxsync CPUM: Fake MSR_IA32_MCG_STATUS reads. Corrected MSR names, IA32_MCP …
(edit) @47996   11 years vboxsync More MSRs fixes on AMD64. MSR_K8_NB_CFG is for recent linux kernels …
(edit) @47988   11 years vboxsync Solaris reads MSR_RAPL_POWER_UNIT, give it some fake values.
(edit) @47942   11 years vboxsync CPUM: Ignore MSR_K8_INT_PENDING access.
(edit) @47876   11 years vboxsync kmk incs
(edit) @47839   11 years vboxsync x86.h: APICBASE fields.
(edit) @47834   11 years vboxsync IPRT/file.h: Documentation.
(edit) @47783   11 years vboxsync IPRT/RTFileModeToFlags.cpp: Set default sharing modes.
(edit) @47762   11 years vboxsync IPRT: Added RTFileModeToFlags* APIs + testcase.
(edit) @47738   11 years vboxsync x86.h: Corrected X86DESCATTR_P definition (shifted left by 4 bits by …
(edit) @47735   11 years vboxsync Comment typo.
(edit) @47667   11 years vboxsync x86.h: A couple of DR7 macros.
(edit) @47660   11 years vboxsync VMM: Debug register handling redo. (only partly tested on AMD-V so far.)
(edit) @47619   11 years vboxsync EM: Started on HM single stepping for IEM verification purposes. …
(edit) @47572   11 years vboxsync Runtime/threadctxhooks: RTThreadCtxHooksAreRegistered().
(edit) @47547   11 years vboxsync x86.h: Added X86_EFL_LIVE_MASK and X86_EFL_RA1_MASK.
(edit) @47516   11 years vboxsync Backed out r87679: Still working on the wrong solution... Sigh.
(edit) @47500   11 years vboxsync pr6022. Second variant of support GZIP files for OVA appliance.
(edit) @47442   11 years vboxsync Adjusted some HMVMX status codes so that VERR_VMX_INVALID_VMCS_PTR and …
(edit) @47435   11 years vboxsync iprt/cdefs.h: RT_INLINE_ASM_USES_INTRIN = major MSC version number so …
(edit) @47432   11 years vboxsync HMR0VMX.cpp: Attempt to fix incorrect DR7 and DR[0-3] checks in I/O …
(edit) @47406   12 years vboxsync x86.h: Added MSXCR macros.
(edit) @47381   12 years vboxsync keep within 130 columns.
(edit) @47370   12 years vboxsync iprt/thread.h: Define/document the return values more explicitly when …
(edit) @47359   12 years vboxsync IPRT: Added compression to the gzip VFS I/O stream class …
(edit) @47356   12 years vboxsync IPRT: Added RTVfsIoStrmOpenNormal and RTVfsFileOpenNormal.
(edit) @47352   12 years vboxsync Runtime/r0drv: Reference counting for kernel thread-context hooks.
(edit) @47351   12 years vboxsync doc typo
(edit) @47344   12 years vboxsync RTZipGzipDecompressBuffer was removed.
(edit) @47343   12 years vboxsync pr6022. cleaning up the code. RTZip interface …
(edit) @47340   12 years vboxsync pr6022. OVA appliance don't fail when a certificate file exists. GZIP …
(edit) @47328   12 years vboxsync CPUM,++: Fix DR6 and DR7 read-as-1 (RA1) and read-as-zero (RAZ) values …
(edit) @47305   12 years vboxsync x86.h/mac: opcode prefixes.
(edit) @47267   12 years vboxsync Regenerate assembly headers, added TSSes to x86extra.mac.
(edit) @47247   12 years vboxsync HMVMX: preserve SS.DPL and CS.L/D/G when the 'unusable' bit is set. …
(edit) @47241   12 years vboxsync X86DESCATTRBITS: Added the funny intel bit.
(edit) @47236   12 years vboxsync lazy-dbghelp.h: Use RTLdrLoadSystem.
(edit) @47224   12 years vboxsync iprt/asmdefs.mac: RT_MAKE_U32_FROM_U8 fix.
(edit) @47206   12 years vboxsync IPRT: Kernel thread-context hooks, Solaris implementation.
(edit) @47199   12 years vboxsync IPRT: Kernel thread-context hooks, linux implementation. Extended …
(edit) @47172   12 years vboxsync Started on exception dispatching testcase to check rare paths.
(edit) @47152   12 years vboxsync x86.h: Some X86XCPT updates.
(edit) @47131   12 years vboxsync iprt/x86extra.mac: Added all the trap enums.
(edit) @47071   12 years vboxsync Runtime: btrfs
(edit) @47051   12 years vboxsync IPRT/localipc-win.cpp: Update on implementation (untested so far), …
(edit) @47037   12 years vboxsync Converted ldrPE.h (most of it) and ldrMZ.h to assembly.
(edit) @47034   12 years vboxsync iprt/asmdefs.mac: Added AssertCompileSize and AssertCompileMemberOffset.
(edit) @47009   12 years vboxsync Comment typo.
(edit) @46980   12 years vboxsync Deprecated the old manifest API. r=bird: IPRT does NOT use ugly C++ …
(edit) @46971   12 years vboxsync pr6022. Support handling directories in the TAR has been added. Added …
(edit) @46925   12 years vboxsync VMM: Optimized world-switch with lazy restoration LDTR and TR on Intel.
(edit) @46855   12 years vboxsync iprt/asmdefs.mac: Working towards working import handling, at last... …
(edit) @46690   12 years vboxsync VisualAge for C++: Example of why we're using DECL macros, …
(edit) @46689   12 years vboxsync iprt/assert.h: VisualAge for C++ doesn't like using RT_OFFSETOF or …
(edit) @46688   12 years vboxsync VisualAge C++ build fixes.
(edit) @46687   12 years vboxsync VisualAge C++ build fixes.
(edit) @46639   12 years vboxsync Added RTMpGetOnlineCoreCount and RTMpGetPresentCoreCount.
(edit) @46636   12 years vboxsync Completed the RTMpGetCoreCount documentation. If anyone disagrees, …
(edit) @46593   12 years vboxsync updates
(edit) @46583   12 years vboxsync doc fix
(edit) @46567   12 years vboxsync RTMemAllocEx for ring-3.
(edit) @46558   12 years vboxsync IMP2 fixes
(edit) @46550   12 years vboxsync elf, gcc and 32-bit.
(edit) @46548   12 years vboxsync asmdefs.mac,bootsectors,*: Removed xS and sZ in favor of xCB and sCB.
(edit) @46421   12 years vboxsync kmk incs
(edit) @46412   12 years vboxsync build fix
(edit) @46407   12 years vboxsync iprt/formats/hfs.h: Initial coding.
(edit) @46403   12 years vboxsync IPRT/err.h: Added VERR_/VINF_ACCOUNT_RESTRICTED.
(edit) @46392   12 years vboxsync iprt/log: Added Log4Func() macro.
(edit) @46380   12 years vboxsync VMM/HM: missed file, build fix.
(edit) @46338   12 years vboxsync burn fix
(edit) @46298   12 years vboxsync RTTest: Added some new features/APIs for forwarding bootsector test …
(edit) @46273   12 years vboxsync ldr.h,ldrPE.cpp: Report COFF debug type. Correctly report cbImage for …
(edit) @46270   12 years vboxsync iprt/types.h: Extended the pointer unions (RTPTRUNION, RTCPTRUNION, …
(edit) @46266   12 years vboxsync IPRT: Changed RTLDRSEG::pchName to pszName and make sure it's always …
(edit) @46252   12 years vboxsync strcache.h: clarification.
(edit) @46250   12 years vboxsync Another missing mangling name (thanks Vadim)
(edit) @46249   12 years vboxsync Attempt to fix burn: mangling.
(edit) @46246   12 years vboxsync Runtime/AioMgr: Bug fixes
(edit) @46245   12 years vboxsync Runtime: RTFileSg{Read|Write}At API
(edit) @46211   12 years vboxsync More strcache testing and some tuning.
(edit) @46208   12 years vboxsync tstRTStrCache: check that a real strcache impl doesn't return duplicates.
(edit) @46185   12 years vboxsync Runtime: Rename RTWorkQueue to RTQueueAtomic
(edit) @46184   12 years vboxsync forgot mangling again.
(edit) @46169   12 years vboxsync Changes in parsing, extracting and processing an OVF version in/from a …
(edit) @46165   12 years vboxsync Made dSYM-bundle loading work as well as line numbers in the stack …
(edit) @46164   12 years vboxsync More exteran .dSYM and .dwo bundles/files changes.
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