VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @55777   10 years vboxsync Debugger: typo
(edit) @55776   10 years vboxsync DevATA: missing break
(edit) @55775   10 years vboxsync DevAHCI: missing break
(edit) @55772   10 years vboxsync Two more RC defines.
(edit) @55771   10 years vboxsync Use defines in the RC files and make those defines compatible with …
(edit) @55770   10 years vboxsync DrvVD: variable scope
(edit) @55769   10 years vboxsync Main: it++ => ++it
(edit) @55768   10 years vboxsync uninitialized variable
(edit) @55767   10 years vboxsync *pFoo++ => pFoo++
(edit) @55766   10 years vboxsync 3D: save state: fix accedental SEGFAULT.
(edit) @55765   10 years vboxsync 3D: addition to r100190: forgotten file.
(edit) @55764   10 years vboxsync 3D: saving state: fix broken in r100180 SSM versioning.
(edit) @55763   10 years vboxsync 3D: saving state: try to make code a little bit more readable/structurized.
(edit) @55762   10 years vboxsync Host 3D: DLM: dump local stuff (preparing for saving Display Lists).
(edit) @55761   10 years vboxsync 3D: saving state: use separate buffers for DEPTH and STENCIL data. …
(edit) @55760   10 years vboxsync ValidationKit: forgotten API change adaption
(edit) @55759   10 years vboxsync Additions/Windows/Graphics: warning
(edit) @55758   10 years vboxsync 3D: saving state: since we use glReadPixels() in order to read image …
(edit) @55757   10 years vboxsync VMM/HMVMXR0: oops! not meant to commit this!
(edit) @55756   10 years vboxsync VMM/HM: Add some rudimentary logging for VERR_VMX_INVALID_VMXON_PTR errors.
(edit) @55755   10 years vboxsync VMM/HMR0: build fix.
(edit) @55754   10 years vboxsync VMM/HM: Avoid some fatal assertions in places that can fail.
(edit) @55753   10 years vboxsync FDC: Fixed DRIVE SPECIFICATION command.
(edit) @55752   10 years vboxsync Main/cbinding: fix incorrect freeing of string arrays on Windows host, …
(edit) @55751   10 years vboxsync Additions/common/VBoxService: some left-over bits from the display …
(edit) @55750   10 years vboxsync FE/Qt: Runtime UI: Protect take-snapshot progress-dialog modal-loop …
(edit) @55749   10 years vboxsync Main/Snapshot: fix complete breakage of taking snapshots (smart …
(edit) @55748   10 years vboxsync SharedOpenGL: fix CrFbBltGetContents and …
(edit) @55747   10 years vboxsync SharedOpenGL: fix CrFbBltGetContents and …
(edit) @55746   10 years vboxsync FE/Qt: updated Korean translation, thank you Shinjo Park.
(edit) @55745   10 years vboxsync FE/Qt: Proper icons for VM save/restore progress dialogs.
(edit) @55744   10 years vboxsync DnDURIList.cpp: Fixed object accounting.
(edit) @55743   10 years vboxsync FE/Qt: Settings dialog: Fixing bug due to which powered off VM with …
(edit) @55742   10 years vboxsync FE/Qt: Settings dialog: Fixing serialization flaw due to which session …
(edit) @55741   10 years vboxsync NAT: send_icmp_to_guest - don't call udp_detach() on ICMP errors.
(edit) @55740   10 years vboxsync leaf 0xd fixes
(edit) @55739   10 years vboxsync FE/Qt: update check: make the regexp for sanitizing the version number …
(edit) @55738   10 years vboxsync CPUMR0A.asm,HMR0A.asm: Microsoft documents doesn't extend the …
(edit) @55737   10 years vboxsync build fiX
(edit) @55736   10 years vboxsync CPUM.cpp/info: Missed on place where CPUMCTX_XSAVE_C_PTR should be applied.
(edit) @55735   10 years vboxsync HMSVMR0.cpp: Should use IEM for CRx writes, CR4.OSXSAVE isn't …
(edit) @55733   10 years vboxsync CPUMR3CpuId.cpp: Fixed CPUID sub-leaves collection for leaf 0xd. …
(edit) @55731   10 years vboxsync 5.0.0 Beta 3
(edit) @55730   10 years vboxsync FE/Qt: update Simplified Chinese translation, thank you Lee Chenhwa.
(edit) @55729   10 years vboxsync Fixed ASMXSave and ASMXRstor windows only bugs.
(edit) @55728   10 years vboxsync Main/Machine+Snapshot+Medium: Remove bogus assertion when locking a …
(edit) @55727   10 years vboxsync FE/Qt: 6278: Runtime UI: Use the fast scaling mechanism for the HiDPI …
(edit) @55726   10 years vboxsync FE/Qt: 6278: Runtime UI: Fetch the extra-data HiDPI optimization type …
(edit) @55725   10 years vboxsync DevAHCI: print the actual unknown command
(edit) @55724   10 years vboxsync FE/Qt: Runtime UI: Do not cache already cached options accessible …
(edit) @55723   10 years vboxsync Additions/x11/vboxvideo: pass on virtual size to input devices when we …
(edit) @55722   10 years vboxsync FE/Qt: 6278: Scaling support: Do not forget to initialize frame-buffer …
(edit) @55721   10 years vboxsync Main: Allow host-suspend/resume notifiers to be called several times …
(edit) @55720   10 years vboxsync FE/Qt: Selector UI: Details pane: Moving scaling related stuff from …
(edit) @55719   10 years vboxsync FE/Qt: Machine Settings dialog: Moving scaling related stuff from User …
(edit) @55718   10 years vboxsync German NLS update
(edit) @55717   10 years vboxsync FE/Qt: Selector UI: Details pane: User Interface element: Menu-bar / …
(edit) @55716   10 years vboxsync just disable AVX on AMD-V wholesale.
(edit) @55715   10 years vboxsync VMM: typo.
(edit) @55714   10 years vboxsync VMM/GIM: scoping.
(edit) @55713   10 years vboxsync Disabled AVX/XSAVE for AMD fam 15h.
(edit) @55711   10 years vboxsync NetShaper: Prevent assertions due to duplicate lock names when …
(edit) @55710   10 years vboxsync Main: correct place for AutoUninitSpan in HostVideoInputDevice::uninit
(edit) @55709   10 years vboxsync WDDM: fix inverted condition, which triggered unnecessary guest …
(edit) @55708   10 years vboxsync Additions/Windows: remove old (unused for ages) Wine code
(edit) @55707   10 years vboxsync DnD: Additions/X11/VBoxClient: Some more sanity checking, extended logging.
(edit) @55706   10 years vboxsync Logging.
(edit) @55705   10 years vboxsync German NLS update
(edit) @55704   10 years vboxsync WDDM: FUNCTION is enough for logging
(edit) @55703   10 years vboxsync ldrPE.cpp: Fixed debug-loading regression introduced when adding …
(edit) @55702   10 years vboxsync MachineDebuggerImpl.cpp: Fixed the getRegisters method, missing vector …
(edit) @55701   10 years vboxsync WDDM: preserve FPU control word.
(edit) @55700   10 years vboxsync pwd todo
(edit) @55699   10 years vboxsync dbgcfg.cpp: Must fix the slashes before invoking expand.exe, it …
(edit) @55698   10 years vboxsync Main/Snapshot: fix taking a snapshot of an already paused VM (needs …
(edit) @55697   10 years vboxsync FE/Qt: Runtime UI: Extend manual-override mode to prevent unwanted …
(edit) @55696   10 years vboxsync FE/Qt: Progress-dialog: Make sure wrapped CProgress is completed upon …
(edit) @55695   10 years vboxsync UIMachineView: LogRel nits.
(edit) @55694   10 years vboxsync comment typo.
(edit) @55693   10 years vboxsync DevVGA-SVGA.cpp: Fixed for cubebench hang. The FIFO must take the lock …
(edit) @55692   10 years vboxsync FE/Qt: a few new OS code names
(edit) @55691   10 years vboxsync CPUMR3CpuId.cpp: Added PKU and OSPKU to g_aLeaf7Sub0EcxSubFields.
(edit) @55689   10 years vboxsync supHardNtVpFileMemCompareSection: Forgot to move pbFile forward along …
(edit) @55688   10 years vboxsync VMM/GIM: comment.
(edit) @55687   10 years vboxsync FE/Qt: A bit of care for r100071.
(edit) @55686   10 years vboxsync DrvVD: rc is not part of the format string anymore
(edit) @55685   10 years vboxsync VBoxNetFlt/linux: inet6_dev::addr_list became struct list_head in 2.6.35.
(edit) @55684   10 years vboxsync SVGA3d: mipmap related patch from trivirt.
(edit) @55683   10 years vboxsync VBoxNetFlt/linux: for_each_netdev_rcu() appeared in 2.6.33.
(edit) @55682   10 years vboxsync VBoxNetFlt/linux: netdev_name() officially appeared in 2.6.34.
(edit) @55681   10 years vboxsync VBoxNetFlt/linux: dev_net() appeared in 2.6.26 (redo r100072 w/out …
(edit) @55680   10 years vboxsync VBoxNetFlt/linux: *sigh*, revert previous... note to self, don't edit …
(edit) @55679   10 years vboxsync VBoxNetFlt/linux: dev_net() appeared in 2.6.26
(edit) @55678   10 years vboxsync VirtualBox: Added --fdc <image|none> and --dvd <image|none> from VBoxSDL.
(edit) @55677   10 years vboxsync wrong.
(edit) @55676   10 years vboxsync MachineConfigFile::readHardware: Read 'hotplug' and 'executionCap' …
(edit) @55674   10 years vboxsync Main,VBoxManage,Settings: Changed the boolean syntheticCPU setting …
(edit) @55673   10 years vboxsync duh
(edit) @55672   10 years vboxsync gctrl.cpp: Missed one RTGetOptArgvFromString call.
(edit) @55671   10 years vboxsync RTGetOptArgvFromString: Added fFlags parameter for selecting the …
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