VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @41310   13 years vboxsync CPUM: cosmetical typo
(edit) @41309   13 years vboxsync SVM: Rearranged intercept setup code for clarity.
(edit) @41308   13 years vboxsync Darwin build fix
(edit) @41307   13 years vboxsync Runtime/common/log/log: make g_Logger weak which is the better solution
(edit) @41306   13 years vboxsync typo
(edit) @41305   13 years vboxsync Runtime/common/log/log: gcc thinks that the address of a variable is …
(edit) @41302   13 years vboxsync SVM: Do not intercept task switches with nested paging.
(edit) @41296   13 years vboxsync tstErrUnique: repaired
(edit) @41295   13 years vboxsync tstSSM: repaired and delete the saved state after a successful test
(edit) @41294   13 years vboxsync VMM/testcase: power off a VM before destroying it
(edit) @41293   13 years vboxsync tstVMM: make it work again (need to power off the VM before destroying)
(edit) @41292   13 years vboxsync DevVGA_VDMA: don't crash if there is no VGA driver attached
(edit) @41291   13 years vboxsync warning
(edit) @41290   13 years vboxsync Main/Network: fixed descriptor leak introduced in r77794 (#6182, #6183)
(edit) @41289   13 years vboxsync Network/HostOnly: Minor change in error reporting for Darwin (#6183)
(edit) @41288   13 years vboxsync Warning, todo.
(edit) @41287   13 years vboxsync VBoxBalloonCtrl: Added "--apimon-trigger-timeout", build fix.
(edit) @41286   13 years vboxsync VBoxBalloonCtrl: Added VM grouping support, update on API monitor.
(edit) @41285   13 years vboxsync DBG: IOPM bitmap cannot overlap the fixed TSS portion (says AMD).
(edit) @41284   13 years vboxsync DevEFI: warning (NULL => NIL_RTGCPHYS)
(edit) @41283   13 years vboxsync wine/wddm: temporary disable shader v3
(edit) @41282   13 years vboxsync dbg build fix
(edit) @41281   13 years vboxsync VMM/VMMR0/HWVMXR0: Use constant for flush though enmFlushVPID would be …
(edit) @41280   13 years vboxsync VMM/VMMR0/HWVMXR0: flush by single-context VPID by default on CPU …
(edit) @41277   13 years vboxsync VMM/VMMR0/HWSVMR0: AMD FlushByASID feature. Flush before reusing ASIDs …
(edit) @41275   13 years vboxsync Quieter.
(edit) @41274   13 years vboxsync Alternative access route.
(edit) @41273   13 years vboxsync vmexit-rip-aggregation-1.d: A simple script that uses CPUMCTX.
(edit) @41272   13 years vboxsync Network: Increased the limit of host-only interfaces to 128.
(edit) @41271   13 years vboxsync cleanup.
(edit) @41268   13 years vboxsync Working on making DTrace grok VM+CPUM and VMCPU+CPUMCPU.
(edit) @41265   13 years vboxsync crOpenGL: more vboxhgcm connection cleanup
(edit) @41264   13 years vboxsync crOpenGL: vboxhgcm connection cleanup
(edit) @41262   13 years vboxsync crOpenGL: fix CRASSERT
(edit) @41261   13 years vboxsync Working on DTrace lib files.
(edit) @41260   13 years vboxsync build fix
(edit) @41259   13 years vboxsync Working on DTrace lib files.
(edit) @41258   13 years vboxsync crOpenGL: fix VRDP+3D for Intel graphics, more VRDP+3D fixes
(edit) @41257   13 years vboxsync FE/Qt: UIPopupBox stuff: Refactoring/cleanup (part 2).
(edit) @41256   13 years vboxsync VGA: Reinit FB_BASE_HI on VM reset.
(edit) @41255   13 years vboxsync FE/Qt: UIPopupBox stuff: Refactoring/cleanup.
(edit) @41254   13 years vboxsync SUPDrv: Change SUPR0Printf to debug Log statement.
(edit) @41253   13 years vboxsync crOpenGL: context switch fix for offscreen rendering
(edit) @41252   13 years vboxsync Devices/ACPI: Fix assertion in debug builds during a ACPI shutdown. …
(edit) @41250   13 years vboxsync FE/Qt: 5590: Reworking UIPopupBox to use local event-filters instead …
(edit) @41248   13 years vboxsync EM.cpp: This wasn't meant to go in.
(edit) @41247   13 years vboxsync More dtrace library stuff. On 64-bit solaris dtrace can now grok the …
(edit) @41245   13 years vboxsync Frontends/VBoxManage: fix incorrect debug only code which can crash …
(edit) @41244   13 years vboxsync Storage/VD: tweak error handling a bit so that file access errors are …
(edit) @41243   13 years vboxsync Main/Medium: small optimization, as it is only necessary to look at …
(edit) @41242   13 years vboxsync Small changes for 6130
(edit) @41241   13 years vboxsync Windows host installer: Try to re-create the default host-if when …
(edit) @41240   13 years vboxsync VRDP+3D: fix screen update issues
(edit) @41238   13 years vboxsync Small changes for 6130
(edit) @41237   13 years vboxsync Small { formatting change for 6130
(edit) @41236   13 years vboxsync Small { formatting change for 6130
(edit) @41235   13 years vboxsync FE/Qt: Network Manager stuff: More strict layout for Network Manager …
(edit) @41234   13 years vboxsync FE/Qt: 6196: Take VM screenshot function should propose correct filename.
(edit) @41233   13 years vboxsync wddm: visible rects fix for disabled Aero
(edit) @41232   13 years vboxsync various fixes for openMedium->findMedium change 6130 inc return statuses
(edit) @41231   13 years vboxsync Main/VirtualBox: very tricky fix for renaming linked clones (media …
(edit) @41230   13 years vboxsync FE/Qt: 6123: VirtualBox wizards: Avoid superfluous warnings for an …
(edit) @41229   13 years vboxsync NAT: dump more inforamtion about the socket if error is appear.
(edit) @41228   13 years vboxsync NAT: debug more flags from socket, structures and dump of tcpstate.
(edit) @41227   13 years vboxsync NAT: don't touch anything, except fShouldBeRemoved, when …
(edit) @41225   13 years vboxsync Main/Machine: fix initializer warning with recent gcc
(edit) @41224   13 years vboxsync VMM/VMMR0/HWVMXR0: fix VERR_PAGE_TABLE_NOT_PRESENT guru with Intel …
(edit) @41223   13 years vboxsync VMM/VMMR0/HWVMXR0: minor cleanups.
(edit) @41222   13 years vboxsync GuestCtrl/Main: Check for tool status when creating guest directories.
(edit) @41221   13 years vboxsync extpack build fix
(edit) @41220   13 years vboxsync VMM: DTrace library files (work in progress).
(edit) @41216   13 years vboxsync Frontends: back out the Framebuffer cleanup, to be retried later
(edit) @41215   13 years vboxsync Frontends/VBoxSDL: clean up framebuffer implementation in a …
(edit) @41214   13 years vboxsync Main: move handleUnexpectedExceptions method to VirtualBoxBase
(edit) @41213   13 years vboxsync VMM: comments.
(edit) @41212   13 years vboxsync Additions/solaris: updates to the streams driver.
(edit) @41210   13 years vboxsync GuestHost, HostService: darwin bitmap support, copyright header and …
(edit) @41208   13 years vboxsync Additions/Windows/Installer: update French NLS.
(edit) @41207   13 years vboxsync Additions/x11: VBoxClient should fail gracefully if the guest driver …
(edit) @41206   13 years vboxsync Additions/x11: removed a dead file from VBoxClient/clipboard.
(edit) @41205   13 years vboxsync VMM/VMMR0/HWVMXR0: VPID optimization+fix: use VPIDs without flushing …
(edit) @41203   13 years vboxsync Frontends: forgotten change for FFmpegFB
(edit) @41201   13 years vboxsync Main+Frontends: replace custom QueryInterface method to eliminate …
(edit) @41199   13 years vboxsync VBoxNetAdp/freebsd: Fix crash during destruction
(edit) @41198   13 years vboxsync NAT: deal with ICMP responses for which no sent mbuf has been stored.
(edit) @41197   13 years vboxsync NAT: backed out r77824.
(edit) @41196   13 years vboxsync NAT: ignore ICMP if don't know how to deal with it.
(edit) @41193   13 years vboxsync VMM/VMMR0: debug build fix.
(edit) @41192   13 years vboxsync GuestCtrl/VbglR3: Use fixed HGCM parameter counts, assertions.
(edit) @41191   13 years vboxsync GuestCtrl/VBoxService: Fixed using custom environment variables, logging.
(edit) @41190   13 years vboxsync VMM: removed obsolete macros.
(edit) @41189   13 years vboxsync VMM/VMMR0/HWVMXR0: Implemented EPT+VPID TLB flushing before VM entry.
(edit) @41188   13 years vboxsync Additions/linux: compile error
(edit) @41187   13 years vboxsync Main: cleanup - VirtualBoxSupportTranslation is long dead
(edit) @41185   13 years vboxsync FE/Qt: release build unused variable warning.
(edit) @41184   13 years vboxsync Main+Frontends: removed unused and confusing VirtualBoxErrorInfo …
(edit) @41183   13 years vboxsync SharedClipboard/darwin-pasteboard.cpp: use official constants instead …
(edit) @41182   13 years vboxsync IPRT/process-win: Added ERROR_BAD_DEVICE translation.
(edit) @41181   13 years vboxsync VMM/HWACCMAll: file local function as static.
(edit) @41178   13 years vboxsync NAT: attempt to fix xTracker/#6188.
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