VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26193   15 years vboxsync Main: fix r56875 which broke Machine::GetSnapshot(NULL) which is …
(edit) @26192   15 years vboxsync VBox/version.h: todo.
(edit) @26191   15 years vboxsync Redundant check removed
(edit) @26190   15 years vboxsync FE/Qt4-OSX: changed Mac specific resources
(edit) @26189   15 years vboxsync FE/Qt4: 4626: Start seamless from command line - implemented.
(edit) @26188   15 years vboxsync Another one
(edit) @26187   15 years vboxsync FE/Qt4-OSX: new wizard background images
(edit) @26186   15 years vboxsync Main: coding style fixes
(edit) @26185   15 years vboxsync Build fix
(edit) @26184   15 years vboxsync Branding: new about screens
(edit) @26183   15 years vboxsync Commit CPU hotplug patches again
(edit) @26182   15 years vboxsync UsbMsd: More hacking.
(edit) @26181   15 years vboxsync pdmacFileEpCacheDestroy: Fixed lock order issue, conflicted with …
(edit) @26180   15 years vboxsync *: The rest of the %V* format specifiers are history.
(edit) @26179   15 years vboxsync wddm: more impl
(edit) @26178   15 years vboxsync strformat-vbox.cpp: %Vuuid and %Vrc (+friends) are now gone.
(edit) @26177   15 years vboxsync *: s/%Vuuid/%RTuuid/g; s/%Vrc/%Rrc/g
(edit) @26176   15 years vboxsync VBox/err.h,*: Use RT_SUCCESS/FAILURE instead of the VBOX variants, …
(edit) @26175   15 years vboxsync PDM: Ring-0 and raw-mode context driver helpers. Driver RC relcoations.
(edit) @26174   15 years vboxsync Linux additions: fixed compilation against Linux kernels 2.6.24 ... 2.6.25
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26172   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 1.
(edit) @26171   15 years vboxsync Main: get rid of Backupable<>::hasActualChanges and the operator== in …
(edit) @26170   15 years vboxsync PDM: s/pUsbHlp/pHlpR3/g - PDMUSBINS.
(edit) @26169   15 years vboxsync PDM: s/pDevHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDEVINS.
(edit) @26168   15 years vboxsync PDM: s/pDrvHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDRVINS.
(edit) @26167   15 years vboxsync Main: get rid of isModified() loops in Machine and subclasses; …
(edit) @26166   15 years vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(edit) @26165   15 years vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26164   15 years vboxsync PDM: Cleaning up device & USB device registration code.
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @26162   15 years vboxsync PDM: s/pUsbReg/pReg/g
(edit) @26161   15 years vboxsync PDM: s/pDrvReg/pReg/g
(edit) @26160   15 years vboxsync PDM: s/pDevReg/pReg/g
(edit) @26159   15 years vboxsync PDMDevHlpR3: Added LdrGetR[C0]InterfaceSymbols.
(edit) @26158   15 years vboxsync TMR3UTCNow -> TMR3UtcNow + DevHlp.
(edit) @26157   15 years vboxsync PDMDEVHLPR3 cleanup; reduced the number of strict functions.
(edit) @26156   15 years vboxsync Main: get rid of isReallyChanged() voodoo in Machine and subclasses; …
(edit) @26155   15 years vboxsync PDMLdr.cpp: Finished PDMR3LdrGetInterfaceSymbols.
(edit) @26154   15 years vboxsync Main/Debugger: set a meaningful error message if machine is not running.
(edit) @26153   15 years vboxsync build fix
(edit) @26152   15 years vboxsync VMM: pdm.h and @copydoc cleanups.
(edit) @26151   15 years vboxsync PDM: In the processes of adding PDMR3LdrGetInterface + DrvHlps & DevHlps.
(edit) @26150   15 years vboxsync PGM: Split out the inlined code from PGMInternal.h and into …
(edit) @26149   15 years vboxsync VbglR3/pam_vbox: Tabs.
(edit) @26148   15 years vboxsync VbglR3/pam_vbox: Added VbglR3CredentialsDestroy(), update on PAM module.
(edit) @26147   15 years vboxsync AsyncCompletion: Fix incorrect count of outstanding write tasks. Fixes …
(edit) @26146   15 years vboxsync Make sure we fall back to the recompiler if the VMM device heap is …
(edit) @26145   15 years vboxsync wddm: we do not support EDID
(edit) @26144   15 years vboxsync nit.
(edit) @26143   15 years vboxsync Introducing PDMVMMDevHeapIsEnabled
(edit) @26142   15 years vboxsync wddm: a bit more cleanup
(edit) @26141   15 years vboxsync wddm: clean driver query callbacks a bit
(edit) @26140   15 years vboxsync VBoxServiceUtils.cpp: dwords are unsigned.
(edit) @26139   15 years vboxsync OpenGL-OSX: fix crash on headless when 3D is enabled
(edit) @26138   15 years vboxsync wddm: more impl
(edit) @26137   15 years vboxsync PDM: Added PDMIBASERC and PDMIBASER0.
(edit) @26136   15 years vboxsync VBoxService: a couple of bug fixes together with code review and cleanups.
(edit) @26135   15 years vboxsync typo.
(edit) @26134   15 years vboxsync IPRT: Added RTPathJoin.
(edit) @26133   15 years vboxsync IPRT: Added RTPathJoin.
(edit) @26132   15 years vboxsync Wrong logging (minor)
(edit) @26131   15 years vboxsync Additions/VBoxGuest: build fix.
(edit) @26130   15 years vboxsync PATM: Correction
(edit) @26129   15 years vboxsync PATM: Check if we expanded a complex guest instruction into a patch …
(edit) @26128   15 years vboxsync Main/Performance: Another burn fix.
(edit) @26127   15 years vboxsync Additions/VBoxGuestLib: removed debug LogRel.
(edit) @26126   15 years vboxsync Main/Performance: Burn fix.
(edit) @26125   15 years vboxsync Additions/VBoxGuestLib: Oops.
(edit) @26124   15 years vboxsync Additions/VBoxGuest,VBoxGuestLib: fixed HGCM 32-bit calls in 64-bit …
(edit) @26123   15 years vboxsync Solaris/Additions/vboxguest: make LogRel working again.
(edit) @26122   15 years vboxsync Main/Performance: Use iprt::MiniString instead of std::string.
(edit) @26121   15 years vboxsync crOpenGL: workaround for buggy apps using glEnable with …
(edit) @26120   15 years vboxsync EMHandlerRCTmpl.h: todo update.
(edit) @26119   15 years vboxsync FE/Qt4: A couple of fixes for wizards parent class: using picture's …
(edit) @26118   15 years vboxsync Main/ConsoleImpl2: Include pdmapi.h.
(edit) @26117   15 years vboxsync crOpenGL: fix crash for ubigraph (#4674)
(edit) @26116   15 years vboxsync Runtime/Makefile.kmk: RuntimeGuestR3 must include target arch sources …
(edit) @26115   15 years vboxsync ACPI: reverted hotplug changes until they get fixed (r57068, r57069, …
(edit) @26114   15 years vboxsync VBoxService/timesync: Return status on hard sync.
(edit) @26113   15 years vboxsync VBoxService/timesync: Get more accurate current time on Windows when …
(edit) @26112   15 years vboxsync PDM,UsbMsd,++: Resumed hacking the MSD code.
(edit) @26111   15 years vboxsync CFGM: Added CFGMR3ValidateConfig as a replacement for …
(edit) @26110   15 years vboxsync EFI: functional reset
(edit) @26109   15 years vboxsync EFI: allow passing boot args via extradata
(edit) @26108   15 years vboxsync AsyncCompletion: More statistics
(edit) @26107   15 years vboxsync PGM: Some harmless page counting error and factored out the pure MMIO …
(edit) @26106   15 years vboxsync MM.cpp: Register the reserved page counts with STAM.
(edit) @26105   15 years vboxsync PGMPhys.cpp: Count ROM pages correctly. Should fix most of the trouble …
(edit) @26104   15 years vboxsync SATA: integrity word
(edit) @26103   15 years vboxsync Do not enable NXE if the host hasn't activated it (32 bits VT-x only)
(edit) @26102   15 years vboxsync Another fix for public #5891. Thanks to Pax Team for the suggestion.
(edit) @26101   15 years vboxsync Audio-OSX: fixed a warning
(edit) @26100   15 years vboxsync Audio-OSX: Added input/output device change detection, sample rate …
(edit) @26099   15 years vboxsync Windows Guest Additions installer: Use new VBOX_VENDOR_* and …
(edit) @26098   15 years vboxsync Branding: two more (C) year
(edit) @26097   15 years vboxsync Remove $
(edit) @26096   15 years vboxsync Makefile
(edit) @26095   15 years vboxsync ACPI: Move the processor definition out of the DSDT into a SSDT. …
(edit) @26094   15 years vboxsync Config.kmk: Added short vendor name (for Windows registry paths etc).
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