VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3211   17 years vboxsync typos
(edit) @3210   17 years vboxsync Fixed a typo
(edit) @3209   17 years vboxsync Call the pfnUnload HGCM service entry.
(edit) @3207   17 years vboxsync Map VINF_EM_RAW_EMULATE_INSTR to VINF_IOM_HC_IOPORT_READ/WRITE. Direct …
(edit) @3206   17 years vboxsync Marked io instructions as read or write
(edit) @3202   17 years vboxsync VM Settings -> Advanced Page: Boot Sequence and Extended Features …
(edit) @3201   17 years vboxsync Logging
(edit) @3199   17 years vboxsync Ignore AttachFailError config in Block driver. Otherwise changing the …
(edit) @3198   17 years vboxsync The secondary display resize for Windows guests.
(edit) @3197   17 years vboxsync IO handling updates
(edit) @3196   17 years vboxsync worked around annoying gcc warning
(edit) @3192   17 years vboxsync Make it build on OS/2.
(edit) @3191   17 years vboxsync Main: Made it build on OS/2.
(edit) @3190   17 years vboxsync shut up warnings
(edit) @3189   17 years vboxsync hash.
(edit) @3188   17 years vboxsync Build: Renamed VBox COM Glue library from VBoxXPCOM.[a|lib] to …
(edit) @3187   17 years vboxsync Moved the noisy GLIB and LIBIDL to src/libs/xpcom (OS/2 only - but …
(edit) @3186   17 years vboxsync Build: Cleaned up Main templates.
(edit) @3185   17 years vboxsync some minor comment cleanup.
(edit) @3184   17 years vboxsync return VINF_EM_RAW_EMULATE_INSTR instead of VINF_EM_RESCHEDULE_REM …
(edit) @3183   17 years vboxsync 2028: Add VT-x/AMD-V setting: "Enable VT-x/AMD-V" setting check-box …
(edit) @3181   17 years vboxsync !VBOX marks the bit aren't VBox code.
(edit) @3180   17 years vboxsync Inverted checks
(edit) @3179   17 years vboxsync Also check for 16 bits mode
(edit) @3178   17 years vboxsync Take 16 bits count in real or v86 mode.
(edit) @3177   17 years vboxsync First check vmmr0.r0 exports and then the builtin support driver …
(edit) @3176   17 years vboxsync some logs
(edit) @3175   17 years vboxsync XPCOM: Suppressed GCC 4 warnings.
(edit) @3174   17 years vboxsync FE/Qt: Corrected syntax of some qt_xx translations.
(edit) @3173   17 years vboxsync FE/Qt: Synchronized Finnish, Hungarian and Swedish translations with …
(edit) @3172   17 years vboxsync compile fix
(edit) @3171   17 years vboxsync Fixes for bad error code VINF_EM_RESCHEDULE_REM.
(edit) @3170   17 years vboxsync FE/Qt: Updated Swedish translation; Added Hungarian and Finnish …
(edit) @3169   17 years vboxsync More IOM_SUCCESS changes
(edit) @3168   17 years vboxsync Corrected io return checks.
(edit) @3167   17 years vboxsync use PDM helper functions
(edit) @3166   17 years vboxsync use some PDM helper functions
(edit) @3160   17 years vboxsync rtUtf16RecodeAsUtf8 takes a cch excluding the terminator. removed dead …
(edit) @3158   17 years vboxsync No else after return.
(edit) @3157   17 years vboxsync Must pass on IRP_MJ_SYSTEM_CONTROL to the next driver in the chain.
(edit) @3156   17 years vboxsync A IRP_MJ_SYSTEM_CONTROL handler is required.
(edit) @3155   17 years vboxsync Allow the VM to start with NULL framebuffer.
(edit) @3154   17 years vboxsync added monitorcount option
(edit) @3153   17 years vboxsync Multimonitor support.
(edit) @3152   17 years vboxsync VMM: Fixed OS/2 build.
(edit) @3151   17 years vboxsync VMM: Fixed OS/2 build.
(edit) @3149   17 years vboxsync XPCOM: Ported necessary bits of IPC/DConnect tp OS/2.
(edit) @3148   17 years vboxsync Runtime: Added support for colon as the 'instruction=value' separator …
(edit) @3146   17 years vboxsync Emulate all weird aspects of the IRQ line multiplexing. No guest has …
(edit) @3145   17 years vboxsync Fixed incorrect IOM return checks.
(edit) @3144   17 years vboxsync FE/Qt: Slightly improved r22048.
(edit) @3143   17 years vboxsync Fixed a problem where the new HD wizard was not removing the keyboard …
(edit) @3142   17 years vboxsync Moved the X11 guest clipboard connection and disconnection code into …
(edit) @3141   17 years vboxsync 2029: Add DVD passthrough setting: The CD/DVD page of the VM settings …
(edit) @3140   17 years vboxsync FE/Qt: Don't compress .qm files to avoid erroneous …
(edit) @3139   17 years vboxsync FE/Qt: Added Korean translation.
(edit) @3138   17 years vboxsync Added descriptions to the host DVD and floppy devices in the first run …
(edit) @3137   17 years vboxsync FE/Qt: Corrected Russian translation.
(edit) @3136   17 years vboxsync Changed the sequence of the DVD & FD devices in the main Selector's …
(edit) @3135   17 years vboxsync Fixing a little issue concerning DVD/FD sequence.
(edit) @3134   17 years vboxsync hack for filesystems which do not support symbolic links
(edit) @3133   17 years vboxsync cosmetics
(edit) @3132   17 years vboxsync link libstdc++ statically (see …
(edit) @3131   17 years vboxsync FE/Qt: Added Swedish translation.
(edit) @3130   17 years vboxsync build VBoxNet
(edit) @3129   17 years vboxsync reverse order of dvd and floppy in vm settings dialog
(edit) @3128   17 years vboxsync small fix
(edit) @3127   17 years vboxsync Main: Fixed: Avoid IPC dead-locks when calling …
(edit) @3126   17 years vboxsync Fixes to the Linux shared clipboard
(edit) @3125   17 years vboxsync Fixed RTUtf16ToUtf8Ex so that it doesn't ignore the second parameter
(edit) @3124   17 years vboxsync export it.
(edit) @3123   17 years vboxsync Made VBOX_LOG_FLAGS=msprog work in GC.
(edit) @3122   17 years vboxsync Forward all non-ring 0 illegal instruction traps directly. Fixes …
(edit) @3121   17 years vboxsync FE/Qt: Rolled back r21969 (not necessary since there is IMachine::pid …
(edit) @3120   17 years vboxsync two typos
(edit) @3119   17 years vboxsync FE/Qt: Updated Romanian and Polish translations.
(edit) @3118   17 years vboxsync Report monitors in the windows guest video driver.
(edit) @3117   17 years vboxsync OSE is already stated by the version string
(edit) @3116   17 years vboxsync Changed default disk sizes to powers of 2, looks better in the …
(edit) @3115   17 years vboxsync increased default disk size of solaris to 8GB (#2025)
(edit) @3114   17 years vboxsync Fix data type to avoid warnings.
(edit) @3113   17 years vboxsync Implement virtual paperclip (forced unmounting of media, currently …
(edit) @3112   17 years vboxsync Added full set of runtime error functions to PDM device/driver interface.
(edit) @3110   17 years vboxsync Added the display index parameter to the SetVideoModeHint (in the …
(edit) @3109   17 years vboxsync Seriously annoying debug printf
(edit) @3108   17 years vboxsync Updates
(edit) @3106   17 years vboxsync added shared folder dependency
(edit) @3105   17 years vboxsync Removed workaround for allocating the event structure in non-paged …
(edit) @3104   17 years vboxsync Added IRP_MJ_INTERNAL_DEVICE_CONTROL handler.
(edit) @3103   17 years vboxsync IRP completion routines must be in non-pagable memory.
(edit) @3102   17 years vboxsync Store VM-Console window’s HWND handler feature implemented (secunet …
(edit) @3101   17 years vboxsync Fix VBoxManage convertdd SEGV crash on Linux if no further parameters …
(edit) @3099   17 years vboxsync Do not use alloca in the guest additions.
(edit) @3098   17 years vboxsync fixed the mess with caps lock / num lock / scroll lock on SDL
(edit) @3097   17 years vboxsync prevent warnings if compiled as C files (Linux guest modules)
(edit) @3096   17 years vboxsync added another missing file to additions
(edit) @3095   17 years vboxsync fix for building the Linux guest additions
(edit) @3094   17 years vboxsync clearly state if we are running the OSE version
(edit) @3093   17 years vboxsync Hack around incomprehensible VDI error message for VMDK files that …
(edit) @3091   17 years vboxsync User buffers are now locked in the VBoxGuest driver.
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