|
|
@29085
|
15 years |
vboxsync |
OSE header fixes
|
|
|
@29082
|
15 years |
vboxsync |
export more EFI stuff to OSE
|
|
|
@29081
|
15 years |
vboxsync |
more EFI exports to OSE
|
|
|
@29080
|
15 years |
vboxsync |
DevAHCI: Alignment fix?
|
|
|
@29070
|
15 years |
vboxsync |
EFI: more OSE exports
|
|
|
@29068
|
15 years |
vboxsync |
export DevLPC and DevSMC to OSE
|
|
|
@29050
|
15 years |
vboxsync |
NAT: reserves space for ether header before any manipulation with mbuf.
|
|
|
@29049
|
15 years |
vboxsync |
SCSI: Another assertion fix
|
|
|
@29048
|
15 years |
vboxsync |
VBoxHDD: Fix an assertion during a flush request. There is no S/G list
|
|
|
@29047
|
15 years |
vboxsync |
AHCI: Fix error reporting protocol violation
|
|
|
@29035
|
15 years |
vboxsync |
VMDK: Implement async flush
|
|
|
@29034
|
15 years |
vboxsync |
DrvBlock: Print IgnoreFlush setting
|
|
|
@29033
|
15 years |
vboxsync |
tstDeviceStructSizeRC.cpp: Missing changes
|
|
|
@29030
|
15 years |
vboxsync |
AHCI: Implement missing error reporting bits
|
|
|
@29006
|
15 years |
vboxsync |
VBoxHDD: Move the FinishWrite call from DrvVD to VBoxHDD where we can …
|
|
|
@28980
|
15 years |
vboxsync |
Devices/Storage: fix extremely sporadic bogus triggering of "I/O state …
|
|
|
@28954
|
15 years |
vboxsync |
APIC: x2APIC casts
|
|
|
@28952
|
15 years |
vboxsync |
APIC: fixed invalid memory access in currently unused code
|
|
|
@28951
|
15 years |
vboxsync |
DevVGA: fixed off-by-one range check
|
|
|
@28948
|
15 years |
vboxsync |
DiskIntegrity: Fix memory corruption caused by the trace option. The …
|
|
|
@28909
|
15 years |
vboxsync |
Route input to PS/2 keyboard unless USB keyboard was explicitly activated.
|
|
|
@28907
|
15 years |
vboxsync |
Devices/VirtIO: make it build for release builds with logging enabled
|
|
|
@28902
|
15 years |
vboxsync |
DiskIntegrity: Add possibility to check for hanging requests
|
|
|
@28881
|
15 years |
vboxsync |
AHCI: Error reporting fix
|
|
|
@28871
|
15 years |
vboxsync |
Comment fix
|
|
|
@28855
|
15 years |
vboxsync |
branding
|
|
|
@28835
|
15 years |
vboxsync |
Main: live snapshot merging. initially limited to forward merging …
|
|
|
@28831
|
15 years |
vboxsync |
IntNet,VBoxNetFlt: Cleaned up the locking protocol between IntNet and …
|
|
|
@28827
|
15 years |
vboxsync |
Storage/iSCSI: Error handling fix when connecting to a target. …
|
|
|
@28820
|
15 years |
vboxsync |
VMDK: Fix image creation
|
|
|
@28807
|
15 years |
vboxsync |
NAT: logs too noisy.
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@28787
|
15 years |
vboxsync |
NAT: introduces management routines of NAT libalias core. (see …
|
|
|
@28786
|
15 years |
vboxsync |
AHCI: Report errors of completed requests to the guest (not tested yet)
|
|
|
@28785
|
15 years |
vboxsync |
VBoxHDD.cpp: Init rcReq field
|
|
|
@28784
|
15 years |
vboxsync |
Interface changes for error reporting and async I/O
|
|
|
@28776
|
15 years |
vboxsync |
warning
|
|
|
@28724
|
15 years |
vboxsync |
OSE header fixes
|
|
|
@28723
|
15 years |
vboxsync |
IntNet/NetFlt: Added INTNETTRUNKSWPORT::pfnReportGsoCapabilities and …
|
|
|
@28722
|
15 years |
vboxsync |
SrvIntNetR0.cpp: Combined the two NoPreempt flags into a direction …
|
|
|
@28721
|
15 years |
vboxsync |
DrvIntNet.cpp: Enable the ring-0 part of the driver.
|
|
|
@28720
|
15 years |
vboxsync |
DrvIntNet.cpp: More release stats.
|
|
|
@28715
|
15 years |
vboxsync |
DrvIntNet.cpp: gcc maybe silly
|
|
|
@28714
|
15 years |
vboxsync |
intnetinline.h: Changed the prefix to IntNet.
|
|
|
@28711
|
15 years |
vboxsync |
IntNet,++: Implemented sending frames in ring-0 (disabled).
|
|
|
@28710
|
15 years |
vboxsync |
DevE1000: logging and #ifdef.
|
|
|
@28706
|
15 years |
vboxsync |
IntNet: Moved the instance pointer from VMMR0.cpp to SrvIntNetR0.cpp …
|
|
|
@28705
|
15 years |
vboxsync |
AHCI: Fix race condition where a task could be used even if it is …
|
|
|
@28704
|
15 years |
vboxsync |
VBoxHDD: Logging fix
|
|
|
@28701
|
15 years |
vboxsync |
SrvIntNetR0.cpp: Fixed copy & past error wrt to NoInts.
|
|
|
@28699
|
15 years |
vboxsync |
SrcIntNetR0.cpp: Fixed bug in intnetR0NetworkIsContextOk* (taken me …
|
|
|
@28693
|
15 years |
vboxsync |
VBoxHDD/Async: Fix diff images
|
|
|
@28684
|
15 years |
vboxsync |
VBoxSCSI: Always reset the state if the protocol is violated and make …
|
|
|
@28683
|
15 years |
vboxsync |
VBoxHDD: Fix hanging async I/O
|
|
|
@28666
|
15 years |
vboxsync |
SrvIntNet,VBoxNetFlt: Changing from getting to reporting (VBoxNetFlt …
|
|
|
@28653
|
15 years |
vboxsync |
virtio-net: promiscuous mode support
|
|
|
@28629
|
15 years |
vboxsync |
VDI: Fix VdiCheckIfValid
|
|
|
@28628
|
15 years |
vboxsync |
e1000: Promiscuous mode support.
|
|
|
@28624
|
15 years |
vboxsync |
build fix
|
|
|
@28623
|
15 years |
vboxsync |
SrvIntNetR0,VBoxNetFlt: Main body of the internal locking rewrite.
|
|
|
@28622
|
15 years |
vboxsync |
oops
|
|
|
@28620
|
15 years |
vboxsync |
VBoxHDD: async I/O updates. Mostly complete except for bug fixes
|
|
|
@28580
|
15 years |
vboxsync |
review feedback
|
|
|
@28570
|
15 years |
vboxsync |
LsiLogic: Remove interrupt coalescing again because it has a negative …
|
|
|
@28569
|
15 years |
vboxsync |
Main: CFGM switch to control additional DMI tables
|
|
|
@28568
|
15 years |
vboxsync |
DMI: provide memory info structures
|
|
|
@28542
|
15 years |
vboxsync |
NAT: typo.
|
|
|
@28530
|
15 years |
vboxsync |
BIOS: It is a good idea to initialize variables before using them, not …
|
|
|
@28524
|
15 years |
vboxsync |
Missing parameters
|
|
|
@28523
|
15 years |
vboxsync |
RTMemFree -> RTMemPageFree (DevAHCI.cpp)
|
|
|
@28522
|
15 years |
vboxsync |
NAT: logs l3->l2.
|
|
|
@28520
|
15 years |
vboxsync |
NAT: destructor and fini hooks are called from slirp_uma_free. …
|
|
|
@28513
|
15 years |
vboxsync |
ACPI: make NIC object acceptable by Windows guests
|
|
|
@28510
|
15 years |
vboxsync |
refined r60215
|
|
|
@28502
|
15 years |
vboxsync |
NAT: correct handling end of zone's resources.
|
|
|
@28501
|
15 years |
vboxsync |
NAT: missed (m_free -> m_freem).
|
|
|
@28494
|
15 years |
vboxsync |
NAT: correctly returns null values to DrvNAT in case zone has run out …
|
|
|
@28490
|
15 years |
vboxsync |
NAT: don't call constructor on null buffer.
|
|
|
@28488
|
15 years |
vboxsync |
SrvIntNetR0.cpp: Started replacing the non-recrusive fast mutexes with …
|
|
|
@28487
|
15 years |
vboxsync |
ACPI: another attempt to provide primary NIC info via ACPI
|
|
|
@28486
|
15 years |
vboxsync |
hpet: cosmetics
|
|
|
@28483
|
15 years |
vboxsync |
NAT: nuke dead code.
|
|
|
@28482
|
15 years |
vboxsync |
NAT: nuke dead code.
|
|
|
@28480
|
15 years |
vboxsync |
NAT: nuke dead code.
|
|
|
@28455
|
15 years |
vboxsync |
DevPS2: Once OBF is set, do not change the type of the reported event.
|
|
|
@28450
|
15 years |
vboxsync |
addendum to r60221.
|
|
|
@28449
|
15 years |
vboxsync |
NAT: slirp file headers
|
|
|
@28445
|
15 years |
vboxsync |
NAT: udp.c assertion is corrected and similar check added into …
|
|
|
@28444
|
15 years |
vboxsync |
NAT: tcp_close filter out listening sockets while freeing socket …
|
|
|
@28443
|
15 years |
vboxsync |
NAT: m_free -> m_freem: BSD mbufs m_free releases only first element …
|
|
|
@28442
|
15 years |
vboxsync |
EFI: OSE dsc and fdf descriptions.
|
|
|
@28440
|
15 years |
vboxsync |
NAT: a few warnings and one goto
|
|
|
@28438
|
15 years |
vboxsync |
renamed a semaphore to make it easier to work with... but got …
|
|
|
@28434
|
15 years |
vboxsync |
*: whitespace cleanups by scm and two manually picked nits.
|
|
|
@28430
|
15 years |
vboxsync |
SrcIntNetR0.cpp: started on the rewrie, all changes disabled as they …
|
|
|
@28427
|
15 years |
vboxsync |
DrvDedicatedNic.cpp: sketeches.
|
|
|
@28424
|
15 years |
vboxsync |
firmware: Factored out the SMBIOS & DMI header planting from …
|
|
|
@28417
|
15 years |
vboxsync |
DrvTAP,DrvVDE: Register stats before we can fail so we won't upset …
|
|
|
@28416
|
15 years |
vboxsync |
DrvTAP,DrvVDE: Register stats before we can fail so we won't upset …
|
|
|
@28415
|
15 years |
vboxsync |
Shared paging updates
|
|
|