VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16560   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @16558   16 years vboxsync Main: back out r42503
(edit) @16557   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @16556   16 years vboxsync export
(edit) @16553   16 years vboxsync SCSI: Add missing WRITE(6) command. Needed for FreeBSD
(edit) @16545   16 years vboxsync assert.h/AssertForEach: -lisp, -name, +indent, +typecast, +hex print, …
(edit) @16542   16 years vboxsync iprt/assert.h: added AssertForEach
(edit) @16539   16 years vboxsync Main: remove special string class in XML exceptions
(edit) @16538   16 years vboxsync Main: replace redundant xml::FmtStr with com::Utf8StrFmt
(edit) @16530   16 years vboxsync Main: rework error macros everywhere; make error messages much more …
(edit) @16516   16 years vboxsync IPRT: documentation.
(edit) @16495   16 years vboxsync OVF: VBoxManage import implementation (to be continued), back-end …
(edit) @16432   16 years vboxsync iprt/cdefs.h: Added RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD to work …
(edit) @16408   16 years vboxsync Fixed disabling of hypervisor mappings in VT-x/AMD-V mode.
(edit) @16384   16 years vboxsync string.cpp: enable optimization
(edit) @16369   16 years vboxsync Utf8Str::substr error handling
(edit) @16345   16 years vboxsync iprt/stdint.h: [U]INT32_C() is wrong in the 10a222 kernel header …
(edit) @16338   16 years vboxsync iprt/asmdefs.mac: Darwin decorates symbols on AMD64 just like on x86 …
(edit) @16326   16 years vboxsync document Utf8Str::substr
(edit) @16325   16 years vboxsync OVF: make com::xml and IAppliance use Utf8Str instead of std::string
(edit) @16324   16 years vboxsync COM: teach Utf8Str substr() like std::string
(edit) @16323   16 years vboxsync typo
(edit) @16321   16 years vboxsync More paging updates
(edit) @16314   16 years vboxsync iprt/asmdefs.mac: copy & past fun.
(edit) @16312   16 years vboxsync iprt/asmdefs.mac: Added xWrtRIP to avoid having to ifdef label …
(edit) @16311   16 years vboxsync IPRT: Changed the RTTLS type and corrected RTTLSAlloc defintions.
(edit) @16252   16 years vboxsync iprt: typos
(edit) @16192   16 years vboxsync build fix
(edit) @16188   16 years vboxsync Merge OVF branch.
(edit) @16183   16 years vboxsync #3419: Added fNoPromisc parameter to pfnCreateAndConnect to prevent …
(edit) @16182   16 years vboxsync VMM: VERR_PGM_MAPPING_CONFLICT fix: always relocate after ring-3 init.
(edit) @16170   16 years vboxsync More device work
(edit) @16065   16 years vboxsync log.h,log-vbox.cpp: S does not come after H, nor before I... :-) Added …
(edit) @16032   16 years vboxsync spaces
(edit) @16031   16 years vboxsync Generic SMC device support
(edit) @16029   16 years vboxsync iprt/string.h: Reverted previous FreeBSD and moved it to SUPDrvInternal.h
(edit) @16027   16 years vboxsync iprt/string.h: More ring-0 freebsd hacks.
(edit) @16021   16 years vboxsync PDM: Add new flags which will make the device notified first if the VM …
(edit) @16019   16 years vboxsync tstVMStructGC,Config.kmk,iprt/stdint.h: FreeBSD/amd64 hacks.
(edit) @15968   16 years vboxsync Added Windows 7 to OS types list.
(edit) @15963   16 years vboxsync initial HPET device support (not yet functional)
(edit) @15959   16 years vboxsync Remove extra ";" after WORKAROUND_MSVC7_ERROR_C2593_FOR_BOOL_OP() …
(edit) @15958   16 years vboxsync "namespace" declarations don't end with ";". Spotted by: FlexeLint
(edit) @15940   16 years vboxsync added some more PDMDrv helpers
(edit) @15932   16 years vboxsync Correct a dozen typos, some in #error directives, the other in …
(edit) @15852   16 years vboxsync Another experiment with limiting the time spent in ring 0.
(edit) @15843   16 years vboxsync RTMpIsCpuWorkPending() -> RTMpIsCpuWorkPending(void), corrected …
(edit) @15841   16 years vboxsync SUPDrv,SUPLib: SUPR0ObjRelease returns VINF_OBJECT_DESTROYED if it …
(edit) @15837   16 years vboxsync Added RTMpIsCpuWorkPending stub.
(edit) @15834   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15815   16 years vboxsync fix Linux passthrough by introducing a double buffer which is required …
(edit) @15810   16 years vboxsync Use separate IO control codes for 32 bit and 64 bit requests in the …
(edit) @15754   16 years vboxsync Runtime/POSIX: RTPathAbs: Don't access file system when calculating …
(edit) @15748   16 years vboxsync Additional VT-x flags
(edit) @15730   16 years vboxsync Added MSR_IA32_VMX_MISC_PREEMPT_TSC_BIT
(edit) @15725   16 years vboxsync Extra flags
(edit) @15721   16 years vboxsync typo
(edit) @15718   16 years vboxsync RTR0MemObjLockUser: Replaced the warnings with more useful information.
(edit) @15717   16 years vboxsync iprt/memobj.h: added a @remark concerning RTR0MemObjLockUser on Linux
(edit) @15706   16 years vboxsync more reverts for 41266
(edit) @15704   16 years vboxsync Introduced VbglHCGMCall32 for supporting 32 bits clients on 64 bits guests.
(edit) @15699   16 years vboxsync crOpenGL: fix 32 bit opengl applications under vista64
(edit) @15668   16 years vboxsync iprt/assert.h: AssertMsgReturnVoidStmt AssertMsgReturnStmt.
(edit) @15644   16 years vboxsync IPRT: sysfs review, fixes and cleanup.
(edit) @15640   16 years vboxsync iprt/assert.h: AssertReturnStmt, AssertReturnVoidStmt. cleanup of …
(edit) @15631   16 years vboxsync Added X86TSS32 & X86TSS64.
(edit) @15609   16 years vboxsync HWACCM/EM: Sketeched out some scheduling notification from EM to let …
(edit) @15591   16 years vboxsync Storage/VBoxHDD-new: introduce parent UUID parameter for VDCreateDiff. …
(edit) @15583   16 years vboxsync Reduced the VMCPU size.
(edit) @15542   16 years vboxsync Storage/VBoxHDD-new: tighten uuid parameter declaration
(edit) @15529   16 years vboxsync Storage/VBoxHDD-new: implement UUID handling in VDCreate. Remove very …
(edit) @15505   16 years vboxsync SUPDrv,INTNet: Heads up! SupDrv version bumped. Added SUPR0ObjAddRefEx …
(edit) @15503   16 years vboxsync SSM, CPUM: Moved the GCPtr/GCPhys sizes into the file header instead …
(edit) @15487   16 years vboxsync corrected comments
(edit) @15482   16 years vboxsync LsiLogic: fixed alignment issues
(edit) @15476   16 years vboxsync Compile fix
(edit) @15475   16 years vboxsync LsiLogic: Linux works! Implemented R0/GC parts and SSM. The LsiLogic …
(edit) @15465   16 years vboxsync Main and Devices, USB: use hal, DBus and sysfs on Linux if usbfs is …
(edit) @15433   16 years vboxsync PGMR0DynMap: doubled the set size.
(edit) @15429   16 years vboxsync PGM: Don't use PGMDynMapHCPage in R0/darwin.
(edit) @15428   16 years vboxsync PGM: PGMDynMapHCPageOff -> pgmDynMapHCPageOff, making it internal and …
(edit) @15425   16 years vboxsync PGMR0DynMapHCPage: always successful, or will bail out to ring-3.
(edit) @15411   16 years vboxsync VMM: Working around set overflows caused by the page pool.
(edit) @15403   16 years vboxsync pgm.h: PGMMODE_IS_LONG_MODE.
(edit) @15399   16 years vboxsync iprt: new Linux sysfs APIs
(edit) @15398   16 years vboxsync iprt: added some assertions
(edit) @15397   16 years vboxsync sup.h: document assumptions.
(edit) @15385   16 years vboxsync Cache only those writes which require special attention in 32 bits …
(edit) @15382   16 years vboxsync Tabs removed
(edit) @15366   16 years vboxsync Storage: Eradicated the last bits using the old VDI only backend, …
(edit) @15345   16 years vboxsync iprt/cpuset.h: RTCpuSetDelByIndex.
(edit) @15344   16 years vboxsync #3202: Optimizations of the dynamic page mapping code (ring-0). Do …
(edit) @15317   16 years vboxsync Removed VMR3GetGuestBitness.
(edit) @15303   16 years vboxsync REM: actually ask for guest bitness when loading apropriate implmentation
(edit) @15284   16 years vboxsync PGM, REM: Virtual address in TLB - this is what I meant…
(edit) @15236   16 years vboxsync Started with VMCS read/write cache.
(edit) @15226   16 years vboxsync PGM: Inlined PGMDynMapHCPageOff (get rid of it perhaps?).
(edit) @15216   16 years vboxsync iprt/asm.h: Fixed buggy ASMIsIntelCpu and ASMIsIntelCpuEx; the latter …
(edit) @15159   16 years vboxsync Set the correct shadow paging mode for AMD-V nested paging.
(edit) @15076   16 years vboxsync Different headers included on gcc builds?
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