VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20879   16 years vboxsync gcc warnings
(edit) @20878   16 years vboxsync gcc warning
(edit) @20877   16 years vboxsync gcc warning
(edit) @20876   16 years vboxsync gcc warnings
(edit) @20875   16 years vboxsync VMM: Renamed almost all references to CallHost to CallRing3.
(edit) @20874   16 years vboxsync VMMR0CallHost -> VMMRZCallRing3[NoCpu]; VMMCALLHOST -> VMMCALLRING3.
(edit) @20873   16 years vboxsync VMMGCCallHost -> VMMRZCallRing3[NoCpu].
(edit) @20872   16 years vboxsync VMM: build fix.
(edit) @20871   16 years vboxsync VMM: Make sure there is enough room for a few physical handler …
(edit) @20870   16 years vboxsync DBGFSym.cpp: accidentally switched on dbghelp again. (r49015)
(edit) @20869   16 years vboxsync VMMR3RawRunGC: cause guru meditation if cr3 mismatches. …
(edit) @20868   16 years vboxsync DBGFR3MemRead: Support for reading HMA by virtual address.
(edit) @20867   16 years vboxsync REMR3ReplayHandlerNotifications: Fixed list reversal regression from …
(edit) @20866   16 years vboxsync SUP: Removed two obsolete allocation APIs.
(edit) @20865   16 years vboxsync PGMAllMap: avoid lock owner assertions in PGMMapCheck.
(edit) @20864   16 years vboxsync SUP,*: API cleanup.
(edit) @20863   16 years vboxsync tstCFGM.cpp: unintentional change in r49006.
(edit) @20862   16 years vboxsync SUP: Made SUPPageLock and SUPPageUnlock internal to SUP.
(edit) @20861   16 years vboxsync SUPLib.cpp: removed outdated SUPPageAlloc/windows hack, SUPPageAlloc …
(edit) @20860   16 years vboxsync SUP: Bumped major version because of layout changes in RTLOGGER. …
(edit) @20859   16 years vboxsync IPRT: Increased the logger buffer and replaced a bunch RTUINT with …
(edit) @20858   16 years vboxsync MMHyper.cpp: Add 64KB to the heap size for each virtual CPU to account …
(edit) @20857   16 years vboxsync MMHyper.cpp: Add 64KB to the heap size for each virtual CPU to account …
(edit) @20856   16 years vboxsync Another one
(edit) @20855   16 years vboxsync Extra assertion
(edit) @20854   16 years vboxsync VMM: Use the custom logger prefix to indicate the virtual CPU ID.
(edit) @20853   16 years vboxsync IPRT: Added custom prefix callback to the logger.
(edit) @20852   16 years vboxsync Main: Don't assert when a DVD/Floppy image was unmounted at runtime.
(edit) @20851   16 years vboxsync Webservice: handle NULL pointer object arguments in methods and return …
(edit) @20850   16 years vboxsync typo
(edit) @20849   16 years vboxsync API: typo fix
(edit) @20848   16 years vboxsync alignmentchecks.h: wrong fix.
(edit) @20847   16 years vboxsync pdmdev.h: major version (not really important, but whatever).
(edit) @20846   16 years vboxsync If an active trap is already pending, then we must forward it first!
(edit) @20845   16 years vboxsync VBoxRecompiler.c: minor cleanup + @todo.
(edit) @20844   16 years vboxsync SDK: teach jax-ws glue bindings proper inheritance (respect 'extends' …
(edit) @20843   16 years vboxsync SDK: documentation updates
(edit) @20842   16 years vboxsync API and Frontends: change IVirtualBox::openHardDisk to allow modifying …
(edit) @20841   16 years vboxsync Logging
(edit) @20840   16 years vboxsync Logging
(edit) @20839   16 years vboxsync darwin build fix.
(edit) @20838   16 years vboxsync NMI updates
(edit) @20837   16 years vboxsync IPRT: fixed Darwin
(edit) @20836   16 years vboxsync NMI/SMI changes
(edit) @20835   16 years vboxsync Interface for generating NMI & SMI added.
(edit) @20834   16 years vboxsync VBoxManage: fixed return value of VBoxManage usbfilter fails
(edit) @20833   16 years vboxsync FE/Qt4-NLS: updated Italian
(edit) @20832   16 years vboxsync FE/Qt4-NLS: reverted accidentally changed strings
(edit) @20831   16 years vboxsync Main: refined docs on takeScreenShotSlow()
(edit) @20830   16 years vboxsync Comment added
(edit) @20829   16 years vboxsync Check and assume PDM locking is performed when calling the APIC interface.
(edit) @20828   16 years vboxsync SDK: documentation updates
(edit) @20827   16 years vboxsync SDK: fix broken perl testcase
(edit) @20826   16 years vboxsync Main: fixed bug in metric names reading
(edit) @20825   16 years vboxsync Export PDMCritSectIsOwner
(edit) @20824   16 years vboxsync Export PDMCritSectIsOwner
(edit) @20823   16 years vboxsync iprt/stream.cpp: alignment hacks.
(edit) @20822   16 years vboxsync utf8-posix.cpp: Fixed allocation bug in rtstrConvert where we would …
(edit) @20821   16 years vboxsync IPRT: alignment check hacking.
(edit) @20820   16 years vboxsync FE/Qt4: prevent jumping around if several VM configs are changed with …
(edit) @20819   16 years vboxsync getenv -> RTEnvGet.
(edit) @20818   16 years vboxsync Python: generate capitalized version of callbacks on Windows, now …
(edit) @20817   16 years vboxsync APIC logging changes
(edit) @20816   16 years vboxsync Logging change
(edit) @20815   16 years vboxsync crOpenGL: fix guest/host crashes when client app uses incorrect opengl …
(edit) @20814   16 years vboxsync Main: prototyped screenshot usable for scripting languages
(edit) @20813   16 years vboxsync crOpenGL: tabs to spaces
(edit) @20812   16 years vboxsync gcc warning
(edit) @20811   16 years vboxsync German NLS update
(edit) @20810   16 years vboxsync EPT fix for locking root page
(edit) @20809   16 years vboxsync Runtime/getopt: new parameter value type 'UUID'
(edit) @20808   16 years vboxsync Removed dead code
(edit) @20807   16 years vboxsync Python: better event wait routine, cleanup (callbacks still crash)
(edit) @20806   16 years vboxsync Update
(edit) @20805   16 years vboxsync Implemented support for VMCPUID_OTHER request packets.
(edit) @20804   16 years vboxsync Introduced VMCPUID_OTHER
(edit) @20803   16 years vboxsync rdesktop: fixed parsing of bcdRev and bcdUSB (base is 16 not 10)
(edit) @20802   16 years vboxsync gcc warnings
(edit) @20801   16 years vboxsync IPRT: The rest of the basic RTDbgMod code.
(edit) @20800   16 years vboxsync IPRT: More RTDbgMod code.
(edit) @20799   16 years vboxsync IPRT: More RTDbgMod code.
(edit) @20798   16 years vboxsync more German NLS strings
(edit) @20797   16 years vboxsync VHD: Fix access beyond the data block bitmap with ASMBitTest and …
(edit) @20796   16 years vboxsync PGMMap.cpp: Take the PGM lock in a few place to avoid assertions …
(edit) @20795   16 years vboxsync VMM: Fixed guest PAE issues on the mac.
(edit) @20794   16 years vboxsync gcc warnings
(edit) @20793   16 years vboxsync semevent*-r0drv-solaris.c(+spinlock-r0drv-solaris.c+the-solaris-kernel. …
(edit) @20792   16 years vboxsync VMMR3Term: Don't call RTMemProtect, use RTR3HyperSetGuard..
(edit) @20791   16 years vboxsync SUPR3PageProtect: don't call mprotect on locked memory.
(edit) @20790   16 years vboxsync FE/Qt4-NLS: updated qt_* translation files to 4.4.3
(edit) @20789   16 years vboxsync iprt/asm.h: larger notes about alignment.
(edit) @20788   16 years vboxsync Do not call REMNotifyHandlerPhysicalModify under the PGM lock
(edit) @20787   16 years vboxsync Backed out 48906; redundant
(edit) @20786   16 years vboxsync remFlushHandlerNotifications does nothing without …
(edit) @20785   16 years vboxsync IPRT: the ASMAtomicBit* functions must work on 32-bit …
(edit) @20784   16 years vboxsync TM: Renamed the EmtLock to TimerCritSect as it's almost only used for …
(edit) @20783   16 years vboxsync Less restrictive assertion for smp guests.
(edit) @20782   16 years vboxsync NAT: incorrect alias address
(edit) @20781   16 years vboxsync Default to a 2 MB hyper heap for guest SMP
(edit) @20780   16 years vboxsync Restrict hyper heap size increase to SMP only
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