|
|
@11039
|
16 years |
vboxsync |
Disk backends: remove dead code.
|
|
|
@10994
|
16 years |
vboxsync |
typo
|
|
|
@10983
|
16 years |
vboxsync |
tstIntNet-1: Use IPRT for checksumming.
|
|
|
@10979
|
16 years |
vboxsync |
tstIntNet-1,iprt: Use iprt/net in tstIntNet-1. Modified the …
|
|
|
@10978
|
16 years |
vboxsync |
tstIntNet-1,iprt: Use iprt/net in tstIntNet-1. Modified the …
|
|
|
@10965
|
16 years |
vboxsync |
intnet: build fix (RTNETIPV4 change).
|
|
|
@10961
|
16 years |
vboxsync |
intnet: Use iprt/net.h and share the network protocol structures and …
|
|
|
@10928
|
16 years |
vboxsync |
When SATA controller is enabled but no disk is attached BIOS log …
|
|
|
@10924
|
16 years |
vboxsync |
intnet: INTNET_OPEN_FLAGS_SECURITY_XOR_MASK -> …
|
|
|
@10923
|
16 years |
vboxsync |
intnet: MAC sharing under construction…
|
|
|
@10902
|
16 years |
vboxsync |
Fix ioctl error on guest shutdown in the serial device
|
|
|
@10899
|
16 years |
vboxsync |
DrvIntNet: Missing key validation.
|
|
|
@10850
|
16 years |
vboxsync |
Fix invalid pointer to pDrvIns in DrvVD
|
|
|
@10847
|
16 years |
vboxsync |
intnet: removed autoactivation of the interface on open.
|
|
|
@10846
|
16 years |
vboxsync |
intnet: removed autoactivation of the interface on open.
|
|
|
@10845
|
16 years |
vboxsync |
intnet: Don't yield on overflow if the interface is inactive.
|
|
|
@10843
|
16 years |
vboxsync |
intnet: Implemented activation on power on & resume, deactivation on …
|
|
|
@10819
|
16 years |
vboxsync |
intnet: Use the IPRT handle table, validate against the session when …
|
|
|
@10806
|
16 years |
vboxsync |
intnet: Push the session down to all the INTNETR0* apis.
|
|
|
@10781
|
16 years |
vboxsync |
Fix incorrect image flags handling - the values in the image and used …
|
|
|
@10764
|
16 years |
vboxsync |
The --network/-n option was missing.
|
|
|
@10763
|
16 years |
vboxsync |
logging changes.
|
|
|
@10762
|
16 years |
vboxsync |
Temporary hack for configuring HIF via the internal network name (call …
|
|
|
@10758
|
16 years |
vboxsync |
Use the pcap writers in DrvNetSniffer.
|
|
|
@10757
|
16 years |
vboxsync |
detect the DHCP reply and fail it we don't get one.
|
|
|
@10756
|
16 years |
vboxsync |
Made the DHCP DISCOVER request work and implemented writing of a pcap file.
|
|
|
@10755
|
16 years |
vboxsync |
Share the code writing the pcap files.
|
|
|
@10751
|
16 years |
vboxsync |
Implemented a send testcase.
|
|
|
@10748
|
16 years |
vboxsync |
SUPR0MemAlloc isn't clearing the memory it returns on darwin, work …
|
|
|
@10747
|
16 years |
vboxsync |
extending the testcase.
|
|
|
@10746
|
16 years |
vboxsync |
Added pSession argument to all the intnet request packets.
|
|
|
@10745
|
16 years |
vboxsync |
two fixes.
|
|
|
@10743
|
16 years |
vboxsync |
Fix crashers when destructing DrVD
|
|
|
@10740
|
16 years |
vboxsync |
Reduced the force of the scheduling/yield hack and make it not apply …
|
|
|
@10739
|
16 years |
vboxsync |
Fixed a couple of pIfSender uses I had overlooked.
|
|
|
@10735
|
16 years |
vboxsync |
intnet: Fixed incorrect trunk switching, unless we know how is the …
|
|
|
@10734
|
16 years |
vboxsync |
intnet: Implemented intnetR0TrunkIfSend().
|
|
|
@10733
|
16 years |
vboxsync |
intnet: Converted the internal frame handling to use the …
|
|
|
@10715
|
16 years |
vboxsync |
Merge async I/O for VMDK backend from private branch
|
|
|
@10711
|
16 years |
vboxsync |
intnet: trunk activation / deactivation (promisc mode).
|
|
|
@10681
|
16 years |
vboxsync |
intnet: More TrunkIf code.
|
|
|
@10677
|
16 years |
vboxsync |
Added INTNETTRUNKFACTORY::pfnRelease, dealth with a unload race …
|
|
|
@10665
|
16 years |
vboxsync |
Fixed apicHasPendingInterrupt.
|
|
|
@10663
|
16 years |
vboxsync |
Created tstIntNet-1 for checking that capturing an interface works on …
|
|
|
@10660
|
16 years |
vboxsync |
Implemented apicHasPendingIrq.
|
|
|
@10559
|
16 years |
vboxsync |
INTNET: sketched out the trunk create & connect code (disabled).
|
|
|
@10558
|
16 years |
vboxsync |
Create #3023 for the incorrect RTThreadWait timeouts.
|
|
|
@10557
|
16 years |
vboxsync |
INTNET: Hopefully sorted out a bunch of unsafe locking (handle usage …
|
|
|
@10551
|
16 years |
vboxsync |
more cosmetics / todos.
|
|
|
@10550
|
16 years |
vboxsync |
s/%Vrc/%Rrc/g
|
|
|
@10549
|
16 years |
vboxsync |
Fixed two completely nutty SUPR0ObjRelease where the spinlock was …
|
|
|
@10548
|
16 years |
vboxsync |
cosmetics
|
|
|
@10547
|
16 years |
vboxsync |
Don't release the network before unlink the interface, it must be the …
|
|
|
@10540
|
16 years |
vboxsync |
First very rough cut at the conversion of iSCSI to a VBoxHDD-new …
|
|
|
@10539
|
16 years |
vboxsync |
Add forgotten assertion
|
|
|
@10533
|
16 years |
vboxsync |
s/VBOX_\(SUCCESS|FAILURE\)/RT_\1/g
|
|
|
@10530
|
16 years |
vboxsync |
Implemented trunk and flag matching when opening a network.
|
|
|
@10524
|
16 years |
vboxsync |
Fixed the internal names.
|
|
|
@10492
|
16 years |
vboxsync |
Added PDMApicHasPendingIrq.
|
|
|
@10485
|
16 years |
vboxsync |
inverted assertion. sorry.
|
|
|
@10477
|
16 years |
vboxsync |
More logging
|
|
|
@10467
|
16 years |
vboxsync |
Provide CAP_FILE flag for backends operating on files.
|
|
|
@10451
|
16 years |
vboxsync |
Modified the INTNETR0Open interface and PDM driver configuration to …
|
|
|
@10372
|
16 years |
vboxsync |
disable the floppy controller in the ACPI tables if necessary
|
|
|
@10278
|
16 years |
vboxsync |
VGA: Support 8 byte MMIO reads and writes.
|
|
|
@10243
|
16 years |
vboxsync |
disable $(PATH_LIB)/VBoxDD?.lib workaround when doing the single …
|
|
|
@10222
|
16 years |
vboxsync |
Solaris vnicinit.sh: added error message.
|
|
|
@10214
|
16 years |
vboxsync |
Too noisy log statement
|
|
|
@10202
|
16 years |
vboxsync |
removed VBOX_WITH_PDM_LOCK
|
|
|
@10200
|
16 years |
vboxsync |
Moved the VBOX_WITH_PDM_LOCK and VBOX_WITH_INTERNAL_NETWORKING defines …
|
|
|
@10192
|
16 years |
vboxsync |
The building rules for NAT was introduced (NatAlias name probably will …
|
|
|
@10076
|
16 years |
vboxsync |
We 'connect' to an internal network, not 'attach'. (Both terms was used.)
|
|
|
@10055
|
16 years |
vboxsync |
VBOX_KBUILD_HACKING.
|
|
|
@10047
|
16 years |
vboxsync |
Fixed vboxaml.hex dependency.
|
|
|
@10045
|
16 years |
vboxsync |
Converted PC/PXE/Makefile.kmk to a sub-makefile.
|
|
|
@10044
|
16 years |
vboxsync |
Converted Storage/VBoxHDDFormats/Makefile.kmk and it subdirectory to …
|
|
|
@10043
|
16 years |
vboxsync |
Fixed a couple of wrong deps (TARGET_PATH instead of PATH_TARGET, …
|
|
|
@10042
|
16 years |
vboxsync |
VBOX_KBUILD_HACKING…
|
|
|
@10041
|
16 years |
vboxsync |
VBOX_KBUILD_HACKING…
|
|
|
@10040
|
16 years |
vboxsync |
Fixed missing dependency on vbetables.h.
|
|
|
@10031
|
16 years |
vboxsync |
VBoxNetFlt - work in progress.
|
|
|
@10009
|
16 years |
vboxsync |
netsniffer: implemented missing config interface allow to sniffing …
|
|
|
@9865
|
17 years |
vboxsync |
Solaris USB: enabled ProxyDev, and some cleanups.
|
|
|
@9734
|
17 years |
vboxsync |
Extended the interface with backends to support time stamps and …
|
|
|
@9698
|
17 years |
vboxsync |
build fix
|
|
|
@9694
|
17 years |
vboxsync |
typos.
|
|
|
@9693
|
17 years |
vboxsync |
VMI BIOS stubs
|
|
|
@9662
|
17 years |
vboxsync |
Implemented cancelling of HGCM requests from the guest.
|
|
|
@9599
|
17 years |
vboxsync |
Change the meaninf of VD_OPEN_FLAGS_INFO. The previous definition …
|
|
|
@9598
|
17 years |
vboxsync |
Fixed hostif vnic script to work on newer and older nevada builds. …
|
|
|
@9594
|
17 years |
vboxsync |
If IntNet is used as a service (for lwIP) then taking it down on …
|
|
|
@9577
|
17 years |
vboxsync |
Oops.
|
|
|
@9576
|
17 years |
vboxsync |
Solaris hostif: some fixes to vnicinit script.
|
|
|
@9572
|
17 years |
vboxsync |
IDE: Make SCO OpenServer disk detection work
|
|
|
@9566
|
17 years |
vboxsync |
Fix condition once more.
|
|
|
@9565
|
17 years |
vboxsync |
Fix incorrect check verifying disk type. Also make the API for getting …
|
|
|
@9560
|
17 years |
vboxsync |
Straighten handling of image types in the generic code. Also cleanup …
|
|
|
@9534
|
17 years |
vboxsync |
added license
|
|
|
@9532
|
17 years |
vboxsync |
biossums.c license taken from BOCHS
|
|
|
@9528
|
17 years |
vboxsync |
fixes in setparentuuid and read/write to support diff images.
|
|
|