VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @39129   13 years vboxsync Typo.
(edit) @39128   13 years vboxsync FE/Qt4: we are only interested in the last suffix
(edit) @39127   13 years vboxsync IEM: Adding GET_NEXT_U16_ZX_U32/64 and GET_NEXT_U32_ZX_U64.
(edit) @39126   13 years vboxsync Solaris/Installer: better OS detection for local and remote installs …
(edit) @39125   13 years vboxsync IEM: Fixed some details in the AAM, SAHF and LAHF instruction emulation.
(edit) @39124   13 years vboxsync EFI: sync with r9481 (FPU initialization UEFI spec requirement).
(edit) @39123   13 years vboxsync Main/Machine: fix use after free bug caused by non-obvious std::list …
(edit) @39122   13 years vboxsync Additions/linux/installer: install the DRI driver correctly on Ubuntu …
(edit) @39121   13 years vboxsync Installer, FE/Qt, doc: less Linux distribution-specifics
(edit) @39120   13 years vboxsync VBoxManage: added a list sub-command to snapshot: snapshot myvm list
(edit) @39119   13 years vboxsync VBoxManage: added a list sub-command to snapshot: snapshot myvm list
(edit) @39118   13 years vboxsync FE/Qt4-NLS: merged sr, sv
(edit) @39115   13 years vboxsync Additions/solaris/SharedFolders: typo.
(edit) @39114   13 years vboxsync Additions/solaris/SharedFolders: dmode, fmode, dmask, fmask, typo.
(edit) @39113   13 years vboxsync Additions/solaris/SharedFolders: implement dmode, fmode, dmask, fmask, …
(edit) @39112   13 years vboxsync build fix
(edit) @39111   13 years vboxsync IOM,PDM: Working on moving unaligned and non-dword MMIO access …
(edit) @39110   13 years vboxsync FE/Qt: fix issues which appeared with scale view mode after we stopped …
(edit) @39109   13 years vboxsync BIOS: Leave high interrupt vectors zeroed to indicate they are unused.
(edit) @39108   13 years vboxsync FE/Qt: made two member functions constant.
(edit) @39107   13 years vboxsync FE/Qt: a small refactoring and a documentation comment.
(edit) @39106   13 years vboxsync VBoxService/VMInfo: Hook CTRL_LOGOFF_EVENT to re-trigger user …
(edit) @39104   13 years vboxsync Audio: warnings.
(edit) @39103   13 years vboxsync Audio/coreaudio: more convenient memory allocation and release …
(edit) @39102   13 years vboxsync NAT: win build fix.
(edit) @39101   13 years vboxsync NAT: warnings.
(edit) @39100   13 years vboxsync DevATA: Implement proper command splitting if the command exceeds the …
(edit) @39099   13 years vboxsync FE/Qt: do not re-create the framebuffer on every view switch (untested …
(edit) @39098   13 years vboxsync FE/Qt: do not re-create the framebuffer on every view switch (untested …
(edit) @39097   13 years vboxsync FE/Qt: do not re-create the framebuffer on every view switch (untested …
(edit) @39096   13 years vboxsync FE/Qt: 5804: Allow one operation on several VMs: Initial …
(edit) @39095   13 years vboxsync FE/Qt: typo which prevented correct resizing out of seamless view
(edit) @39094   13 years vboxsync FE/Qt: slightly cleaner hack for inhibiting unwanted resizes when …
(edit) @39093   13 years vboxsync build fix
(edit) @39092   13 years vboxsync alloc-ef-cpp.cpp: build fix.
(edit) @39091   13 years vboxsync More parameter warning fixes; made PciIch9 check the saved state version.
(edit) @39089   13 years vboxsync alloc-ef-cpp.cpp: Another build fix…
(edit) @39088   13 years vboxsync alloc-ef-cpp.cpp: build fix.
(edit) @39087   13 years vboxsync alloc-ef-cpp.cpp: Always compile the stuff, so that fencing depends on …
(edit) @39086   13 years vboxsync Dis,SrvPciRaw,Sup: warning fixes.
(edit) @39085   13 years vboxsync NAT: warnings.
(edit) @39084   13 years vboxsync VMM: -Wunused-parameter on mac.
(edit) @39083   13 years vboxsync IPRT: -Wunused-parameter.
(edit) @39082   13 years vboxsync PGMSavedState.cpp: better assertion
(edit) @39081   13 years vboxsync FE/Qt: remove some now unused code which was formerly needed for …
(edit) @39080   13 years vboxsync IPRT: Started -Wunused-parameter cleanup.
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @39077   13 years vboxsync FE/Qt: suppress the last temporary resize on exiting fullscreen or …
(edit) @39076   13 years vboxsync FE/Qt: do not re-create the framebuffer on every view switch (burn fix).
(edit) @39074   13 years vboxsync FE/Qt: do not re-create the framebuffer on every view switch (burn fix).
(edit) @39073   13 years vboxsync FE/Qt: do not re-create the framebuffer on every view switch (burn fix).
(edit) @39072   13 years vboxsync Additions/solaris/SharedFolders: implement umask and interpret as octal.
(edit) @39071   13 years vboxsync build fix
(edit) @39070   13 years vboxsync VMM,IPRT: -Wunused-function.
(edit) @39069   13 years vboxsync VBoxServiceToolBox.cpp: cat should fail on output error.
(edit) @39068   13 years vboxsync Additions/solaris/SharedFolders: grr, tabs.
(edit) @39067   13 years vboxsync Additions/solaris/SharedFolders: implemented dmode, fmode, dmask, …
(edit) @39066   13 years vboxsync FE/Qt: suppress resizing the view window on intermediary or redundant …
(edit) @39065   13 years vboxsync FE/Qt: do not re-create the framebuffer on every view switch (done for …
(edit) @39064   13 years vboxsync Optionally create a floppy drive or skip creating USB controllers in …
(edit) @39063   13 years vboxsync FE/Qt: do not re-create the framebuffer on every view switch (only …
(edit) @39062   13 years vboxsync Additions/solaris/SharedFolders: implemented dmode, fmode, dmask and …
(edit) @39061   13 years vboxsync back out r74471 since it causes crashes
(edit) @39060   13 years vboxsync DevApic,PDM: Combine the two read functions (MSR/MMIO); renamed debug …
(edit) @39059   13 years vboxsync unused variable warnings.
(edit) @39058   13 years vboxsync Added machinery to add floppy or not add USB for new VMs depending on …
(edit) @39057   13 years vboxsync VMM: Use the RTLogFlushR0 for R0 logger (see #5771)
(edit) @39056   13 years vboxsync PATM: logging correction
(edit) @39055   13 years vboxsync Fe/Qt4+Main: Use 3D acceleration + 128MB VRAM for Windows 8 by …
(edit) @39054   13 years vboxsync PDMBlkCache: Remove dead code
(edit) @39053   13 years vboxsync DevApic.cpp: Don't assert on invalid register accesses, do a DBGFStop …
(edit) @39052   13 years vboxsync VMDK: Improve error message if a stream optimized image is corrupted
(edit) @39051   13 years vboxsync crOpenGL: use one statetracker for all guest SPUs
(edit) @39050   13 years vboxsync copyright year.
(edit) @39049   13 years vboxsync IPRT: Implemented / adjusted zlib status code conversion.
(edit) @39048   13 years vboxsync wddm/wine: burn fix, disable BltSys2Vram for BltFast to test it more
(edit) @39047   13 years vboxsync wddm/wine: BltSys2Vram for BltFast
(edit) @39045   13 years vboxsync gcc build fix
(edit) @39044   13 years vboxsync wddm: 1.fix wine misbehave for ModifyLocation(TEXTURE), 2.colorfill …
(edit) @39043   13 years vboxsync Config.kmk, mangling, Runtime: use static zlib for Solaris.
(edit) @39042   13 years vboxsync build fix
(edit) @39041   13 years vboxsync SrvIntNetR0.cpp: Dead code.
(edit) @39040   13 years vboxsync Unused var.
(edit) @39039   13 years vboxsync VMM: -W4 warnings (MSC).
(edit) @39038   13 years vboxsync VMM: -W4 warnings (MSC).
(edit) @39036   13 years vboxsync DevATA: Report actual media type (rather than empty drive) in mode …
(edit) @39035   13 years vboxsync oops.
(edit) @39034   13 years vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @39032   13 years vboxsync IPRT: Fixed unused variable warnings.
(edit) @39031   13 years vboxsync PDMAsyncCompletionFile.cpp: RTFileGetSize now includes the platform …
(edit) @39030   13 years vboxsync RTFileGetSize/posix: Make it figure the size of a volume/disk.
(edit) @39029   13 years vboxsync lockvalidator.cpp: Plugged a leak. (Don't think it's an important leak …
(edit) @39028   13 years vboxsync RTFileGetSize/win: Made it grok volume & disks (some disks anyway).
(edit) @39027   13 years vboxsync RTFileGetSize/win: Made it grok volume & disks (some disks anyway).
(edit) @39026   13 years vboxsync Solaris/Installer: S11 vanity name fix typo.
(edit) @39025   13 years vboxsync fileio-win.cpp: hacking in progress…
(edit) @39024   13 years vboxsync NAT: warnings.
(edit) @39023   13 years vboxsync FE/Qt: cleaned up the maximum guest size code
(edit) @39022   13 years vboxsync FE/Qt: multi-monitor fix for r74363
(edit) @39021   13 years vboxsync FE/Qt: semantic refactoring and documentation: desktop geometry -> …
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