VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   11 years vboxsync x86.h: Added MSXCR macros.
(edit) @47381   11 years vboxsync keep within 130 columns.
(edit) @47370   11 years vboxsync iprt/thread.h: Define/document the return values more explicitly when …
(edit) @47359   11 years vboxsync IPRT: Added compression to the gzip VFS I/O stream class …
(edit) @47356   11 years vboxsync IPRT: Added RTVfsIoStrmOpenNormal and RTVfsFileOpenNormal.
(edit) @47352   11 years vboxsync Runtime/r0drv: Reference counting for kernel thread-context hooks.
(edit) @47351   11 years vboxsync doc typo
(edit) @47344   11 years vboxsync RTZipGzipDecompressBuffer was removed.
(edit) @47343   11 years vboxsync pr6022. cleaning up the code. RTZip interface …
(edit) @47340   11 years vboxsync pr6022. OVA appliance don't fail when a certificate file exists. GZIP …
(edit) @47328   11 years vboxsync CPUM,++: Fix DR6 and DR7 read-as-1 (RA1) and read-as-zero (RAZ) values …
(edit) @47305   11 years vboxsync x86.h/mac: opcode prefixes.
(edit) @47267   11 years vboxsync Regenerate assembly headers, added TSSes to x86extra.mac.
(edit) @47247   11 years vboxsync HMVMX: preserve SS.DPL and CS.L/D/G when the 'unusable' bit is set. …
(edit) @47241   11 years vboxsync X86DESCATTRBITS: Added the funny intel bit.
(edit) @47236   11 years vboxsync lazy-dbghelp.h: Use RTLdrLoadSystem.
(edit) @47224   11 years vboxsync iprt/asmdefs.mac: RT_MAKE_U32_FROM_U8 fix.
(edit) @47206   11 years vboxsync IPRT: Kernel thread-context hooks, Solaris implementation.
(edit) @47199   11 years vboxsync IPRT: Kernel thread-context hooks, linux implementation. Extended …
(edit) @47172   11 years vboxsync Started on exception dispatching testcase to check rare paths.
(edit) @47152   11 years vboxsync x86.h: Some X86XCPT updates.
(edit) @47131   11 years vboxsync iprt/x86extra.mac: Added all the trap enums.
(edit) @47071   11 years vboxsync Runtime: btrfs
(edit) @47051   11 years vboxsync IPRT/localipc-win.cpp: Update on implementation (untested so far), …
(edit) @47037   11 years vboxsync Converted ldrPE.h (most of it) and ldrMZ.h to assembly.
(edit) @47034   11 years vboxsync iprt/asmdefs.mac: Added AssertCompileSize and AssertCompileMemberOffset.
(edit) @47009   11 years vboxsync Comment typo.
(edit) @46980   11 years vboxsync Deprecated the old manifest API. r=bird: IPRT does NOT use ugly C++ …
(edit) @46971   11 years vboxsync pr6022. Support handling directories in the TAR has been added. Added …
(edit) @46925   11 years vboxsync VMM: Optimized world-switch with lazy restoration LDTR and TR on Intel.
(edit) @46855   11 years vboxsync iprt/asmdefs.mac: Working towards working import handling, at last... …
(edit) @46690   11 years vboxsync VisualAge for C++: Example of why we're using DECL macros, …
(edit) @46689   11 years vboxsync iprt/assert.h: VisualAge for C++ doesn't like using RT_OFFSETOF or …
(edit) @46688   11 years vboxsync VisualAge C++ build fixes.
(edit) @46687   11 years vboxsync VisualAge C++ build fixes.
(edit) @46639   11 years vboxsync Added RTMpGetOnlineCoreCount and RTMpGetPresentCoreCount.
(edit) @46636   11 years vboxsync Completed the RTMpGetCoreCount documentation. If anyone disagrees, …
(edit) @46593   11 years vboxsync updates
(edit) @46583   11 years vboxsync doc fix
(edit) @46567   11 years vboxsync RTMemAllocEx for ring-3.
(edit) @46558   11 years vboxsync IMP2 fixes
(edit) @46550   11 years vboxsync elf, gcc and 32-bit.
(edit) @46548   11 years vboxsync asmdefs.mac,bootsectors,*: Removed xS and sZ in favor of xCB and sCB.
(edit) @46421   11 years vboxsync kmk incs
(edit) @46412   11 years vboxsync build fix
(edit) @46407   11 years vboxsync iprt/formats/hfs.h: Initial coding.
(edit) @46403   11 years vboxsync IPRT/err.h: Added VERR_/VINF_ACCOUNT_RESTRICTED.
(edit) @46392   11 years vboxsync iprt/log: Added Log4Func() macro.
(edit) @46380   11 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.
(edit) @46163   12 years vboxsync forgot mangling again.
(edit) @46162   12 years vboxsync Simple RTPathIsSame implementation.
(edit) @46161   12 years vboxsync First part of loading .dSYM bundles.
(edit) @46157   12 years vboxsync Fix burn.
(edit) @46144   12 years vboxsync Runtime: RTMpGetCoreCount() for Linux
(edit) @46134   12 years vboxsync RTDbgModRemoveAll
(edit) @46126   12 years vboxsync Baka tori!
(edit) @46113   12 years vboxsync Implemented debug module that uses the exported symbols. This will …
(edit) @46109   12 years vboxsync Made deferred loading work.
(edit) @46105   12 years vboxsync iprt/mangling: Solaris build fix.
(edit) @46104   12 years vboxsync RTPathFilenameEx: Take path style as argument.
(edit) @46101   12 years vboxsync More NT4 debugging. Getting closer to working state…
(edit) @46083   12 years vboxsync Made it possible to find symbols for windows nt using a …
(edit) @46080   12 years vboxsync Added RTLdrOpenInMemory.
(edit) @46078   12 years vboxsync More debugging fixes.
(edit) @46077   12 years vboxsync iprt/mangling: Solaris build fix.
(edit) @46074   12 years vboxsync RTDbgCfg: Added API for setting the log callback.
(edit) @46073   12 years vboxsync Baka tori!
(edit) @46070   12 years vboxsync RTDbgCfg,++: Compressed server files and other fixes.
(edit) @46050   12 years vboxsync More symbol work
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