|
|
@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.
|
|
|
@2334
|
18 years |
vboxsync |
Do the 16383 cylinder clipping earlier (again). Needed for the new …
|
|
|
@2291
|
18 years |
vboxsync |
More ring-0/ring-3 type safety (callbacks and PDM symbol resolving).
|
|
|
@2285
|
18 years |
vboxsync |
TMCLOCK_VIRTUAL_SYNC changes. (define VBOX_WITH_VIRTUAL_SYNC_TIMERS to …
|
|
|
@2278
|
18 years |
vboxsync |
updated etherboot zrom image
|
|
|
@2275
|
18 years |
vboxsync |
Correctly handle PXE menus with 0 boot servers for an entry. Use the …
|
|
|
@2272
|
18 years |
vboxsync |
RTPathReal presumes that the path exists!
|
|
|
@2269
|
18 years |
vboxsync |
Stricter pointer typechecking. (R0 vs R3)
|
|
|
@2246
|
18 years |
vboxsync |
Input/pckbd.c => Input/DevPS2.cpp
|
|
|
@2216
|
18 years |
vboxsync |
Backed out 20564 & 20565. Require many more changes.
|
|
|
@2215
|
18 years |
vboxsync |
Compile ataIOPortRead/WriteStr1 in ring 0 mode as well.
|
|
|
@2214
|
18 years |
vboxsync |
Register string read & write handlers for ring 0.
|
|
|
@2113
|
18 years |
vboxsync |
Force the guest VRAM copying to the external buffer when taking screenshot.
|
|
|
@2106
|
18 years |
vboxsync |
Do not block EMT while resizing the framebuffer.
|
|
|
@2084
|
18 years |
vboxsync |
claim+unmount mounted dvds on darwin.
|
|
|
@2079
|
18 years |
vboxsync |
Added VBE_DISPI_INDEX_CMONITOR indexed register to pass the …
|
|
|
@2053
|
18 years |
vboxsync |
Pass the rc from poweroff and suspend around!
|
|
|
@2052
|
18 years |
vboxsync |
Make named pipe destruction independent of driver destruction order.
|
|
|
@2051
|
18 years |
vboxsync |
Comment cleanup.
|
|
|
@2038
|
18 years |
vboxsync |
less strict check for failures caused by MMIO2.
|
|
|
@2027
|
18 years |
vboxsync |
Check types of HGCM commands.
|
|
|
@2025
|
18 years |
vboxsync |
Ignore enable/disable reverting to power-on defaults instead of …
|
|
|
@2024
|
18 years |
vboxsync |
Allow disabling of multi-sector read commands.
|
|
|
@2021
|
18 years |
vboxsync |
r=bird: The framebuffer is still locked, that's why we didn't used to …
|
|
|
@2018
|
18 years |
vboxsync |
corrected comment.
|
|
|
@2001
|
18 years |
vboxsync |
Removed parts of Etherboot we never build.
|
|
|
@1967
|
18 years |
vboxsync |
a bit less strict on 0 byte buffers. (TEST UNIT READY + linux)
|
|
|
@1965
|
18 years |
vboxsync |
HostDVD support for Darwin.
|
|
|
@1948
|
18 years |
vboxsync |
removed tab
|
|
|
@1947
|
18 years |
vboxsync |
fix for #1850 (ALSA on AMD64 was croaking)
|
|
|
@1931
|
18 years |
vboxsync |
apic.c => DevAPIC.cpp
|
|
|
@1912
|
18 years |
vboxsync |
muldiv64() => ASMMultU64ByU32DivByU32(); dma.c => DevDMA.cpp
|
|
|
@1910
|
18 years |
vboxsync |
warnings
|
|
|
@1900
|
18 years |
vboxsync |
free VGA memory when destructing the device
|
|
|
@1896
|
18 years |
vboxsync |
Improved F12 key handling in the BIOS temporary boot selection and …
|
|
|
@1884
|
18 years |
vboxsync |
warning
|
|
|
@1879
|
18 years |
vboxsync |
removed superflous header
|
|
|
@1878
|
18 years |
vboxsync |
removed RTPrintf
|
|
|
@1874
|
18 years |
vboxsync |
Main: Fixed: Simultaneous usage of immutable VDIs by more than one …
|
|
|
@1856
|
18 years |
vboxsync |
DNS failure in NAT setup is not fatal anymore
|
|
|
@1855
|
18 years |
vboxsync |
PDMDevHlpDriverAttach
|
|
|
@1852
|
18 years |
vboxsync |
Improved error message if no DNS entries found with NAT
|
|
|
@1846
|
18 years |
vboxsync |
don't build the rom on solaris, for now at least.
|
|
|
@1845
|
18 years |
vboxsync |
getopt crashes with stdlib.h on Solaris 11.
|
|
|
@1824
|
18 years |
vboxsync |
Disable NAT UDP broadcast resend to local address. Removed the inline …
|
|
|
@1803
|
18 years |
vboxsync |
Mark thread NamedPipe listen thread as waitable, so that waiting for …
|
|
|
@1802
|
18 years |
vboxsync |
Avoid unimplemented int15 function warning for ah=0xe9 (SMI functions …
|
|
|
@1796
|
18 years |
vboxsync |
Commit the code written by Michal (with some minor changes).
|
|
|
@1795
|
18 years |
vboxsync |
Fixed small problem with iSCSI translation detection (returns unknown …
|
|
|
@1789
|
18 years |
vboxsync |
Fixed accidentally slipped in code duplication.
|
|
|
@1784
|
18 years |
vboxsync |
Provide sensible error message in case the raw disk cannot be opened.
|
|
|
@1778
|
18 years |
vboxsync |
Clean up listen thread properly.
|
|
|
@1777
|
18 years |
vboxsync |
correction
|
|
|
@1776
|
18 years |
vboxsync |
Shutdown fix
|
|
|
@1775
|
18 years |
vboxsync |
shutdown change
|
|
|
@1765
|
18 years |
vboxsync |
Doesn't work.
|
|
|
@1764
|
18 years |
vboxsync |
Detach named pipe driver.
|
|
|
@1763
|
18 years |
vboxsync |
Changed registration order of char & named pipe driver.
|
|
|
@1761
|
18 years |
vboxsync |
removed todo
|
|
|
@1760
|
18 years |
vboxsync |
Updates
|
|
|
@1759
|
18 years |
vboxsync |
Removed assertion and break out of receive loop in case of errors.
|
|
|
@1758
|
18 years |
vboxsync |
Another attempt at proper shutdown.
|
|
|
@1756
|
18 years |
vboxsync |
Read fix.
|
|
|
@1755
|
18 years |
vboxsync |
updated logging
|
|
|
@1754
|
18 years |
vboxsync |
Oops
|
|
|
@1753
|
18 years |
vboxsync |
Added statistics
|
|
|
@1752
|
18 years |
vboxsync |
Shutdown fix
|
|
|
@1751
|
18 years |
vboxsync |
Logging update
|
|
|
@1750
|
18 years |
vboxsync |
Extra check for busy read
|
|
|
@1749
|
18 years |
vboxsync |
|
|
|
@1748
|
18 years |
vboxsync |
alignment
|
|
|
@1746
|
18 years |
vboxsync |
another attempt
|
|
|
@1745
|
18 years |
vboxsync |
another attempt
|
|
|
@1744
|
18 years |
vboxsync |
attempt to fix 64-bit-builds
|
|
|
@1742
|
18 years |
vboxsync |
Proterty cleanup
|
|
|
@1741
|
18 years |
vboxsync |
Use a seperate thread for writing.
|
|
|
@1740
|
18 years |
vboxsync |
Support raw disk images (the code is almost identical to raw disk …
|
|
|
@1738
|
18 years |
vboxsync |
Clean up properly.
|
|
|
@1737
|
18 years |
vboxsync |
Fixed a couple off-by-one errors in the CHS handling part …
|
|
|
@1736
|
18 years |
vboxsync |
Property cleanup (and reexport serial device).
|
|
|
@1735
|
18 years |
vboxsync |
Partly revert previous CHS translation and shuffle around 16383 …
|
|
|
@1734
|
18 years |
vboxsync |
Skip write in case of an error.
|
|
|
@1732
|
18 years |
vboxsync |
Shutdown fixes.
|
|
|
@1727
|
18 years |
vboxsync |
Added expected config value to the list.
|
|
|
@1725
|
18 years |
vboxsync |
Please, take care to when introducing new features!
|
|
|
@1723
|
18 years |
vboxsync |
Serial device:
- Renamed file & cleaned up
- Enabled GC & R0 IO port …
|
|
|
@1722
|
18 years |
vboxsync |
r=bird: excellent.
|
|
|
@1719
|
18 years |
vboxsync |
r=bird: missed an else case (fixed).
|
|
|
@1717
|
18 years |
vboxsync |
64 bits windows build fixes
|
|
|