|
|
@2912
|
18 years |
vboxsync |
mixing initialized and uninitalized vars makes it harder to read.
|
|
|
@2910
|
18 years |
vboxsync |
Fixed (hopefully - can't test easily) handling of the case where we …
|
|
|
@2907
|
18 years |
vboxsync |
Don't show the stopped messages unless the timer is active.
|
|
|
@2904
|
18 years |
vboxsync |
VMSetError without traling \n
|
|
|
@2900
|
18 years |
vboxsync |
Fixed fixed fix for Linux PIO reads. Tested Windows installs, worked
fine.
|
|
|
@2880
|
18 years |
vboxsync |
Use a 64Hz PIT rate instead of the 1KHz one. Don't spin for keypress …
|
|
|
@2877
|
18 years |
vboxsync |
Fixed typo.
|
|
|
@2876
|
18 years |
vboxsync |
Back out fixed fix again.
|
|
|
@2875
|
18 years |
vboxsync |
Fix delta calculation.
|
|
|
@2872
|
18 years |
vboxsync |
Fixed the Linux PIO read fix. Now it shouldn't hang Windows installs …
|
|
|
@2867
|
18 years |
vboxsync |
Fixed DevPCNet receive code so that it can properly receive into …
|
|
|
@2862
|
18 years |
vboxsync |
Back out Linux guest PIO read fix. Breaks Windows guest installs from
CD.
|
|
|
@2855
|
18 years |
vboxsync |
cosmetical fix
|
|
|
@2851
|
18 years |
vboxsync |
Log RTC frequency changes.
|
|
|
@2850
|
18 years |
vboxsync |
Fixed leftover VBOX_WITH_VIRTUAL_SYNC_TIMERS #ifdefs.
|
|
|
@2849
|
18 years |
vboxsync |
No need to dump the PIT state. #1589 has been solved with the …
|
|
|
@2848
|
18 years |
vboxsync |
more/better release logging.
|
|
|
@2842
|
18 years |
vboxsync |
Mark drive as ready immediately after a completed PIO read. This …
|
|
|
@2839
|
18 years |
vboxsync |
More release logging in relation to aborting of ATA commands.
|
|
|
@2837
|
18 years |
vboxsync |
Log message typo fix.
|
|
|
@2833
|
18 years |
vboxsync |
New open flag for just getting the image information, suppressing …
|
|
|
@2829
|
18 years |
vboxsync |
Warnings fix.
|
|
|
@2826
|
18 years |
vboxsync |
Yield CPU on drive busy, even in guest context. This reduces the CPU …
|
|
|
@2788
|
18 years |
vboxsync |
fix
|
|
|
@2787
|
18 years |
vboxsync |
More deps…
|
|
|
@2786
|
18 years |
vboxsync |
Added a DIRDEP to the MAKEDEPS.
|
|
|
@2785
|
18 years |
vboxsync |
Fixed missing dependency.
|
|
|
@2784
|
18 years |
vboxsync |
Converted to sub-makefiles.
|
|
|
@2783
|
18 years |
vboxsync |
Drop the OTHERS bit as it's only a dependency of the LIBRARIES target.
|
|
|
@2782
|
18 years |
vboxsync |
headers.
|
|
|
@2781
|
18 years |
vboxsync |
made the file description correspond to the device/driver description.
|
|
|
@2780
|
18 years |
vboxsync |
Log PIT frequency changes.
|
|
|
@2779
|
18 years |
vboxsync |
Log PIT frequency changes.
|
|
|
@2777
|
18 years |
vboxsync |
#pragma pack(1) not necessary? We will see if AssertCompileSize() …
|
|
|
@2758
|
18 years |
vboxsync |
Don't flush the raw disk/partition extents.
|
|
|
@2749
|
18 years |
vboxsync |
QueryCPUId -> GetCpuId (it's a wrapper for CPUMGetGuestCpuId).
|
|
|
@2742
|
18 years |
vboxsync |
Implement determining image flags on open. Also partial implementation …
|
|
|
@2728
|
18 years |
vboxsync |
Allow (but punish with an assertion) creation of a HDD container …
|
|
|
@2725
|
18 years |
vboxsync |
Removed obsolete MPS tables from rombios. Extend DevPcBios.cpp instead …
|
|
|
@2718
|
18 years |
vboxsync |
Implemented raw partition access.
|
|
|
@2673
|
18 years |
vboxsync |
Comment fix.
|
|
|
@2670
|
18 years |
vboxsync |
doppelmoppel
|
|
|
@2661
|
18 years |
vboxsync |
Raw disk access VMDKs can now be generated, too.
|
|
|
@2651
|
18 years |
vboxsync |
provide MPS table if IOAPIC is present, use the last 16 bytes of the …
|
|
|
@2650
|
18 years |
vboxsync |
Updated VD image create interface. Implemented closing/deleting of …
|
|
|
@2645
|
18 years |
vboxsync |
Better ATAPI passthrough error logging.
|
|
|
@2640
|
18 years |
vboxsync |
fixed typo
|
|
|
@2636
|
18 years |
vboxsync |
enable local APIC if IOAPIC is enabled or CPU == Intel || CPU == AMD
|
|
|
@2630
|
18 years |
vboxsync |
Fixed UTC typo.
|
|
|
@2627
|
18 years |
vboxsync |
Fixed some RTTIME -> tm conversion bugs.
|
|
|
@2626
|
18 years |
vboxsync |
Fixed UTC typo.
|
|
|
@2613
|
18 years |
vboxsync |
Use TM as UCT source.
|
|
|
@2609
|
18 years |
vboxsync |
Build USB on Darwin if VBOX_WITH_USB is defined.
|
|
|
@2608
|
18 years |
vboxsync |
Trust VBOX_WITH_USB.
|
|
|
@2598
|
18 years |
vboxsync |
Added a bunch of pci register defines and created a couple of the …
|
|
|
@2597
|
18 years |
vboxsync |
New device helper PCISetConfigCallbacks. (patch from R. Zeljko)
|
|
|
@2596
|
18 years |
vboxsync |
Moved PFNPCICONFIGREAD and PFNPCICONFIGWRITE out in the open.
|
|
|
@2595
|
18 years |
vboxsync |
Fixed horrible memory leak when writing to a so far unused block.
|
|
|
@2590
|
18 years |
vboxsync |
Optimize writes to a so far unallocated blocks in the VMDK which don't …
|
|
|
@2589
|
18 years |
vboxsync |
The code calling us assumes that after a full block write the pre- and …
|
|
|
@2583
|
18 years |
vboxsync |
Fix incorrect error check for VMDK with separate descriptor file.
|
|
|
@2582
|
18 years |
vboxsync |
Windows doesn't like flushing files opened in read-only mode.
|
|
|
@2580
|
18 years |
vboxsync |
Fixed uppercase conversion.
|
|
|
@2569
|
18 years |
vboxsync |
the string of valid CFG options in CFGMR3AreValuesValid() should be …
|
|
|
@2566
|
18 years |
vboxsync |
Make sure curtime is updated when the first packet is sent by the …
|
|
|
@2565
|
18 years |
vboxsync |
A little experiment trying to get rid of the critsect contention in DevATA.
|
|
|
@2564
|
18 years |
vboxsync |
Many VMDK block splitup fixes and the start of the create image
function.
|
|
|
@2562
|
18 years |
vboxsync |
Rename identifiers to avoid conflicts with the new code.
|
|
|
@2558
|
18 years |
vboxsync |
Undid incorrect commit.
|
|
|
@2557
|
18 years |
vboxsync |
Fixed and simplified BIOS int15 mouse service. Avoids spurious …
|
|
|
@2546
|
18 years |
vboxsync |
cosmetical fixes
|
|
|
@2544
|
18 years |
vboxsync |
Removed harmful Yield.
|
|
|
@2543
|
18 years |
vboxsync |
Fixed boch shutdown (write 'Shutdown' to 9800h).
|
|
|
@2539
|
18 years |
vboxsync |
Proper VMDK fix, part 1.
|
|
|
@2538
|
18 years |
vboxsync |
Quick implementation of IRQ level flip-flip (pass …
|
|
|
@2535
|
18 years |
vboxsync |
Avoid build timestamp in the BIOS. Results in BIOS image compare …
|
|
|
@2534
|
18 years |
vboxsync |
Provide error message (only for the release log, as the IDE device …
|
|
|
@2533
|
18 years |
vboxsync |
Make sure the packet is large enough to receive the data.
|
|
|
@2482
|
18 years |
vboxsync |
Drop PATH_CURRENT from the global DEFS as it plays merry poppins with …
|
|
|
@2478
|
18 years |
vboxsync |
[Mm]akefile -> Makefile.kmk
|
|
|
@2477
|
18 years |
vboxsync |
export
|
|
|
@2476
|
18 years |
vboxsync |
Some makefile header and attribute adjustments.
|
|
|
@2475
|
18 years |
vboxsync |
Makefile.kmk -> Makefile.kup
|
|
|
@2468
|
18 years |
vboxsync |
Dropping the VBOX_WITH_VIRTUAL_SYNC_TIMERS #ifdefs, making it default.
|
|
|
@2464
|
18 years |
vboxsync |
Added TMR3UCTNow, exported it as a DevHlp and made VMMDev use it as …
|
|
|
@2456
|
18 years |
vboxsync |
Some build message adjustments. (depends on new kBuild)
|
|
|
@2454
|
18 years |
vboxsync |
Enabled the VIRTUAL_SYNC timers to see how they influences the testsboxes.
|
|
|
@2405
|
18 years |
vboxsync |
Backed out [20718] as it broke vmdk image support.
|
|
|
@2390
|
18 years |
vboxsync |
Resurrect old VMDK code and make it default.
|
|
|
@2385
|
18 years |
vboxsync |
Fixed copy&paste errors. Use the correct image reference and filename.
|
|
|
@2381
|
18 years |
vboxsync |
VCC8 is very picky about char* vs const char *
|
|
|
@2380
|
18 years |
vboxsync |
export to OSE
|
|
|
@2379
|
18 years |
vboxsync |
export to OSE
|
|
|
@2375
|
18 years |
vboxsync |
I'll change RTFile* to use size_t one day. in the mean time we'll have …
|
|
|
@2366
|
18 years |
vboxsync |
use kBuild-provided msg macros
|
|
|
@2361
|
18 years |
vboxsync |
Proper fix this time.
|
|
|
@2360
|
18 years |
vboxsync |
Shut up gcc.
|
|
|
@2359
|
18 years |
vboxsync |
Fixed variable initialization.
|
|
|
@2358
|
18 years |
vboxsync |
New VMDK code.
|
|
|
@2335
|
18 years |
vboxsync |
Clean up a few BIOS log/error messages.
|
|
|