VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @54811   10 years vboxsync Audio/Alsa: Fix endless loop (hopefully in the correct way)
(edit) @54810   10 years vboxsync vboxDrvCfgInfQueryFirstPnPId: Initialize return value so we don't pass …
(edit) @54809   10 years vboxsync Distinguished error codes when a provided password is wrong
(edit) @54808   10 years vboxsync backed out r98998 and r99000 -- shouldn't be necessary here
(edit) @54807   10 years vboxsync SharedClipboard/x11-clipboard: logrels.
(edit) @54806   10 years vboxsync FE/Qt: LogRel prefix.
(edit) @54805   10 years vboxsync Release log prefixes.
(edit) @54804   10 years vboxsync more places for SMAP handling
(edit) @54803   10 years vboxsync more SMAP handling
(edit) @54802   10 years vboxsync another place where we have to handle SMAP
(edit) @54801   10 years vboxsync Forgot this one again.
(edit) @54800   10 years vboxsync fixed Interface information size calculation using GET_USBD_INTERFACE_SIZE
(edit) @54799   10 years vboxsync CPUM: Fixed two problems with the CPUID code. cLeaves wasn't updated …
(edit) @54798   10 years vboxsync Main/Console: Automatically resume the VM if all passwords were …
(edit) @54797   10 years vboxsync cpumR3CpuIdInsert: Better error assertions/logging.
(edit) @54796   10 years vboxsync Fix crash when loading a saved state with encrypted disks
(edit) @54795   10 years vboxsync FE/Qt: 7676: Runtime UI: Disk Encryption (DE) support: Fix for r98900: …
(edit) @54794   10 years vboxsync FE/Qt: 6660: Advanced extra-data management tool: When saving …
(edit) @54793   10 years vboxsync PGM: Added forgotten argument.
(edit) @54792   10 years vboxsync DisplayUtils: use >= when check sSSMDisplayVerX in …
(edit) @54791   10 years vboxsync Main/Machine: fix long-standing bug with setting extradata (it isn't …
(edit) @54790   10 years vboxsync DisplayUtils: make readSavedGuestScreenInfo() aware of sSSMDisplayVer4 …
(edit) @54789   10 years vboxsync VMSVGA3d: Changed the surface arrays into pointer arrays to reduce the …
(edit) @54788   10 years vboxsync Fix signed/unsigned comparison.
(edit) @54787   10 years vboxsync PS2: A couple of todos plus better handling of incorrectly saved …
(edit) @54786   10 years vboxsync VMSVGA3D: Check stage range.
(edit) @54785   10 years vboxsync VMSVGA3d: Changed the context arrays into pointer arrays to reduce the …
(edit) @54784   10 years vboxsync removed excess line
(edit) @54783   10 years vboxsync VMSVGA3D: Corrected realloc calls.
(edit) @54782   10 years vboxsync Raised SVGA3D_MAX_SHADER_IDS from 0x100 to 0x800.
(edit) @54781   10 years vboxsync spaces!
(edit) @54780   10 years vboxsync RDP/client: fixed several regressions after r93776 due to changed …
(edit) @54779   10 years vboxsync fix of misprint, calculation of memory size allocation used wrong structure
(edit) @54778   10 years vboxsync doc/manual: wording.
(edit) @54777   10 years vboxsync cpumR3LoadGuestCpuIdArray: Forgot to initialize fFlags in when faking …
(edit) @54776   10 years vboxsync VMM/PGM: cosmetics.
(edit) @54775   10 years vboxsync iprt/time.h: fixed typo in RTTimeSpecSubSeconds(). Changed to using …
(edit) @54774   10 years vboxsync FE/Qt: in SnapshotAgeFormat(), call QDateTime::currentDateTime() only …
(edit) @54773   10 years vboxsync GuestHost/OpenGL: Fix #include guards. Thank you Jung-uk Kim.
(edit) @54772   10 years vboxsync vmsvga3dCreateTexture/ogl: It's not all that needs doing here, …
(edit) @54771   10 years vboxsync vmsvga3dCreateTexture/ogl: Initializing the texture memory even in the …
(edit) @54770   10 years vboxsync VMSVGA3d: Some more cleanups.
(edit) @54769   10 years vboxsync VMSVGA3d: We need no dock tile either, it seems.
(edit) @54768   10 years vboxsync VMSVGA3d: Eliminated the CR blitter dependencies, we don't need it (at …
(edit) @54767   10 years vboxsync VMSVGA3d: Eliminated WindowsInfo leak; dropping the CR compositor …
(edit) @54766   10 years vboxsync The D3DXDisassembleShader API required the DirectX SDK, which we don't …
(edit) @54765   10 years vboxsync VMSVGA3d: Applied patches from trivirt that among other things makes …
(edit) @54764   10 years vboxsync Added an infix 'ASMFIX' to the PATMA.h fixup types used in the patch …
(edit) @54763   10 years vboxsync PATM,CPUM: Redid the CPUID stuff by calling a patch helper function …
(edit) @54762   10 years vboxsync PATM: Only fix up constants when loading state. (missed assertion)
(edit) @54761   10 years vboxsync PATM: Only fix up constants when loading state.
(edit) @54760   10 years vboxsync CPUMGetGuestCpuId: Fixed APIC ID assertions to read the pLeaf values …
(edit) @54759   10 years vboxsync FE/Qt: 7676: Runtime UI: Disk Encryption (DE) support: NLS fix for …
(edit) @54758   10 years vboxsync Fixes for disk encryption when working with snapshots
(edit) @54757   10 years vboxsync FE/Qt: 7676: Runtime UI: Disk Encryption (DE) support: English NLS for …
(edit) @54756   10 years vboxsync FE/Qt: 7676: Runtime UI: Disk Encryption (DE) support: Table tool-tips …
(edit) @54755   10 years vboxsync solaris/Additions: Makefile nits.
(edit) @54754   10 years vboxsync FE/Qt: 7676: Runtime UI: Disk Encryption (DE) support: Simplify …
(edit) @54753   10 years vboxsync FE/Qt: 7676: Runtime UI: Disk Encryption (DE) support: Move 'ask for …
(edit) @54752   10 years vboxsync Log cosmetics.
(edit) @54751   10 years vboxsync VMM/HM: log cosmetics.
(edit) @54750   10 years vboxsync CPUM: Increase the max cpuid leaves a lot. Fixed incorrect sanitizing …
(edit) @54749   10 years vboxsync CPUM: Increase the max cpuid leaves a lot. Fixed incorrect sanitizing …
(edit) @54748   10 years vboxsync VMMDev: LogRel cosmetics.
(edit) @54747   10 years vboxsync Host 3D: prevent Presentation Framework assertion when setting scale …
(edit) @54746   10 years vboxsync Changed PATCHGEN_PROLOG to take the expected output size as input …
(edit) @54745   10 years vboxsync VBoxDbgStats: Fixed RATION_U32* formatting.
(edit) @54744   10 years vboxsync Main/Console: Set the correct interfaces to retrieve keys for …
(edit) @54743   10 years vboxsync VD: Don't set an error when creating the filter failed, appropriate …
(edit) @54742   10 years vboxsync FE/Qt: 7676: Runtime UI: Disk Encryption (DE) support: Fixing …
(edit) @54741   10 years vboxsync VBoxNetDHCP/VBoxNetNAT: don't execute shutdown() twice
(edit) @54740   10 years vboxsync VMM: Made the max CPUID leaf cutoffs configurable.
(edit) @54739   10 years vboxsync Fixed warning.
(edit) @54738   10 years vboxsync VMM,REM: CPUID revamp - almost there now.
(edit) @54737   10 years vboxsync VMM,REM: CPUID revamp - almost there now.
(edit) @54736   10 years vboxsync vmsvga3dSaveExec: Must set packing parameters before calling glGetTexImage.
(edit) @54735   10 years vboxsync PS2M.cpp: Avoid division by chainsaw restoring old state or worse.
(edit) @54734   10 years vboxsync FE/Qt: 7676: Runtime UI: Disk Encryption (DE) support: English NLS for …
(edit) @54733   10 years vboxsync FE/Qt: 7676: Runtime UI: Disk Encryption (DE) support: Moving stuff …
(edit) @54732   10 years vboxsync FE/Qt: 7676: Runtime UI: Disk Encryption (DE) support: Ups, forgot the …
(edit) @54731   10 years vboxsync FE/Qt: 7676: Runtime UI: Disk Encryption (DE) support: Dialog to ask …
(edit) @54730   10 years vboxsync VBoxNetDHCP/VBoxNetNAT: set RTTHREADFLAGS_WAITABLE for the receive …
(edit) @54729   10 years vboxsync VBoxUSB: use try/catch to handle possible errors and set the last …
(edit) @54728   10 years vboxsync PATM,VMM,err.h: Added VERR_PATM_IPE_TRAP_IN_PATCH_CODE for getting a …
(edit) @54727   10 years vboxsync PATM.cpp: Let EMR3FatalError do its job.
(edit) @54726   10 years vboxsync build fix
(edit) @54725   10 years vboxsync FE/VBoxManage: Change the way passwords are provided when encrypting a …
(edit) @54724   10 years vboxsync Runtime/RTStream: Make it possible to disable echoing of typed …
(edit) @54723   10 years vboxsync NetworkServices: before shutting down the client, do perform …
(edit) @54722   10 years vboxsync NetworkServices: fixed parameter when executing VMMR0_DO_INTNET_IF_CLOSE
(edit) @54721   10 years vboxsync Additions/common/VBoxGuest: host flags update clean-up fix.
(edit) @54720   10 years vboxsync VMM: Some more internal decls.
(edit) @54719   10 years vboxsync VMM: Make the thread-context hook functions VMM internal linkage.
(edit) @54718   10 years vboxsync VMM: VMMR0ThreadCtxHooksDeregister returns void, further simplified …
(edit) @54717   10 years vboxsync VMM/VMMR0: Clear idHostCpu *before* deregistering the preemption hook.
(edit) @54716   10 years vboxsync Main: if the guest notifies us about a medium ejected, save the …
(edit) @54715   10 years vboxsync Runtime/r0drv/solaris: fix invalid process handle while creating …
(edit) @54714   10 years vboxsync PATM,CPUM: CPUID patch update.
(edit) @54713   10 years vboxsync iprt/asmdefs.mac: Added RT_BIT_32 macro.
(edit) @54712   10 years vboxsync VMM: Clear idHostCpu mapping while deregistering the context-hooks …
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