VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3430   17 years vboxsync GCC32
(edit) @3429   17 years vboxsync use GCC32 template here instead of local hacks
(edit) @3409   17 years vboxsync Report saved additions information after restoring from saved state.
(edit) @3391   17 years vboxsync Fixed slirp: a deallocated memory was accessed.
(edit) @3385   17 years vboxsync Logging.
(edit) @3379   17 years vboxsync Reimplemented r22537: Automatically enable HGCM host events, when the …
(edit) @3345   17 years vboxsync Automatically enable HGCM host events, when the guest issues HGCM commands.
(edit) @3319   17 years vboxsync Drop extra newline
(edit) @3316   17 years vboxsync missing break
(edit) @3314   17 years vboxsync warning
(edit) @3310   17 years vboxsync don't flood the release log with messages about failed passthrough ATA …
(edit) @3309   17 years vboxsync Missing success return value
(edit) @3308   17 years vboxsync warning
(edit) @3290   17 years vboxsync Implemented VBE function 0x4F09, set/get palette data. Used by Quake, …
(edit) @3286   17 years vboxsync bugfix
(edit) @3285   17 years vboxsync Added VMMDevReq_LogString. Debug only feature.
(edit) @3274   17 years vboxsync Internal Network: Don't echo outgoing packets to the sender in …
(edit) @3265   17 years vboxsync NACK mouse commands we don't implement (not doing so slows down OS/2 …
(edit) @3258   17 years vboxsync Don't clear REG_B_UIE when REG_B_SET is written as this breaks OS/2 …
(edit) @3257   17 years vboxsync rtc_timer_update is called on every timer tick, so don't attempt …
(edit) @3237   17 years vboxsync Set size and version after memsetting the VMMDev RAM on reset. Patched …
(edit) @3226   17 years vboxsync warnings
(edit) @3215   18 years vboxsync shut up error messages from alsa-lib
(edit) @3214   18 years vboxsync if no audio voice could be opened choose the NULL audio backend
(edit) @3211   18 years vboxsync typos
(edit) @3199   18 years vboxsync Ignore AttachFailError config in Block driver. Otherwise changing the …
(edit) @3196   18 years vboxsync worked around annoying gcc warning
(edit) @3190   18 years vboxsync shut up warnings
(edit) @3167   18 years vboxsync use PDM helper functions
(edit) @3166   18 years vboxsync use some PDM helper functions
(edit) @3158   18 years vboxsync No else after return.
(edit) @3155   18 years vboxsync Allow the VM to start with NULL framebuffer.
(edit) @3153   18 years vboxsync Multimonitor support.
(edit) @3146   18 years vboxsync Emulate all weird aspects of the IRQ line multiplexing. No guest has …
(edit) @3114   18 years vboxsync Fix data type to avoid warnings.
(edit) @3113   18 years vboxsync Implement virtual paperclip (forced unmounting of media, currently …
(edit) @3110   18 years vboxsync Added the display index parameter to the SetVideoModeHint (in the …
(edit) @3085   18 years vboxsync warning
(edit) @3082   18 years vboxsync Reset the attribute controller state in the VGA BIOS.
(edit) @3081   18 years vboxsync warning
(edit) @3074   18 years vboxsync Forgot to fix VGA text mode here as well.
(edit) @3069   18 years vboxsync Another fix for VGA text mode.
(edit) @3064   18 years vboxsync Fixed screen corruption when switching DOS window to fullscreen.
(edit) @3021   18 years vboxsync Release logging of NAT DNS settings taken from host OS.
(edit) @2995   18 years vboxsync Devices/BIOS: VBOX_DMI_TABLE_SIZE<=130 (after renaming to innotek).
(edit) @2993   18 years vboxsync updated etherboot ROM for windows
(edit) @2988   18 years vboxsync InnoTek -> innotek part 4: more miscellaneous files.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2980   18 years vboxsync InnoTek -> innotek: actual code changes (headers follow).
(edit) @2969   18 years vboxsync kmk clean
(edit) @2960   18 years vboxsync Implement Windows host variant of determining domain name to pass in …
(edit) @2959   18 years vboxsync Don't log crap for malformed resolv.conf files.
(edit) @2945   18 years vboxsync Slight correction of release statistics: don't count the transfer of …
(edit) @2944   18 years vboxsync Release statistics for any combination of (ATA/ATAPI)/(DMA/PIO).
(edit) @2942   18 years vboxsync Fixed video mode switch from fullscreen DOS to XP guest desktop.
(edit) @2938   18 years vboxsync NAT: Pass first entry of search list as domain name in DHCP (which …
(edit) @2937   18 years vboxsync Clean up log formatting, no more guessing whether something is hex or not.
(edit) @2928   18 years vboxsync That code path is only reached for PIO in case, which doesn't generate …
(edit) @2927   18 years vboxsync Clear the interrupt FF when a pending interrupt is masked by a TRP update.
(edit) @2922   18 years vboxsync sync some I/O-APIC code from qemu (r1.11: APIC init fix + APIC get_irq fix)
(edit) @2913   18 years vboxsync #1647: Immediately stop if F12 was pressed during boot; don't accept …
(edit) @2912   18 years vboxsync mixing initialized and uninitalized vars makes it harder to read.
(edit) @2910   18 years vboxsync Fixed (hopefully - can't test easily) handling of the case where we …
(edit) @2907   18 years vboxsync Don't show the stopped messages unless the timer is active.
(edit) @2904   18 years vboxsync VMSetError without traling \n
(edit) @2900   18 years vboxsync Fixed fixed fix for Linux PIO reads. Tested Windows installs, worked fine.
(edit) @2880   18 years vboxsync Use a 64Hz PIT rate instead of the 1KHz one. Don't spin for keypress …
(edit) @2877   18 years vboxsync Fixed typo.
(edit) @2876   18 years vboxsync Back out fixed fix again.
(edit) @2875   18 years vboxsync Fix delta calculation.
(edit) @2872   18 years vboxsync Fixed the Linux PIO read fix. Now it shouldn't hang Windows installs …
(edit) @2867   18 years vboxsync Fixed DevPCNet receive code so that it can properly receive into …
(edit) @2862   18 years vboxsync Back out Linux guest PIO read fix. Breaks Windows guest installs from CD.
(edit) @2855   18 years vboxsync cosmetical fix
(edit) @2851   18 years vboxsync Log RTC frequency changes.
(edit) @2850   18 years vboxsync Fixed leftover VBOX_WITH_VIRTUAL_SYNC_TIMERS #ifdefs.
(edit) @2849   18 years vboxsync No need to dump the PIT state. #1589 has been solved with the …
(edit) @2848   18 years vboxsync more/better release logging.
(edit) @2842   18 years vboxsync Mark drive as ready immediately after a completed PIO read. This …
(edit) @2839   18 years vboxsync More release logging in relation to aborting of ATA commands.
(edit) @2837   18 years vboxsync Log message typo fix.
(edit) @2833   18 years vboxsync New open flag for just getting the image information, suppressing …
(edit) @2829   18 years vboxsync Warnings fix.
(edit) @2826   18 years vboxsync Yield CPU on drive busy, even in guest context. This reduces the CPU …
(edit) @2788   18 years vboxsync fix
(edit) @2787   18 years vboxsync More deps…
(edit) @2786   18 years vboxsync Added a DIRDEP to the MAKEDEPS.
(edit) @2785   18 years vboxsync Fixed missing dependency.
(edit) @2784   18 years vboxsync Converted to sub-makefiles.
(edit) @2783   18 years vboxsync Drop the OTHERS bit as it's only a dependency of the LIBRARIES target.
(edit) @2782   18 years vboxsync headers.
(edit) @2781   18 years vboxsync made the file description correspond to the device/driver description.
(edit) @2780   18 years vboxsync Log PIT frequency changes.
(edit) @2779   18 years vboxsync Log PIT frequency changes.
(edit) @2777   18 years vboxsync #pragma pack(1) not necessary? We will see if AssertCompileSize() …
(edit) @2758   18 years vboxsync Don't flush the raw disk/partition extents.
(edit) @2749   18 years vboxsync QueryCPUId -> GetCpuId (it's a wrapper for CPUMGetGuestCpuId).
(edit) @2742   18 years vboxsync Implement determining image flags on open. Also partial implementation …
(edit) @2728   18 years vboxsync Allow (but punish with an assertion) creation of a HDD container …
(edit) @2725   18 years vboxsync Removed obsolete MPS tables from rombios. Extend DevPcBios.cpp instead …
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