VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32083   14 years vboxsync FE/SDL: removed obsolete code
(edit) @32082   14 years vboxsync CD/Passthrough: Prevent the host from crashing when trying to access a …
(edit) @32081   14 years vboxsync FE/VBoxManage: oops
(edit) @32080   14 years vboxsync Main/linux/USB proxy: fixed typo to properly ignore USB hubs
(edit) @32079   14 years vboxsync Main/linux/USB proxy: don't access an uninitialized variable (debug …
(edit) @32078   14 years vboxsync crOpenGL: guest app stack corruption when using …
(edit) @32077   14 years vboxsync OHCI: ED checks must be less strict when looking for URBs to be undone.
(edit) @32076   14 years vboxsync CD/Passthrough: READ CD requires the numbers of blocks to read and not …
(edit) @32074   14 years vboxsync Fix #4945 (FE/Qt: Newly cerated (in VM Settings) controller should use …
(edit) @32073   14 years vboxsync AHCI: CD/DVD fixes
(edit) @32072   14 years vboxsync Build fix
(edit) @32071   14 years vboxsync FE/VirtualBox: passthrough support for SATA
(edit) @32070   14 years vboxsync SATA supports CD/DVD devices now
(edit) @32069   14 years vboxsync AHCI: Support for CD/DVD devices (inclusive passthrough and runtime …
(edit) @32068   14 years vboxsync ATA/ATAPI/Passthrough: Fix for split SCSI_READ_CD commands, update the …
(edit) @32067   14 years vboxsync HostDVD/FreeBSD: Implement missing DoLock method
(edit) @32066   14 years vboxsync PGM: Enabled the MMIO optimizations.
(edit) @32065   14 years vboxsync Main: API docs
(edit) @32064   14 years vboxsync Main/OVF: fix UUID messup with multiple disks on OVF export in vbox:Machine
(edit) @32063   14 years vboxsync Main: comments
(edit) @32062   14 years vboxsync VRDP leak detector: use the same define for VRDP and libjpeg, disabled …
(edit) @32061   14 years vboxsync wddm/3d: wine: shared resource handling fixes
(edit) @32060   14 years vboxsync crOpenGL: move define out of wrong ifdef
(edit) @32059   14 years vboxsync crOpenGL: remove test hack
(edit) @32058   14 years vboxsync crOpenGL/WDDM3D: fix rare guest apps stack override on startup
(edit) @32057   14 years vboxsync Stats
(edit) @32056   14 years vboxsync Applied a simple memory leak detector to libjpeg and VBoxC (Windows …
(edit) @32054   14 years vboxsync Alignment fix.
(edit) @32053   14 years vboxsync FT updates
(edit) @32052   14 years vboxsync OHCI: If the bulk list disabled, undo (abort) outstanding bulk transfers.
(edit) @32051   14 years vboxsync FT updates
(edit) @32050   14 years vboxsync VMM/DBGFCoreWrite: bits.
(edit) @32049   14 years vboxsync VMM/DBGF: typos.
(edit) @32048   14 years vboxsync coredumper: bits.
(edit) @32047   14 years vboxsync iprt: disable RTStrAAppendExNVTag for RING0 as it is currently not …
(edit) @32044   14 years vboxsync deb: another build fix
(edit) @32043   14 years vboxsync PGM: Re-enabled the code that previously cause w7-64 regressions. (We …
(edit) @32042   14 years vboxsync PGMAllBth.h: MMIO opt fix.
(edit) @32041   14 years vboxsync crOpenGL: add GLX_ARB_get_proc_address to list of supported extensions
(edit) @32040   14 years vboxsync PGMAllPool.cpp: Added assertions to the table flushing code that check …
(edit) @32039   14 years vboxsync wddm: compile fix
(edit) @32038   14 years vboxsync PGMAllPool.cpp: Use ASMAtomicWriteU32/U64 instead of ASMAtomicWriteSize.
(edit) @32037   14 years vboxsync PCI work: make ICH9 PCI an additional device, not alternative …
(edit) @32036   14 years vboxsync Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
(edit) @32035   14 years vboxsync Changing the remaining X86_PTE_PAE_PG_MASK uses to …
(edit) @32034   14 years vboxsync Removed X86_PDE_PAE_PG_MASK, renamed X86_PDE_PAE_PG_MASK_FULL to …
(edit) @32033   14 years vboxsync Changing the remaining X86_PDE_PAE_PG_MASK uses to …
(edit) @32031   14 years vboxsync nits
(edit) @32029   14 years vboxsync deb: more sync
(edit) @32028   14 years vboxsync PGMAllBth/SyncPage: Don't assert on stale TLB after W7-64 changed some …
(edit) @32027   14 years vboxsync PGM/SyncPage: To be on the safe side, always sync the target page when …
(edit) @32026   14 years vboxsync gcc rulez
(edit) @32023   14 years vboxsync VBoxControl: Be more tolerant to Linux-style parameters (--foo instead …
(edit) @32021   14 years vboxsync warning
(edit) @32020   14 years vboxsync Initial commit of Guest Additions runlevels; this replaces the …
(edit) @32019   14 years vboxsync OSE header fix
(edit) @32015   14 years vboxsync Main/FreeBSD: Fix debug build
(edit) @32014   14 years vboxsync deb: fixes
(edit) @32012   14 years vboxsync Installer: unify Qt4 module handling
(edit) @32011   14 years vboxsync Installer-OSX: add PATH_SDK_QT4 to the install_name call as well
(edit) @32010   14 years vboxsync VUSB: Added a way to cancel URBs without failing the transfer.
(edit) @32009   14 years vboxsync Removed GST_PDPE_PG_MASK and renamed GST_PDPE_PG_MASK_FULL to …
(edit) @32008   14 years vboxsync deb/rpm to OSE
(edit) @32006   14 years vboxsync VMM/DBGFCoreWrite: skeleton.
(edit) @32005   14 years vboxsync Changed all X86_PDPE_PG_MASK references to X86_PDPE_PG_MASK_FULL.
(edit) @32004   14 years vboxsync pgmShwSyncPaePDPtr: Only sync X86_PDPE_P and X86_PDPE_A since most of …
(edit) @32002   14 years vboxsync Compile fix
(edit) @32001   14 years vboxsync FT updates
(edit) @32000   14 years vboxsync x86.h,*: Eliminated X86_PML4E_PG_MASK and renamed …
(edit) @31998   14 years vboxsync Changed the remaining X86_PML4E_PG_MASK uses to X86_PML4E_PG_MASK_FULL.
(edit) @31997   14 years vboxsync PGM: Don't shadow any extra bits in long mode PDPEs and PML4Es.
(edit) @31996   14 years vboxsync Mostly safe X86_PTE_PAE_PG_MASK -> X86_PTE_PAE_PG_MASK_FULL conversions.
(edit) @31995   14 years vboxsync Safe X86_PDPE_PG_MASK -> X86_PDPE_PG_MASK_FULL conversions.
(edit) @31994   14 years vboxsync Safe X86_PDPE_PG_MASK -> X86_PDPE_PG_MASK_FULL conversions.
(edit) @31993   14 years vboxsync Safe X86_PML4E_PG_MASK -> X86_PML4E_PG_MASK_FULL conversions.
(edit) @31992   14 years vboxsync PGMDbg: bug fix.
(edit) @31991   14 years vboxsync warning
(edit) @31990   14 years vboxsync Audio/HDA: fixes assertion 0x1b is pin-node.
(edit) @31989   14 years vboxsync VMM: Removed the PGMR3DumpHierarchyGC/HC functions.
(edit) @31988   14 years vboxsync Compile fix
(edit) @31987   14 years vboxsync PGM,DBGC,DBGF: Dump guest paging structures.
(edit) @31986   14 years vboxsync FT updates + TODO
(edit) @31985   14 years vboxsync 2d: incorrect assertion
(edit) @31984   14 years vboxsync Audio/HDA: changes power management and topology to make it close to …
(edit) @31982   14 years vboxsync VBoxService/VMInfo-win: Skip already terminated session data.
(edit) @31981   14 years vboxsync Additions/Solaris/SharedFolders: Fixed truncating files to 2G on …
(edit) @31980   14 years vboxsync coredumper: Use our own ELF defines, added OS specific defines to …
(edit) @31979   14 years vboxsync VBoxVideo: Only clear the flags in sync callback and unmap memory later.
(edit) @31978   14 years vboxsync PGM,DBC,MM: Dump more information about shadow/guest pages.
(edit) @31977   14 years vboxsync Duplicate
(edit) @31976   14 years vboxsync FT options for modifyvm
(edit) @31975   14 years vboxsync build fix.
(edit) @31974   14 years vboxsync VBoxHeadless: OSE build fix
(edit) @31973   14 years vboxsync PGM,DBGC: working shadow page table dumper (sans EPT).
(edit) @31971   14 years vboxsync Installer-OSX: do install_name with the full path of the Qt package as well
(edit) @31970   14 years vboxsync Installer-OSX: make VBoxGuestAdditions.iso optional
(edit) @31969   14 years vboxsync Installer-OSX: make libqtaccessiblewidgets optional
(edit) @31968   14 years vboxsync Installer-OSX: space -> tabs
(edit) @31967   14 years vboxsync Installer-OSX: use current Qt version in the installer
(edit) @31966   14 years vboxsync DBGF,PGM,DBGC: dumping page tables - hacking still in progress (sigh, …
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