VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette