|
|
@15855
|
16 years |
vboxsync |
DevAHCI,DevATA: ach -> sz and use CFGMR3QueryStringDef (bad idea to …
|
|
|
@15847
|
16 years |
vboxsync |
ATA: Fix failing RESET requests if the async I/O thread is stuck in an …
|
|
|
@15846
|
16 years |
vboxsync |
AHCI/ATA: rework VPD handling code
|
|
|
@15845
|
16 years |
vboxsync |
warnings and minor fixes to coding style
|
|
|
@15842
|
16 years |
vboxsync |
SrvIntNetR0: Rewrote r41325 so it fixes the problem without leaking memory.
|
|
|
@15836
|
16 years |
vboxsync |
Devices/Serial: Enabled Host serial support for Solaris.
|
|
|
@15831
|
16 years |
vboxsync |
DrvHostBase.h,DrvHostDVD.cpp: nitpicking: Changed pbDoubleBuffer to …
|
|
|
@15815
|
16 years |
vboxsync |
fix Linux passthrough by introducing a double buffer which is required …
|
|
|
@15807
|
16 years |
vboxsync |
Check writes from the recompiler as well
|
|
|
@15793
|
16 years |
vboxsync |
fixed Mac burns
|
|
|
@15792
|
16 years |
vboxsync |
NAT: RTMemFree
|
|
|
@15791
|
16 years |
vboxsync |
NAT: malloc/free/realloc/strdup => iprt functions; fixed …
|
|
|
@15788
|
16 years |
vboxsync |
NAT: fixed return value of drvNATQueueConsumer() if …
|
|
|
@15787
|
16 years |
vboxsync |
PCI: don't allow to change subsystem ID and vendor ID; mask out …
|
|
|
@15786
|
16 years |
vboxsync |
VDI: Replace second label with do {} while(0)
|
|
|
@15785
|
16 years |
vboxsync |
VDI: Update number of bytes actually written even if the block was …
|
|
|
@15783
|
16 years |
vboxsync |
pulse: limit the number of release warnings
|
|
|
@15776
|
16 years |
vboxsync |
Linux 2.6.28 hack
|
|
|
@15769
|
16 years |
vboxsync |
slirp: ARP and IP code even more unifing
|
|
|
@15768
|
16 years |
vboxsync |
slirp: if_encap is place to call slirp_output. removing duplcates in …
|
|
|
@15767
|
16 years |
vboxsync |
VHD: Some fixes in logging statements
|
|
|
@15765
|
16 years |
vboxsync |
slirp: send to guest is queued
|
|
|
@15757
|
16 years |
vboxsync |
SrvIntNetR0: fix to not refer the freed memory
|
|
|
@15712
|
16 years |
vboxsync |
dpte_offset & dpte_segment reversed. Fixed in upstream Bochs. Reported …
|
|
|
@15711
|
16 years |
vboxsync |
IDE: move the VPD initialization code to the right place and correct …
|
|
|
@15710
|
16 years |
vboxsync |
IDE: make it possible to change VPD data of hard disks too
|
|
|
@15685
|
16 years |
vboxsync |
slirp: code style
|
|
|
@15684
|
16 years |
vboxsync |
slirp: build fix
|
|
|
@15683
|
16 years |
vboxsync |
slirp:debug printing ports in host byte order
|
|
|
@15682
|
16 years |
vboxsync |
slirp: tcp/ip port-forwarding fix
|
|
|
@15680
|
16 years |
vboxsync |
Remap MMIO memory as well for recompiler writes
|
|
|
@15676
|
16 years |
vboxsync |
slirp:typo
|
|
|
@15675
|
16 years |
vboxsync |
AHCI: Make it possible to define the serial number, firmware revision …
|
|
|
@15674
|
16 years |
vboxsync |
VHD: Fix crash in debug build
|
|
|
@15673
|
16 years |
vboxsync |
VDI: use VERR_VD_VDI_INVALID_HEADER instead of …
|
|
|
@15672
|
16 years |
vboxsync |
slirp:makes icmp support unaware of synchronization method on Windows …
|
|
|
@15667
|
16 years |
vboxsync |
DevVGA: Made the ubuntu live cd boot screen fast on darwin. Fixed …
|
|
|
@15665
|
16 years |
vboxsync |
Devices/VGA: reverted r40263 as it caused display problems in some …
|
|
|
@15643
|
16 years |
vboxsync |
SrvIntNetR0: Fixed promisc flag check for the host direction.
|
|
|
@15641
|
16 years |
vboxsync |
moved Debug.cpp a little bit around as it is used from both, DevicesR3 …
|
|
|
@15638
|
16 years |
vboxsync |
slirp:icmp: missed changes (build fix)
|
|
|
@15637
|
16 years |
vboxsync |
slirp:build: VBOX_WITH_SLIRP_ICMP is removed
|
|
|
@15636
|
16 years |
vboxsync |
slirp:icmp: Get rid of old ICMP implementation
|
|
|
@15597
|
16 years |
vboxsync |
slirp:icmp:win sanity checks
|
|
|
@15592
|
16 years |
vboxsync |
Main & DrvVD: fix a whole bunch of incorrect CFGM key updates, …
|
|
|
@15591
|
16 years |
vboxsync |
Storage/VBoxHDD-new: introduce parent UUID parameter for VDCreateDiff. …
|
|
|
@15590
|
16 years |
vboxsync |
slirp:icmp: logging too noisy
|
|
|
@15580
|
16 years |
vboxsync |
slirp:icmp: some cleanings
|
|
|
@15577
|
16 years |
vboxsync |
Storage/VBoxHDD-new: fix incorrect error check when copying to an …
|
|
|
@15575
|
16 years |
vboxsync |
slirp:icmp: fix on issue ICMP to alliased (DNS) addresses
|
|
|
@15573
|
16 years |
vboxsync |
NAT: sanity check
|
|
|
@15566
|
16 years |
vboxsync |
Storage/VBoxHDD-new: eradicate copy/paste bug in VDCopy, the UUIDs …
|
|
|
@15565
|
16 years |
vboxsync |
Storage/VMDK: fix querying comment if no comment is set. Must return …
|
|
|
@15554
|
16 years |
vboxsync |
Storage/Vmdk: fix pointer check when no comment is present.
|
|
|
@15543
|
16 years |
vboxsync |
Devices/DevATA: handle IDE async I/O thread busy a little more gracefully.
|
|
|
@15542
|
16 years |
vboxsync |
Storage/VBoxHDD-new: tighten uuid parameter declaration
|
|
|
@15541
|
16 years |
vboxsync |
Don't exit intnet receive loop if sem wait inside NIC was interrupted. …
|
|
|
@15535
|
16 years |
vboxsync |
space
|
|
|
@15534
|
16 years |
vboxsync |
VMMDev: new config value 'HeapEnabled' defaults to true. can be used …
|
|
|
@15529
|
16 years |
vboxsync |
Storage/VBoxHDD-new: implement UUID handling in VDCreate. Remove very …
|
|
|
@15522
|
16 years |
vboxsync |
tabs
|
|
|
@15521
|
16 years |
vboxsync |
slirp:icmp: handling the situation when we're unable open raw socket.
|
|
|
@15518
|
16 years |
vboxsync |
added a LogRel entry pointing out that potential child config entries …
|
|
|
@15517
|
16 years |
vboxsync |
LsiLogic: Fix bug introduced when starting to implement support for …
|
|
|
@15508
|
16 years |
vboxsync |
#3349: Changed a few MMHyperAlloc calls to MMR3HyperAllocOnceNoRel to …
|
|
|
@15505
|
16 years |
vboxsync |
SUPDrv,INTNet: Heads up! SupDrv version bumped. Added SUPR0ObjAddRefEx …
|
|
|
@15481
|
16 years |
vboxsync |
slirp:icmp: relese too noisy
|
|
|
@15480
|
16 years |
vboxsync |
slirp: warnings
|
|
|
@15479
|
16 years |
vboxsync |
slirp: warnings
|
|
|
@15478
|
16 years |
vboxsync |
LsiLogic: Fix Makefile
|
|
|
@15475
|
16 years |
vboxsync |
LsiLogic: Linux works! Implemented R0/GC parts and SSM. The LsiLogic …
|
|
|
@15472
|
16 years |
vboxsync |
NAT: readability
|
|
|
@15471
|
16 years |
vboxsync |
NAT: don't try to send an ICMP package if ICMP is not available
|
|
|
@15458
|
16 years |
vboxsync |
slirp: typo
|
|
|
@15457
|
16 years |
vboxsync |
slirp-icmp: wrong var
|
|
|
@15453
|
16 years |
vboxsync |
slirp: removed the old 64-bit incompatible reassemble code
|
|
|
@15450
|
16 years |
vboxsync |
slirp: style, dead code
|
|
|
@15447
|
16 years |
vboxsync |
slirp:icmp: support traceroute default on Unix hosts (UDP)
detaching …
|
|
|
@15445
|
16 years |
vboxsync |
slirp:icmp: correct ip_p in package to guest
|
|
|
@15444
|
16 years |
vboxsync |
slirp:icmp: correct type
|
|
|
@15443
|
16 years |
vboxsync |
slirp:icmp: Fix of ttl setting on Darwin
|
|
|
@15437
|
16 years |
vboxsync |
slirp:icmp: get rid of unused code
|
|
|
@15435
|
16 years |
vboxsync |
slirp:icmp: Reusing of original header (sent from guest) to use in …
|
|
|
@15407
|
16 years |
vboxsync |
slirp:icmp: revert 40841
|
|
|
@15396
|
16 years |
vboxsync |
slirp:icmp: Darwin fix attempt
|
|
|
@15393
|
16 years |
vboxsync |
slirp:icmp: move debuging in more correct and safier way
|
|
|
@15388
|
16 years |
vboxsync |
slirp:icmp: reverted 40806, 40808
|
|
|
@15387
|
16 years |
vboxsync |
slirp:icmp: uninitialized
|
|
|
@15384
|
16 years |
vboxsync |
slirp: removed debugging code
|
|
|
@15379
|
16 years |
vboxsync |
slirp:icmp: initialization of unitialized variables
|
|
|
@15369
|
16 years |
vboxsync |
icmp:slirp: other Darwin fix
|
|
|
@15367
|
16 years |
vboxsync |
icmp:slirp: attempt to fix darwin
|
|
|
@15366
|
16 years |
vboxsync |
Storage: Eradicated the last bits using the old VDI only backend, …
|
|
|
@15365
|
16 years |
vboxsync |
slirp:icmp:
1. trying to socket list for traceroute searching shorter …
|
|
|
@15357
|
16 years |
vboxsync |
slirp:icmp: correct order of headers
|
|
|
@15356
|
16 years |
vboxsync |
slirp:icmp: windows build fix
|
|
|
@15355
|
16 years |
vboxsync |
slirp:icmp: enabling UDP traceroute on Unix
|
|
|
@15312
|
16 years |
vboxsync |
icmp:slirp: correcting switch
|
|
|
@15293
|
16 years |
vboxsync |
slirp: style + comments
|
|
|
@15287
|
16 years |
vboxsync |
slirp: logging enhancements
|
|
|