|
|
@18966
|
16 years |
vboxsync |
Storage/Vmdk: compiler warning fix
|
|
|
@18965
|
16 years |
vboxsync |
typo (accidental undo actually)
|
|
|
@18964
|
16 years |
vboxsync |
Storage/VHD: implement renaming
|
|
|
@18927
|
16 years |
vboxsync |
Big step to separate VMM data structures for guest SMP. (pgm, em)
|
|
|
@18902
|
16 years |
vboxsync |
NAT: removed VBOX_WITH_SIMPLIFIED_SLIRP_SYNC as the poller API was …
|
|
|
@18874
|
16 years |
vboxsync |
NAT: handling empty domain name list moved to package preparing
|
|
|
@18872
|
16 years |
vboxsync |
slirp.c: empty strings still takes at least 1 byte of heap, don't leak …
|
|
|
@18866
|
16 years |
vboxsync |
*: VBOX_WITHOUT_LINUX_COMPILER_H -> VBOX_WITH_LINUX_COMPILER_H. TODO: …
|
|
|
@18865
|
16 years |
vboxsync |
NAT: some dhcp clients happy to have at least " " domain name than to …
|
|
|
@18858
|
16 years |
vboxsync |
NAT: replacing release assert with suppressed message
|
|
|
@18857
|
16 years |
vboxsync |
NAT: zero-length strings in dhcp offer
|
|
|
@18841
|
16 years |
vboxsync |
DevE1000: corrected comment, the EMT involvment in PhysWrite happens …
|
|
|
@18834
|
16 years |
vboxsync |
#3815: Solved the problem for e1k.
|
|
|
@18822
|
16 years |
vboxsync |
gcc warning
|
|
|
@18815
|
16 years |
vboxsync |
properly export dnsproxy
|
|
|
@18795
|
16 years |
vboxsync |
NAT: enabling dns proxy
|
|
|
@18794
|
16 years |
vboxsync |
NAT: better header inclusion
|
|
|
@18778
|
16 years |
vboxsync |
Storage/DrvVD: don't pass VMSETRTERR_FLAGS_FATAL to …
|
|
|
@18769
|
16 years |
vboxsync |
Show F12 text white pixels only (save the background).
|
|
|
@18766
|
16 years |
vboxsync |
Storage/DrvVD: switch to runtime error signalling at the end of driver …
|
|
|
@18739
|
16 years |
vboxsync |
pcnet: another correction for the physwrite hack
|
|
|
@18732
|
16 years |
vboxsync |
NetIfList-* -> renamed to NetIf-*, tapinit_solaris.sh removed
|
|
|
@18728
|
16 years |
vboxsync |
New splash screen.
|
|
|
@18726
|
16 years |
vboxsync |
NAT: DNS proxy more logging
|
|
|
@18720
|
16 years |
vboxsync |
DevVGA: Count IOMMMIOMapMMIO2Page calls, fix signed/unsigned compare …
|
|
|
@18690
|
16 years |
vboxsync |
pcnet: typos
|
|
|
@18687
|
16 years |
vboxsync |
BIOS printf fix
|
|
|
@18678
|
16 years |
vboxsync |
Storage/iSCSI: fix one case where re-login failed, and also implement …
|
|
|
@18668
|
16 years |
vboxsync |
VBoxDev: Corrected LogRel statement.
|
|
|
@18663
|
16 years |
vboxsync |
Devices: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs.
|
|
|
@18645
|
16 years |
vboxsync |
VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
|
|
|
@18622
|
16 years |
vboxsync |
e1000: Changed card ids for 82545EM to VMWare Network Adapter for …
|
|
|
@18606
|
16 years |
vboxsync |
slirp.c: leaks in get_dns_addr_domain (hope I fixed it right).
|
|
|
@18591
|
16 years |
vboxsync |
E1000: Added support for 82545EM (MT Server)
|
|
|
@18584
|
16 years |
vboxsync |
NAT: adding name domains improved.
multibytes handling in IPRT style …
|
|
|
@18580
|
16 years |
vboxsync |
Merged bios_printf changes from bochs.
|
|
|
@18574
|
16 years |
vboxsync |
Merged safe changes from bochs; formatting and functionally equivalent …
|
|
|
@18573
|
16 years |
vboxsync |
PCNet: another workaround for #3775
|
|
|
@18567
|
16 years |
vboxsync |
Storage/VDI: add maximum size check when creating VDI files.
|
|
|
@18566
|
16 years |
vboxsync |
Storage/API/VBoxManage/...: add maximum size check to prevent creation …
|
|
|
@18557
|
16 years |
vboxsync |
Storage/VBoxHDD: drop 1024 cylinder LCHS paranoia. SCSI controllers …
|
|
|
@18507
|
16 years |
vboxsync |
ISCSIHDDCore.cpp: size_t warnings.
|
|
|
@18506
|
16 years |
vboxsync |
VDIHDDCore.cpp: size_t.
|
|
|
@18505
|
16 years |
vboxsync |
VmdkHDDCore.cpp: a bunch of size_t/unsigned mixups.
|
|
|
@18504
|
16 years |
vboxsync |
VHDHDDCore.cpp: On second thought, the code looks fine.
|
|
|
@18503
|
16 years |
vboxsync |
VHDHDDCore.cpp: r=bird: check @todo in VHD_PLATFORM_CODE_WI2R update …
|
|
|
@18498
|
16 years |
vboxsync |
DrvBlock.cpp: size_t
|
|
|
@18497
|
16 years |
vboxsync |
DevSB16.cpp: size_t warning (type mix).
|
|
|
@18459
|
16 years |
vboxsync |
SrvIntNetR0: size_t warnings.
|
|
|
@18457
|
16 years |
vboxsync |
tstIntNet-1: size_t warnings.
|
|
|
@18447
|
16 years |
vboxsync |
bootp.c: Unreferenced variable.
|
|
|
@18446
|
16 years |
vboxsync |
DrvHostDVD: even better fix.
|
|
|
@18445
|
16 years |
vboxsync |
DrvHostDVD: better fix.
|
|
|
@18444
|
16 years |
vboxsync |
DrvHostDVD: size_t again.
|
|
|
@18443
|
16 years |
vboxsync |
DrvNamedPipe: Fixed (?) undefined variable in odd error case in …
|
|
|
@18442
|
16 years |
vboxsync |
Pcap.cpp: MSC/64 warnings.
|
|
|
@18441
|
16 years |
vboxsync |
DrvIntNet.cpp: MSC/64 warnings.
|
|
|
@18440
|
16 years |
vboxsync |
oops.
|
|
|
@18439
|
16 years |
vboxsync |
DevE1000.cpp: One size_t and one bool conversion warning.
|
|
|
@18438
|
16 years |
vboxsync |
DevE1000Phy.cpp: Fixed MSC warning about converting 0x8000 to bool. …
|
|
|
@18437
|
16 years |
vboxsync |
DevPCNet.cpp: MSC/64 size_t warning.
|
|
|
@18436
|
16 years |
vboxsync |
DrvHostBase.cpp/h: Grumble. forgot about this bugger.
|
|
|
@18435
|
16 years |
vboxsync |
VMMDevHGCM.cpp: size_t warning.
|
|
|
@18434
|
16 years |
vboxsync |
pdmifs.h,DevATA,ATAController,DrvHostDVD: Changed the pcbBuf parameter …
|
|
|
@18419
|
16 years |
vboxsync |
slirp.c: Overlooked another bogus LogRel(("adding %s to DNS suffix …
|
|
|
@18418
|
16 years |
vboxsync |
quick fix for #3775
|
|
|
@18414
|
16 years |
vboxsync |
Fix for r45174 (make sure the timer does not stop)
|
|
|
@18391
|
16 years |
vboxsync |
OSE fix
|
|
|
@18383
|
16 years |
vboxsync |
PCNet: don't block if we can't enter the critical section from …
|
|
|
@18373
|
16 years |
vboxsync |
DevPcBios: comments.
|
|
|
@18348
|
16 years |
vboxsync |
LsiLogic, BusLogic: Add Led support
|
|
|
@18347
|
16 years |
vboxsync |
Storage/VMDK: fix reading certain VMDK files which have unusual …
|
|
|
@18331
|
16 years |
vboxsync |
Storage/VMDK: paranoia assertion
|
|
|
@18327
|
16 years |
vboxsync |
Main: fix VMDK image truncation with exports > 4 GB
|
|
|
@18324
|
16 years |
vboxsync |
BIOS: Make it possible to select SCSI disks on the boot screen
|
|
|
@18323
|
16 years |
vboxsync |
DHCP server/win: make it work again; NetFlt,Adp/win: IDC init polling
|
|
|
@18314
|
16 years |
vboxsync |
DrvIntNet.cpp: Forgot some DHCP stuff in the config value validation.
|
|
|
@18265
|
16 years |
vboxsync |
config file cleanup + small copyright year update
|
|
|
@18239
|
16 years |
vboxsync |
NAT: better wide character handling in DNS suffix resolving
|
|
|
@18232
|
16 years |
vboxsync |
IOMMMIOModifyPage -> IOMMMIOMapMMIO2Page.
|
|
|
@18231
|
16 years |
vboxsync |
DevVGA: IOMMMIOModifyPage should be working with the new phys code now.
|
|
|
@18228
|
16 years |
vboxsync |
vbox.dsl: Disabled changes from r44851.
|
|
|
@18226
|
16 years |
vboxsync |
get_dns_addr_domain: wcstombs can in theory return -1, so don't crash …
|
|
|
@18225
|
16 years |
vboxsync |
get_dns_addr_domain: wcstombs returns the size without counting the …
|
|
|
@18208
|
16 years |
vboxsync |
#3569: DHCP Server is now started from VBoxSVC and terminates with it.
|
|
|
@18193
|
16 years |
vboxsync |
ATA: Implement READ DVD STRUCTURE
|
|
|
@18179
|
16 years |
vboxsync |
Storage/VMDK: Make the descriptor bigger if it is unreasonably small …
|
|
|
@18151
|
16 years |
vboxsync |
ACPI: report RTC too
|
|
|
@18150
|
16 years |
vboxsync |
Storage/VBoxHDD: small cleanup in VDClose, don't assert on normal …
|
|
|
@18149
|
16 years |
vboxsync |
Storage/VMDK: fix flush on close without breaking the cleanup when …
|
|
|
@18143
|
16 years |
vboxsync |
VMM,Devices: Changed ROM registration and fixed some shadowed ROM …
|
|
|
@18141
|
16 years |
vboxsync |
Storage/VMDK: fix incorrect version being stored in VMDK header …
|
|
|
@18134
|
16 years |
vboxsync |
DrvVD: fix r44820 for the snapshot case
|
|
|
@18133
|
16 years |
vboxsync |
DevVGA: Temorarily disabled the IOMMMIOModifyPage stuff for the new …
|
|
|
@18127
|
16 years |
vboxsync |
DrvVD: fail if a VD image was forced to be opened in read-only mode
|
|
|
@18119
|
16 years |
vboxsync |
Storage/VHD: creating sparse files is a performance risk on some OSes
|
|
|
@18118
|
16 years |
vboxsync |
E1000: properly connect/disconnect if the link status changes
|
|
|
@18101
|
16 years |
vboxsync |
PDM,PGM,DevPcArch,types.h: Added GCPhys2CCPtr conversion methods to …
|
|
|
@18099
|
16 years |
vboxsync |
DHCP server: make it launched properly for internal networking
|
|
|
@18087
|
16 years |
vboxsync |
typo
|
|
|