# # ChangeLog for trunk/src/VBox/Devices in vbox # # Generated by Trac 1.4.3.2 # Jan 16, 2025 7:45:04 PM Wed, 28 Feb 2007 16:42:54 GMT vboxsync [1118] * trunk/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/realmode_asm.S (modified) * trunk/src/VBox/Devices/PC/Etherboot-src/pcnet32.zrom (modified) Detect attempt to enter PXE code in V86 mode. Print error message and ... Wed, 28 Feb 2007 16:29:11 GMT vboxsync [1115] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) Check that the scan line width is not 0. Tue, 27 Feb 2007 13:24:42 GMT vboxsync [1076] * trunk/src/VBox/Devices/Network/slirp/bootp.c (modified) * trunk/src/VBox/Devices/Network/slirp/bootp.h (modified) * trunk/src/VBox/Devices/Network/slirp/debug.c (modified) * trunk/src/VBox/Devices/Network/slirp/debug.h (modified) * trunk/src/VBox/Devices/Network/slirp/icmp_var.h (modified) * trunk/src/VBox/Devices/Network/slirp/if.c (modified) * trunk/src/VBox/Devices/Network/slirp/ip.h (modified) * trunk/src/VBox/Devices/Network/slirp/ip_icmp.c (modified) * trunk/src/VBox/Devices/Network/slirp/ip_icmp.h (modified) * trunk/src/VBox/Devices/Network/slirp/ip_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/ip_output.c (modified) * trunk/src/VBox/Devices/Network/slirp/libslirp.h (modified) * trunk/src/VBox/Devices/Network/slirp/main.h (modified) * trunk/src/VBox/Devices/Network/slirp/mbuf.c (modified) * trunk/src/VBox/Devices/Network/slirp/mbuf.h (modified) * trunk/src/VBox/Devices/Network/slirp/misc.c (modified) * trunk/src/VBox/Devices/Network/slirp/misc.h (modified) * trunk/src/VBox/Devices/Network/slirp/sbuf.c (modified) * trunk/src/VBox/Devices/Network/slirp/sbuf.h (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.h (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_config.h (modified) * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) * trunk/src/VBox/Devices/Network/slirp/socket.h (modified) * trunk/src/VBox/Devices/Network/slirp/tcp.h (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_output.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_timer.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_timer.h (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_var.h (modified) * trunk/src/VBox/Devices/Network/slirp/tftp.c (modified) * trunk/src/VBox/Devices/Network/slirp/tftp.h (modified) * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) * trunk/src/VBox/Devices/Network/slirp/udp.h (modified) Removed tons of ifdef VBOX conditionals to make slirp readable again Tue, 27 Feb 2007 11:00:14 GMT vboxsync [1071] * trunk/src/VBox/Devices/Audio/alsaaudio.c (modified) * trunk/src/VBox/Devices/Audio/audio.c (modified) * trunk/src/VBox/Devices/Audio/dsound_template.h (modified) * trunk/src/VBox/Devices/Audio/dsoundaudio.c (modified) * trunk/src/VBox/Devices/Audio/ossaudio.c (modified) * trunk/src/VBox/Main/AudioAdapterImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/Makefile (modified) fix Vista crash if sound is enabled; made audio LogRel consistent; ... Tue, 27 Feb 2007 09:48:48 GMT vboxsync [1070] * trunk/src/VBox/Devices/PC/BIOS/rombios.c (modified) * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) Hack up a simple warm boot implementation and use it for int19 ... Mon, 26 Feb 2007 17:46:01 GMT vboxsync [1066] * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) silly typo Mon, 26 Feb 2007 17:41:21 GMT vboxsync [1065] * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) Fixed the missing configuration option for external network boot bios. Mon, 26 Feb 2007 16:11:53 GMT vboxsync [1064] * trunk/src/VBox/Devices/Network/DrvTAPWin32.cpp (modified) forward port of the TAPWin32 destruct fix Fri, 23 Feb 2007 17:09:18 GMT vboxsync [1053] * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) Restore original pointer hash table size (slirp amd64) Fri, 23 Feb 2007 17:00:25 GMT vboxsync [1052] * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) silly typo Fri, 23 Feb 2007 16:58:06 GMT vboxsync [1051] * trunk/src/VBox/Devices/Network/slirp/tcp_var.h (modified) Yet another slirp amd64 fix. Fri, 23 Feb 2007 16:55:46 GMT vboxsync [1050] * trunk/src/VBox/Devices/Network/slirp/misc.c (modified) silly typo Fri, 23 Feb 2007 16:53:21 GMT vboxsync [1048] * trunk/src/VBox/Devices/Network/slirp/if.c (modified) * trunk/src/VBox/Devices/Network/slirp/ip_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/mbuf.c (modified) * trunk/src/VBox/Devices/Network/slirp/misc.c (modified) * trunk/src/VBox/Devices/Network/slirp/misc.h (modified) * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) slirp insque/remque fixes for amd64 Fri, 23 Feb 2007 16:42:19 GMT vboxsync [1045] * trunk/src/VBox/Devices/Network/slirp/slirp.h (modified) Fix slirp queue macro prototypes for deglobalized amd64. Fri, 23 Feb 2007 16:37:52 GMT vboxsync [1043] * trunk/src/VBox/Devices/Network/slirp/tcp_var.h (modified) Fix slirp hash macro defs for amd64. Fri, 23 Feb 2007 16:34:01 GMT vboxsync [1042] * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_var.h (modified) Move inline hash code after the actual state structure definition. Fri, 23 Feb 2007 16:14:00 GMT vboxsync [1040] * trunk/src/VBox/Devices/Network/slirp/tcp_var.h (modified) Fix typo in amd64 NAT fix. Fri, 23 Feb 2007 16:00:08 GMT vboxsync [1039] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/slirp/ip_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/libslirp.h (modified) * trunk/src/VBox/Devices/Network/slirp/mbuf.c (modified) * trunk/src/VBox/Devices/Network/slirp/misc.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.h (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_var.h (modified) Attempt to fix slirp build for 64 bit (also eliminated global variables) Fri, 23 Feb 2007 14:45:50 GMT vboxsync [1036] * trunk/src/VBox/Devices/Network/slirp/misc.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) Fixed Windows part of slirp, too. Fri, 23 Feb 2007 14:38:38 GMT vboxsync [1035] * trunk/src/VBox/Devices/Network/slirp/misc.c (modified) shut up gcc Fri, 23 Feb 2007 14:24:30 GMT vboxsync [1034] * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (added) Added header file I forgot in the big slirp change to OSE Fri, 23 Feb 2007 14:22:00 GMT vboxsync [1033] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/slirp/bootp.c (modified) * trunk/src/VBox/Devices/Network/slirp/bootp.h (modified) * trunk/src/VBox/Devices/Network/slirp/debug.c (modified) * trunk/src/VBox/Devices/Network/slirp/debug.h (modified) * trunk/src/VBox/Devices/Network/slirp/icmp_var.h (modified) * trunk/src/VBox/Devices/Network/slirp/if.c (modified) * trunk/src/VBox/Devices/Network/slirp/ip.h (modified) * trunk/src/VBox/Devices/Network/slirp/ip_icmp.c (modified) * trunk/src/VBox/Devices/Network/slirp/ip_icmp.h (modified) * trunk/src/VBox/Devices/Network/slirp/ip_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/ip_output.c (modified) * trunk/src/VBox/Devices/Network/slirp/libslirp.h (modified) * trunk/src/VBox/Devices/Network/slirp/main.h (modified) * trunk/src/VBox/Devices/Network/slirp/mbuf.c (modified) * trunk/src/VBox/Devices/Network/slirp/mbuf.h (modified) * trunk/src/VBox/Devices/Network/slirp/misc.c (modified) * trunk/src/VBox/Devices/Network/slirp/misc.h (modified) * trunk/src/VBox/Devices/Network/slirp/sbuf.c (modified) * trunk/src/VBox/Devices/Network/slirp/sbuf.h (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.h (modified) * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) * trunk/src/VBox/Devices/Network/slirp/socket.h (modified) * trunk/src/VBox/Devices/Network/slirp/tcp.h (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_output.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_timer.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_timer.h (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_var.h (modified) * trunk/src/VBox/Devices/Network/slirp/tftp.c (modified) * trunk/src/VBox/Devices/Network/slirp/tftp.h (modified) * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) * trunk/src/VBox/Devices/Network/slirp/udp.h (modified) Big change to make slirp fully instantiatable (replace all global ... Fri, 23 Feb 2007 09:48:09 GMT vboxsync [1031] * trunk/src/VBox/Devices/Serial/serial.c (modified) fixed warnings Thu, 22 Feb 2007 10:14:29 GMT vboxsync [1023] * trunk/src/VBox/Devices/Network/slirp/bootp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.h (modified) * trunk/src/VBox/Devices/Network/slirp/tftp.c (modified) make slirp compile on win boxes again Thu, 22 Feb 2007 09:59:26 GMT vboxsync [1022] * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) Reenabled tftp code to see if it compiles on win boxes. It's not a ... Thu, 22 Feb 2007 09:42:03 GMT vboxsync [1021] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Only detect geometry via the partition table if invalid CHS is set. Thu, 22 Feb 2007 09:36:22 GMT vboxsync [1020] * trunk/src/VBox/Devices/Network/slirp/bootp.c (modified) slirp: merged bootp filename from recent Qemu Thu, 22 Feb 2007 09:29:57 GMT vboxsync [1019] * trunk/src/VBox/Devices/Serial/serial.c (modified) * trunk/src/VBox/Devices/vl_vbox.h (modified) Converted serial card to PCI device Wed, 21 Feb 2007 19:57:07 GMT vboxsync [1016] * trunk/src/VBox/Devices/Network/slirp/tftp.c (modified) * trunk/src/VBox/Devices/Network/slirp/tftp.h (modified) slirp: resync with qemu: added OACK support to tftp server; changed ... Wed, 21 Feb 2007 19:47:10 GMT vboxsync [1015] * trunk/src/VBox/Devices/Storage/VmdkHDD.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Storage/Main/GUI: Implemented preliminary support of VMDK images ... Wed, 21 Feb 2007 17:54:21 GMT vboxsync [1014] * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Fixed physical CHS detection. Hopefully without breaking existing VDIs. Wed, 21 Feb 2007 14:40:16 GMT vboxsync [1010] * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) Disable built-in TFTP service in slirp. Needs to be configured ... Tue, 20 Feb 2007 16:06:28 GMT vboxsync [1005] * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) fixed log format specifier Mon, 19 Feb 2007 18:54:51 GMT vboxsync [994] * trunk/configure (modified) * trunk/src/VBox/Devices/Makefile (modified) * trunk/src/VBox/Frontends/VBoxBFE/Makefile (modified) * trunk/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp (modified) * trunk/src/VBox/Main/Makefile (modified) NO_COMPILER_H -> VBOX_WITHOUT_LINUX_COMPILER_H Mon, 19 Feb 2007 15:27:20 GMT vboxsync [985] * trunk/src/VBox/Devices/PC/BIOS/rombios.c (modified) Fixed Vista CD-ROM detection problems. Sat, 17 Feb 2007 09:12:10 GMT vboxsync [960] * trunk/Config.kmk (modified) * trunk/Makefile (modified) * trunk/src/VBox/Devices/Makefile (modified) * trunk/src/VBox/Devices/Storage/testcase/Makefile (modified) * trunk/src/VBox/Frontends/VBoxManage/Makefile (modified) * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) * trunk/src/VBox/HostDrivers/Support/Makefile (modified) * trunk/src/VBox/Main/Makefile (modified) * trunk/src/VBox/Runtime/Makefile (modified) * trunk/src/VBox/VMM/Makefile (modified) * trunk/src/libs/xpcom18a4/Makefile.kmk (modified) * trunk/src/libs/xpcom18a4/xpcom/glue/standalone/nsXPCOMGlue.cpp (modified) * trunk/src/recompiler/new/Makefile.kmk (modified) Darwin hacking. Thu, 15 Feb 2007 18:18:10 GMT vboxsync [931] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Reintroduce the error signalling on invalid packet size. Thu, 15 Feb 2007 17:12:39 GMT vboxsync [929] * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) Fixed typo. Thu, 15 Feb 2007 16:22:32 GMT vboxsync [928] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Removed dead code. I'm pretty sure that we slightly misinterpreted ... Thu, 15 Feb 2007 15:52:58 GMT vboxsync [927] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Workaround for Windows NT4 pcnet problems. Also tighten packet size ... Thu, 15 Feb 2007 15:34:02 GMT vboxsync [926] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) Eliminate unnecessary global vars in slirp Thu, 15 Feb 2007 09:57:46 GMT vboxsync [923] * trunk/configure (modified) * trunk/src/VBox/Devices/Makefile (modified) * trunk/src/VBox/Frontends/VBoxBFE/Makefile (modified) * trunk/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp (modified) * trunk/src/VBox/Main/Makefile (modified) Made VBox compile on Linux systems without /usr/include/linux/compiler.h Wed, 14 Feb 2007 16:10:35 GMT vboxsync [908] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) In DevVGA the line width in bytes was incorrectly calculated for non ... Wed, 14 Feb 2007 12:47:20 GMT vboxsync [898] * trunk/src/VBox/Devices/PC/BIOS/logo.c (modified) small fix for older bcc's Tue, 13 Feb 2007 11:04:42 GMT vboxsync [860] * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) Fixed crash on snapshot merge. Mon, 12 Feb 2007 12:05:40 GMT vboxsync [837] * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) GC Phys to HC virt conversion changes for dynamic RAM allocation. Fri, 09 Feb 2007 17:11:19 GMT vboxsync [817] * trunk/src/VBox/Devices/Network/slirp/slirp.h (modified) nc Fri, 09 Feb 2007 15:53:36 GMT vboxsync [814] * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) some more words if audio does not work Fri, 09 Feb 2007 15:53:12 GMT vboxsync [813] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Try to deal with illegal descriptors Fri, 09 Feb 2007 14:28:51 GMT vboxsync [812] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Inverted bit checks Fri, 09 Feb 2007 14:25:42 GMT vboxsync [811] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Corrected comment + log Fri, 09 Feb 2007 14:24:48 GMT vboxsync [810] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Paranoid own bit checks in TMD & RMD reads. Fri, 09 Feb 2007 12:34:55 GMT vboxsync [808] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Irq check update Fri, 09 Feb 2007 11:17:17 GMT vboxsync [805] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Corrected link restoration again Fri, 09 Feb 2007 09:01:51 GMT vboxsync [801] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Link down check wasn't correct. Thu, 08 Feb 2007 17:45:16 GMT vboxsync [792] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) Check link states when sending data. Thu, 08 Feb 2007 16:34:04 GMT vboxsync [787] * trunk/Config.kmk (modified) * trunk/src/VBox/Devices/Audio/alsaaudio.c (modified) made ALSA work again Thu, 08 Feb 2007 16:11:18 GMT vboxsync [786] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) More logging Thu, 08 Feb 2007 12:14:10 GMT vboxsync [778] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Fixed capability reporting so that it works with libhal. Thu, 08 Feb 2007 09:32:41 GMT vboxsync [766] * trunk/src/VBox/Devices/Network/slirp/slirp.h (modified) Use our runtime heap. Thu, 08 Feb 2007 09:10:34 GMT vboxsync [765] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) More protection during termination. Wed, 07 Feb 2007 15:41:35 GMT vboxsync [754] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Again Wed, 07 Feb 2007 15:41:06 GMT vboxsync [753] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) compile fix Wed, 07 Feb 2007 15:35:59 GMT vboxsync [752] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Fixed cleanup Wed, 07 Feb 2007 12:37:08 GMT vboxsync [745] * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) Use ASMBitFirstSet for check if data block is zero. Wed, 07 Feb 2007 01:15:17 GMT vboxsync [736] * trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp (modified) Disabled the wrong check. Wed, 07 Feb 2007 01:00:10 GMT vboxsync [735] * trunk/src/VBox/Devices/testcase/Makefile (added) * trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp (added) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (added) huh? lets try remove + add Wed, 07 Feb 2007 00:59:41 GMT vboxsync [734] * trunk/src/VBox/Devices/testcase/Makefile (deleted) huh? lets try remove + add Wed, 07 Feb 2007 00:46:31 GMT vboxsync [733] * trunk/src/VBox/Devices/testcase (added) * trunk/src/VBox/Devices/testcase/Makefile (added) export Tue, 06 Feb 2007 23:58:54 GMT vboxsync [731] * trunk/src/VBox/Devices/Makefile (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Realigned pcnet. Added the alignment testcase to the makefile walk. Tue, 06 Feb 2007 19:57:23 GMT vboxsync [729] * trunk/src/VBox/Devices/Storage/testcase/Makefile (modified) * trunk/src/VBox/Devices/Storage/testcase/tstVDI.cpp (moved) * trunk/src/VBox/Devices/Storage/testcase/vditool.cpp (moved) Renamed to match target names. Tue, 06 Feb 2007 19:53:26 GMT vboxsync [728] * trunk/src/VBox/Devices/Storage/testcase/VHDDtest.cpp (modified) Use RTPrintf, cleanup and return a proper status code. Tue, 06 Feb 2007 17:23:21 GMT vboxsync [723] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) oops Tue, 06 Feb 2007 17:19:32 GMT vboxsync [722] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) More stats Tue, 06 Feb 2007 16:56:38 GMT vboxsync [721] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Minor change Tue, 06 Feb 2007 16:38:46 GMT vboxsync [718] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Update Tue, 06 Feb 2007 14:33:44 GMT vboxsync [710] * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) Moved and fixed zero data block write detection (could lead to write ... Tue, 06 Feb 2007 11:15:46 GMT vboxsync [703] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Added a note about deadlocks. Tue, 06 Feb 2007 11:07:46 GMT vboxsync [702] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) Argh Tue, 06 Feb 2007 11:07:11 GMT vboxsync [701] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) Termination fix Tue, 06 Feb 2007 11:03:40 GMT vboxsync [700] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) Another fix. Deadlock warning though. Tue, 06 Feb 2007 10:59:12 GMT vboxsync [699] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) Fix Tue, 06 Feb 2007 10:53:20 GMT vboxsync [698] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) Slirp must be protected by a lock due to recent async send changes. Tue, 06 Feb 2007 09:54:46 GMT vboxsync [697] * trunk/src/VBox/Devices/Storage/VmdkHDD.cpp (modified) Fix EOL settings. Tue, 06 Feb 2007 04:25:06 GMT vboxsync [674] * trunk/src/VBox/Devices/Network/slirp/misc.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.h (modified) inline != extern for MSC. Mon, 05 Feb 2007 21:55:32 GMT vboxsync [652] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) some more #ifdefs IN_RING3 Mon, 05 Feb 2007 17:59:48 GMT vboxsync [646] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Rewrote send handling to do everything in a seperate thread. Mon, 05 Feb 2007 17:35:12 GMT vboxsync [645] * trunk/src/VBox/Devices/Network/DrvTAPWin32.cpp (modified) Missing stat stop Mon, 05 Feb 2007 16:57:01 GMT vboxsync [643] * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) Ignore writing data blocks consisting of all zeroes to a VDI block ... Mon, 05 Feb 2007 16:10:45 GMT vboxsync [642] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Some async updates Mon, 05 Feb 2007 14:18:05 GMT vboxsync [638] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Reduced time spent inside locks. Sun, 04 Feb 2007 19:17:12 GMT vboxsync [605] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) CSR58 is an alias for BCR20 Sun, 04 Feb 2007 18:43:33 GMT vboxsync [602] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Updates for async sending + avoiding critical section blocking EMT Sun, 04 Feb 2007 14:48:08 GMT vboxsync [596] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Compile fixes Sun, 04 Feb 2007 14:45:40 GMT vboxsync [595] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Update Sun, 04 Feb 2007 14:44:34 GMT vboxsync [594] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Corrections Sun, 04 Feb 2007 14:38:52 GMT vboxsync [592] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Async send update Sun, 04 Feb 2007 11:42:27 GMT vboxsync [587] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNetSniffer.cpp (modified) * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) * trunk/src/VBox/Devices/Network/DrvTAPWin32.cpp (modified) Removed multiple packet code. Failed experiment. Sat, 03 Feb 2007 12:36:18 GMT vboxsync [584] * trunk/src/VBox/Devices/Makefile (modified) drop the *Host* drivers for now. Fri, 02 Feb 2007 18:29:46 GMT vboxsync [575] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvTAPWin32.cpp (modified) Enabled delayed transmit interrupts + added async sending of packets ...