VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @2533   18 years vboxsync Make sure the packet is large enough to receive the data.
(edit) @2482   18 years vboxsync Drop PATH_CURRENT from the global DEFS as it plays merry poppins with …
(edit) @2478   18 years vboxsync [Mm]akefile -> Makefile.kmk
(edit) @2477   18 years vboxsync export
(edit) @2476   18 years vboxsync Some makefile header and attribute adjustments.
(edit) @2475   18 years vboxsync Makefile.kmk -> Makefile.kup
(edit) @2468   18 years vboxsync Dropping the VBOX_WITH_VIRTUAL_SYNC_TIMERS #ifdefs, making it default.
(edit) @2464   18 years vboxsync Added TMR3UCTNow, exported it as a DevHlp and made VMMDev use it as …
(edit) @2456   18 years vboxsync Some build message adjustments. (depends on new kBuild)
(edit) @2454   18 years vboxsync Enabled the VIRTUAL_SYNC timers to see how they influences the testsboxes.
(edit) @2405   18 years vboxsync Backed out [20718] as it broke vmdk image support.
(edit) @2390   18 years vboxsync Resurrect old VMDK code and make it default.
(edit) @2385   18 years vboxsync Fixed copy&paste errors. Use the correct image reference and filename.
(edit) @2381   18 years vboxsync VCC8 is very picky about char* vs const char *
(edit) @2380   18 years vboxsync export to OSE
(edit) @2379   18 years vboxsync export to OSE
(edit) @2375   18 years vboxsync I'll change RTFile* to use size_t one day. in the mean time we'll have …
(edit) @2366   18 years vboxsync use kBuild-provided msg macros
(edit) @2361   18 years vboxsync Proper fix this time.
(edit) @2360   18 years vboxsync Shut up gcc.
(edit) @2359   18 years vboxsync Fixed variable initialization.
(edit) @2358   18 years vboxsync New VMDK code.
(edit) @2335   18 years vboxsync Clean up a few BIOS log/error messages.
(edit) @2334   18 years vboxsync Do the 16383 cylinder clipping earlier (again). Needed for the new …
(edit) @2291   18 years vboxsync More ring-0/ring-3 type safety (callbacks and PDM symbol resolving).
(edit) @2285   18 years vboxsync TMCLOCK_VIRTUAL_SYNC changes. (define VBOX_WITH_VIRTUAL_SYNC_TIMERS to …
(edit) @2278   18 years vboxsync updated etherboot zrom image
(edit) @2275   18 years vboxsync Correctly handle PXE menus with 0 boot servers for an entry. Use the …
(edit) @2272   18 years vboxsync RTPathReal presumes that the path exists!
(edit) @2269   18 years vboxsync Stricter pointer typechecking. (R0 vs R3)
(edit) @2246   18 years vboxsync Input/pckbd.c => Input/DevPS2.cpp
(edit) @2216   18 years vboxsync Backed out 20564 & 20565. Require many more changes.
(edit) @2215   18 years vboxsync Compile ataIOPortRead/WriteStr1 in ring 0 mode as well.
(edit) @2214   18 years vboxsync Register string read & write handlers for ring 0.
(edit) @2113   18 years vboxsync Force the guest VRAM copying to the external buffer when taking screenshot.
(edit) @2106   18 years vboxsync Do not block EMT while resizing the framebuffer.
(edit) @2084   18 years vboxsync claim+unmount mounted dvds on darwin.
(edit) @2079   18 years vboxsync Added VBE_DISPI_INDEX_CMONITOR indexed register to pass the …
(edit) @2053   18 years vboxsync Pass the rc from poweroff and suspend around!
(edit) @2052   18 years vboxsync Make named pipe destruction independent of driver destruction order.
(edit) @2051   18 years vboxsync Comment cleanup.
(edit) @2038   18 years vboxsync less strict check for failures caused by MMIO2.
(edit) @2027   18 years vboxsync Check types of HGCM commands.
(edit) @2025   18 years vboxsync Ignore enable/disable reverting to power-on defaults instead of …
(edit) @2024   18 years vboxsync Allow disabling of multi-sector read commands.
(edit) @2021   18 years vboxsync r=bird: The framebuffer is still locked, that's why we didn't used to …
(edit) @2018   18 years vboxsync corrected comment.
(edit) @2001   18 years vboxsync Removed parts of Etherboot we never build.
(edit) @1967   18 years vboxsync a bit less strict on 0 byte buffers. (TEST UNIT READY + linux)
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