VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @2718   18 years vboxsync Implemented raw partition access.
(edit) @2673   18 years vboxsync Comment fix.
(edit) @2670   18 years vboxsync doppelmoppel
(edit) @2661   18 years vboxsync Raw disk access VMDKs can now be generated, too.
(edit) @2651   18 years vboxsync provide MPS table if IOAPIC is present, use the last 16 bytes of the …
(edit) @2650   18 years vboxsync Updated VD image create interface. Implemented closing/deleting of …
(edit) @2645   18 years vboxsync Better ATAPI passthrough error logging.
(edit) @2640   18 years vboxsync fixed typo
(edit) @2636   18 years vboxsync enable local APIC if IOAPIC is enabled or CPU == Intel || CPU == AMD
(edit) @2630   18 years vboxsync Fixed UTC typo.
(edit) @2627   18 years vboxsync Fixed some RTTIME -> tm conversion bugs.
(edit) @2626   18 years vboxsync Fixed UTC typo.
(edit) @2613   18 years vboxsync Use TM as UCT source.
(edit) @2609   18 years vboxsync Build USB on Darwin if VBOX_WITH_USB is defined.
(edit) @2608   18 years vboxsync Trust VBOX_WITH_USB.
(edit) @2598   18 years vboxsync Added a bunch of pci register defines and created a couple of the …
(edit) @2597   18 years vboxsync New device helper PCISetConfigCallbacks. (patch from R. Zeljko)
(edit) @2596   18 years vboxsync Moved PFNPCICONFIGREAD and PFNPCICONFIGWRITE out in the open.
(edit) @2595   18 years vboxsync Fixed horrible memory leak when writing to a so far unused block.
(edit) @2590   18 years vboxsync Optimize writes to a so far unallocated blocks in the VMDK which don't …
(edit) @2589   18 years vboxsync The code calling us assumes that after a full block write the pre- and …
(edit) @2583   18 years vboxsync Fix incorrect error check for VMDK with separate descriptor file.
(edit) @2582   18 years vboxsync Windows doesn't like flushing files opened in read-only mode.
(edit) @2580   18 years vboxsync Fixed uppercase conversion.
(edit) @2569   18 years vboxsync the string of valid CFG options in CFGMR3AreValuesValid() should be …
(edit) @2566   18 years vboxsync Make sure curtime is updated when the first packet is sent by the …
(edit) @2565   18 years vboxsync A little experiment trying to get rid of the critsect contention in DevATA.
(edit) @2564   18 years vboxsync Many VMDK block splitup fixes and the start of the create image function.
(edit) @2562   18 years vboxsync Rename identifiers to avoid conflicts with the new code.
(edit) @2558   18 years vboxsync Undid incorrect commit.
(edit) @2557   18 years vboxsync Fixed and simplified BIOS int15 mouse service. Avoids spurious …
(edit) @2546   18 years vboxsync cosmetical fixes
(edit) @2544   18 years vboxsync Removed harmful Yield.
(edit) @2543   18 years vboxsync Fixed boch shutdown (write 'Shutdown' to 9800h).
(edit) @2539   18 years vboxsync Proper VMDK fix, part 1.
(edit) @2538   18 years vboxsync Quick implementation of IRQ level flip-flip (pass …
(edit) @2535   18 years vboxsync Avoid build timestamp in the BIOS. Results in BIOS image compare …
(edit) @2534   18 years vboxsync Provide error message (only for the release log, as the IDE device …
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