|
|
@9490
|
17 years |
vboxsync |
warnings
|
|
|
@9472
|
17 years |
vboxsync |
NAT: fixed default guest IP address for port forwarding if the NAT …
|
|
|
@9454
|
17 years |
vboxsync |
spelling
|
|
|
@9447
|
17 years |
vboxsync |
adapted DMI length check
|
|
|
@9440
|
17 years |
vboxsync |
Added SMBIOS header for DMI data to make Vista and Solaris recognize …
|
|
|
@9435
|
17 years |
vboxsync |
Extend HGCM interface to support 64 bit pointers.
|
|
|
@9434
|
17 years |
vboxsync |
comment
|
|
|
@9418
|
17 years |
vboxsync |
VHD creation/deletion code as well as create/write/close/open/read …
|
|
|
@9408
|
17 years |
vboxsync |
Add async trasnport driver for every OS
|
|
|
@9387
|
17 years |
vboxsync |
64-bit GC alignment fixes
|
|
|
@9338
|
17 years |
vboxsync |
comments
|
|
|
@9336
|
17 years |
vboxsync |
oops, left at stdint.h include in there.
|
|
|
@9331
|
17 years |
vboxsync |
Use PCI config register setters.
|
|
|
@9330
|
17 years |
vboxsync |
More PCI config register setters.
|
|
|
@9329
|
17 years |
vboxsync |
Some cleanup; mainly adding some missing spaces and correcting the …
|
|
|
@9326
|
17 years |
vboxsync |
Some cleanup. Added a todo in dsp_read about non-byte reads.
|
|
|
@9307
|
17 years |
vboxsync |
update testcase
|
|
|
@9264
|
17 years |
vboxsync |
Changed pseudo random generator initialization to use a single 32-bit …
|
|
|
@9263
|
17 years |
vboxsync |
Small fix in VDI backend, writes exceeding a block boundary were truncated.
|
|
|
@9262
|
17 years |
vboxsync |
VDMerge testcase with pseudo random writes.
|
|
|
@9218
|
17 years |
vboxsync |
added missing dependency to $(VBOX_VERSION_STAMP)
|
|
|
@9213
|
17 years |
vboxsync |
Assertion triggers with GC_ARCH_BITS == 32
|
|
|
@9212
|
17 years |
vboxsync |
Major changes for sizeof(RTGCPTR) == uint64_t.
Introduced RCPTRTYPE …
|
|
|
@9181
|
17 years |
vboxsync |
The assertion was valid, the orphaning means pNetwork == NULL.
|
|
|
@9180
|
17 years |
vboxsync |
intnet: don't crash when shutting down one of three VMs
|
|
|
@9150
|
17 years |
vboxsync |
fixed windows builds
|
|
|
@9144
|
17 years |
vboxsync |
NAT: fixed ARP for .2 and .3 if the guest IP range was changed
|
|
|
@9124
|
17 years |
vboxsync |
Cleanup of the Solaris 10 detection, reducing ifdef clutter in the C …
|
|
|
@9117
|
17 years |
vboxsync |
Removed the #if 0 case from the #2890 fix.
|
|
|
@9114
|
17 years |
vboxsync |
forgot this
|
|
|
@9113
|
17 years |
vboxsync |
fixed Solaris version detection
|
|
|
@9112
|
17 years |
vboxsync |
Hopefully working solaris 10 detection.
|
|
|
@9109
|
17 years |
vboxsync |
fix crash in slirp code if the wrong IP was released from DHCP (#2893)
|
|
|
@9088
|
17 years |
vboxsync |
Corrected the delay for the 2nd timer that clears UIP (among others …
|
|
|
@9087
|
17 years |
vboxsync |
Don't build TAP stuff on Solaris 10.
|
|
|
@9084
|
17 years |
vboxsync |
Fix for 64-bit win builds: char* to const char* conversion.
|
|
|
@9071
|
17 years |
vboxsync |
New internal command 'renamevmdk' in VBoxManage with corresponding …
|
|
|
@9047
|
17 years |
vboxsync |
Partially implemented rename vmdk api call.
|
|
|
@9022
|
17 years |
vboxsync |
Don't assert when the queue is full.
|
|
|
@9005
|
17 years |
vboxsync |
improved + documented mechanism for overwriting DMI information
|
|
|
@8996
|
17 years |
vboxsync |
VMMDev must return the last acknowledged resolution to the guest.
|
|
|
@8991
|
17 years |
vboxsync |
Configure the testing pass.
|
|
|
@8960
|
17 years |
vboxsync |
Hungarian.
|
|
|
@8942
|
17 years |
vboxsync |
comment
|
|
|
@8923
|
17 years |
vboxsync |
pic_update_irq: clear interrupt pending flag if none is pending.
|
|
|
@8892
|
17 years |
vboxsync |
Solaris hostif: Added awk check for changed dladm in OpenSolaris2008.05
|
|
|
@8773
|
17 years |
vboxsync |
Network\DrvTAPWin32.cpp -> Network\DrvTAPWin.cpp
|
|
|
@8772
|
17 years |
vboxsync |
USB/win/USBProxyDevice-win32.cpp -> USB/win/USBProxyDevice-win.cpp
|
|
|
@8771
|
17 years |
vboxsync |
USB/win32 -> USB/win.
|
|
|
@8770
|
17 years |
vboxsync |
Moved the windows usblib implementation to HostDrivers/VBoxUSB/win.
|
|
|
@8760
|
17 years |
vboxsync |
PATH_KBUILD -> KBUILD_PATH.
|
|
|
@8759
|
17 years |
vboxsync |
BUILD_TYPE -> KBUILD_TYPE.
|
|
|
@8758
|
17 years |
vboxsync |
BUILD_TARGET* -> KBUILD_TARGET*.
|
|
|
@8757
|
17 years |
vboxsync |
BUILD_PLATFORM* -> KBUILD_HOST*.
|
|
|
@8747
|
17 years |
vboxsync |
Parallel: destroy event semaphore
|
|
|
@8732
|
17 years |
vboxsync |
Some cleanup fixes.
|
|
|
@8715
|
17 years |
vboxsync |
Fix using several NAT adapters in a single VM.
|
|
|
@8708
|
17 years |
vboxsync |
Just do the simple 30 second wait for each worker thread. There …
|
|
|
@8703
|
17 years |
vboxsync |
typo
|
|
|
@8690
|
17 years |
vboxsync |
UpdateGuestVersion fixes.
|
|
|
@8689
|
17 years |
vboxsync |
Tell main that we've cleared the guestInfo during reset otherwise the …
|
|
|
@8676
|
17 years |
vboxsync |
Again, 3ms + VERR_TIMEOUT. Added a new assertions w/ more info. (If it …
|
|
|
@8642
|
17 years |
vboxsync |
Palette entries loop fix, thanks to Frank.
|
|
|
@8631
|
17 years |
vboxsync |
Make sure cd booting doesn't get upset by the media change guest …
|
|
|
@8618
|
17 years |
vboxsync |
New line after the F12 message.
|
|
|
@8617
|
17 years |
vboxsync |
Disable graphic splash screen if it doesn't fit into VRAM.
|
|
|
@8613
|
17 years |
vboxsync |
Use TMTimerSetMillies.
|
|
|
@8611
|
17 years |
vboxsync |
82543GC support is ready. RX crit section removed.
|
|
|
@8610
|
17 years |
vboxsync |
PCNet: completed fix for broken hostif with certain guests. Make sure …
|
|
|
@8601
|
17 years |
vboxsync |
r=bird: Please rename the function pointers to g_pfnLibDlpi*.
|
|
|
@8599
|
17 years |
vboxsync |
PCNet: fix for broken hostif for with certain guests
|
|
|
@8597
|
17 years |
vboxsync |
Delete obsolete files for Crossbow.
|
|
|
@8594
|
17 years |
vboxsync |
AssertPtrBreakVoid -> AssertPtrBreak.
|
|
|
@8579
|
17 years |
vboxsync |
AssertBreakVoid -> AssertBreak
|
|
|
@8571
|
17 years |
vboxsync |
Solaris hostif: Load libdlpi dynamically.
|
|
|
@8569
|
17 years |
vboxsync |
AssertBreak -> AssertBreakStmt.
|
|
|
@8565
|
17 years |
vboxsync |
AssertMsgBreak -> AssertMsgBreakStmt.
|
|
|
@8555
|
17 years |
vboxsync |
Solaris hostif: fixed vnic_init script for the changed vna.
|
|
|
@8541
|
17 years |
vboxsync |
Why do I keep hitting this assertion?!? 3ms and bang. Added more info.
|
|
|
@8529
|
17 years |
vboxsync |
Unlock media on VM reset.
|
|
|
@8512
|
17 years |
vboxsync |
Disabled file locking for windows hosts. Open read/write file in …
|
|
|
@8509
|
17 years |
vboxsync |
Fixed reversed parameter check creating VMDK. Harmless, as it caused …
|
|
|
@8448
|
17 years |
vboxsync |
Empty logo for OSE build.
|
|
|
@8430
|
17 years |
vboxsync |
Devices/VMMDev: restored compatibility of saved states with r30072
|
|
|
@8425
|
17 years |
vboxsync |
Frontends/VirtualBox3/4, Main, Devices/VMMDev, Frontends/VBoxBFE, …
|
|
|
@8406
|
17 years |
vboxsync |
AHCI: add for gotten alignments in testcase
|
|
|
@8404
|
17 years |
vboxsync |
fixed error message
|
|
|
@8378
|
17 years |
vboxsync |
cosmetical fix
|
|
|
@8374
|
17 years |
vboxsync |
AHCI: Remove temporary buffer, map the pages of the guest in R3 and …
|
|
|
@8358
|
17 years |
vboxsync |
only call slirp_set_ethaddr if we actually get a MAC
|
|
|
@8345
|
17 years |
vboxsync |
SolaudiO: Fix for ubuntu guest desktop crashing on startup with audio …
|
|
|
@8341
|
17 years |
vboxsync |
NAT: set the MAC address during power-on as well for static IP …
|
|
|
@8340
|
17 years |
vboxsync |
NAT: comments
|
|
|
@8329
|
17 years |
vboxsync |
rebranding
|
|
|
@8325
|
17 years |
vboxsync |
shorten the guest additions cap report strings a little bit
|
|
|
@8315
|
17 years |
vboxsync |
rebranding
|
|
|
@8314
|
17 years |
vboxsync |
sanity check
|
|
|
@8313
|
17 years |
vboxsync |
Devices/VMMDev: preserved saved state compatibility
|
|
|
@8312
|
17 years |
vboxsync |
Devices/VMMDev, Frontends/VBoxBFE, Main: add a guest request to report …
|
|
|
@8300
|
17 years |
vboxsync |
fixed internal networking after last network notification update
|
|
|