# # ChangeLog for trunk/src/VBox/Devices in vbox # # Generated by Trac 1.4.3.2 # Dec 25, 2024 8:49:10 AM Thu, 22 Mar 2007 17:00:19 GMT vboxsync [1630] * trunk/src/VBox/Devices/PC/Etherboot-src/util/makerom.c (modified) shut up warnings Thu, 22 Mar 2007 16:24:20 GMT vboxsync [1627] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) prevent RX/TX during suspend Thu, 22 Mar 2007 12:48:54 GMT vboxsync [1624] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevState.h (modified) added BackdoorLogDisabled config option to VMMDev Thu, 22 Mar 2007 12:45:47 GMT vboxsync [1623] * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) added verbose text for internal network Thu, 22 Mar 2007 12:22:51 GMT vboxsync [1622] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) ignore the error code in destruct because the critical section might ... Wed, 21 Mar 2007 19:33:29 GMT vboxsync [1610] * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) drop string.h Wed, 21 Mar 2007 19:27:40 GMT vboxsync [1606] * trunk/include/VBox/intnet.h (modified) * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) Corrected some more log statements and synced some function docs. Wed, 21 Mar 2007 15:39:23 GMT vboxsync [1601] * trunk/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp (modified) Oops Wed, 21 Mar 2007 15:39:02 GMT vboxsync [1600] * trunk/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp (modified) adapted testcase Wed, 21 Mar 2007 15:25:35 GMT vboxsync [1599] * trunk/include/VBox/intnet.h (modified) * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) added RestrictAccess key to allow to disable the policy that only VMs ... Tue, 20 Mar 2007 21:01:12 GMT vboxsync [1584] * trunk/src/VBox/Devices/Audio/coreaudio.c (added) export Tue, 20 Mar 2007 04:38:10 GMT vboxsync [1569] * trunk/include/VBox/usblib.h (modified) * trunk/src/VBox/Devices/Makefile (modified) Moved win32 usbLib code to VBoxDDU.dll. Tue, 20 Mar 2007 03:29:09 GMT vboxsync [1566] * trunk/include/VBox/VBoxHDD.h (modified) * trunk/include/VBox/cdefs.h (modified) * trunk/src/VBox/Devices/Makefile (modified) * trunk/src/VBox/Devices/Storage/VDICore.cpp (modified) * trunk/src/VBox/Devices/Storage/VDICore.h (modified) VBOXDDU_DECL & IN_VBOXDDU Tue, 20 Mar 2007 03:06:26 GMT vboxsync [1565] * trunk/src/VBox/Devices/Makefile (modified) * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) * trunk/src/VBox/Devices/Storage/VDICore.cpp (copied) * trunk/src/VBox/Devices/Storage/VDICore.h (copied) * trunk/src/VBox/Devices/Storage/testcase/Makefile (modified) * trunk/src/VBox/Frontends/VBoxManage/Makefile (modified) * trunk/src/VBox/Main/Makefile (modified) Split out the bulk of the VDI code from VBoxDD and put it in VBoxDDU ... Mon, 19 Mar 2007 19:13:44 GMT vboxsync [1562] * trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp (modified) Forgot to include offset into first page into page number calculation ... Mon, 19 Mar 2007 16:45:23 GMT vboxsync [1561] * trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp (modified) Extra check Mon, 19 Mar 2007 16:41:06 GMT vboxsync [1560] * trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp (modified) Include offset into first page into page number calculation (!). Sat, 17 Mar 2007 01:09:30 GMT vboxsync [1551] * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Audio/audio.c (modified) * trunk/src/VBox/Devices/Makefile (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (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/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-macosx.xsd (modified) Mac OS X audio support (only playback). Sat, 17 Mar 2007 00:34:33 GMT vboxsync [1549] * trunk/src/VBox/Devices/vl_vbox.h (modified) Use iprt/string.h Fri, 16 Mar 2007 17:02:52 GMT vboxsync [1538] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) save u16CSR0LastSeenByGuest in SSM info Fri, 16 Mar 2007 15:13:57 GMT vboxsync [1534] * trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp (modified) fix typo Fri, 16 Mar 2007 15:03:48 GMT vboxsync [1533] * trunk/src/VBox/Devices/Serial/DrvChar.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp (modified) Fix logging and error code handling. Fri, 16 Mar 2007 14:54:40 GMT vboxsync [1532] * trunk/include/iprt/err.h (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Runtime/RTErrConvertFromErrno.cpp (modified) * trunk/src/VBox/Runtime/r3/win32/fileio-win32.cpp (modified) Handle EFBIG on Linux correctly (and try to detect the same situation ... Fri, 16 Mar 2007 13:54:28 GMT vboxsync [1531] * trunk/src/VBox/Devices/PC/BIOS/rombios.c (modified) Implemented INT15h, fn 0xC2 (mouse), subfn 3 - set resolution. MSD ... Fri, 16 Mar 2007 13:49:12 GMT vboxsync [1530] * trunk/src/VBox/Devices/PC/BIOS/rombios.c (modified) Corrected VBox-specific bug in INT15h mouse reset handling. Fixes MS ... Thu, 15 Mar 2007 13:24:46 GMT vboxsync [1512] * trunk/src/VBox/Devices/Serial/DrvChar.cpp (added) * trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp (added) export to OSE Thu, 15 Mar 2007 02:15:47 GMT vboxsync [1497] * trunk/src/VBox/Devices/Builtins.cpp (modified) try unbreak l4... Wed, 14 Mar 2007 19:27:25 GMT vboxsync [1488] * trunk/src/VBox/Devices/Makefile (modified) moved driver to the right lib. Wed, 14 Mar 2007 18:32:53 GMT vboxsync [1484] * trunk/src/VBox/Devices/Builtins.h (modified) removed obsolete external. Wed, 14 Mar 2007 18:31:10 GMT vboxsync [1483] * trunk/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp (modified) buildfix Wed, 14 Mar 2007 18:29:49 GMT vboxsync [1482] * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) build fix. Wed, 14 Mar 2007 18:28:14 GMT vboxsync [1481] * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) * trunk/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp (modified) No longer require contiguous memory for the VM structure. Did long ... Wed, 14 Mar 2007 16:42:04 GMT vboxsync [1477] * trunk/src/VBox/Devices/Makefile (modified) Forgot serial port changes in the Makefile... Wed, 14 Mar 2007 16:36:04 GMT vboxsync [1476] * trunk/include/VBox/log.h (modified) * trunk/include/VBox/pdm.h (modified) * trunk/src/VBox/Devices/Builtins.cpp (modified) * trunk/src/VBox/Devices/Builtins.h (modified) * trunk/src/VBox/Devices/Serial/serial.c (modified) First go at a serial port device with I/O hooked to named pipe/local ... Wed, 14 Mar 2007 01:15:29 GMT vboxsync [1458] * trunk/src/VBox/Devices/Builtins.cpp (modified) oops. Wed, 14 Mar 2007 00:02:41 GMT vboxsync [1457] * trunk/src/VBox/Devices/PC/BIOS/Makefile (modified) Make sure the output directory exists. (stupid me) Tue, 13 Mar 2007 16:33:04 GMT vboxsync [1453] * trunk/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/realmode_asm.S (modified) warning Tue, 13 Mar 2007 10:38:52 GMT vboxsync [1436] * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) Reset should honor the warm reboot flag. Tue, 13 Mar 2007 09:00:06 GMT vboxsync [1434] * trunk/src/VBox/Devices/PC/BIOS/rombios.c (modified) Log boot attempts to the release log (not just failed attempts as ... Mon, 12 Mar 2007 18:09:31 GMT vboxsync [1433] * trunk/src/VBox/Devices/PC/BIOS/rombios.c (modified) Perform software reset of pcnet device(s) in the BIOS. This makes ... Mon, 12 Mar 2007 14:04:18 GMT vboxsync [1427] * trunk/src/VBox/Devices/PC/BIOS/rombios.c (modified) fixed BIOS guest log Mon, 12 Mar 2007 13:45:51 GMT vboxsync [1426] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) off-by-one error Sun, 11 Mar 2007 10:27:25 GMT vboxsync [1397] * trunk/Config.kmk (modified) * trunk/src/VBox/Additions/linux/Makefile (modified) * trunk/src/VBox/Devices/Graphics/BIOS/Makefile (modified) * trunk/src/VBox/Devices/Graphics/BIOS/vbe.c (modified) * trunk/src/VBox/Devices/Graphics/BIOS/vgabios.c (modified) * trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/Makefile (modified) * trunk/src/VBox/HostDrivers/Support/Makefile (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/linux/server.cpp (modified) Use VBOX_VERSION_STRING when possible. Fri, 09 Mar 2007 19:08:16 GMT vboxsync [1384] * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) Fixed RTC alarm (problem seen in Norton Diagnostics). We need to a) ... Fri, 09 Mar 2007 14:54:50 GMT vboxsync [1377] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) hard reset pcnet on reboot (at least to switch off BM) Fri, 09 Mar 2007 13:29:29 GMT vboxsync [1372] * trunk/src/VBox/Devices/PC/Etherboot-src/.cvsignore (deleted) * trunk/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/.cvsignore (deleted) * trunk/src/VBox/Devices/PC/Etherboot-src/arch/e1/.cvsignore (deleted) * trunk/src/VBox/Devices/PC/Etherboot-src/arch/i386/.cvsignore (deleted) * trunk/src/VBox/Devices/PC/Etherboot-src/arch/ia64/.cvsignore (deleted) removed obsolete .cvsignore files Fri, 09 Mar 2007 11:56:07 GMT vboxsync [1364] * trunk/src/VBox/Devices/PC/BIOS/rombios.c (modified) Make the BIOS log prefix a single string instead of replicating it ... Fri, 09 Mar 2007 10:54:02 GMT vboxsync [1362] * trunk/src/VBox/Devices/PC/BIOS/Makefile (modified) * trunk/src/VBox/Devices/PC/BIOS/rombios.c (modified) Enable BIOS backdoor logging for info messages. Can be useful to ... Fri, 09 Mar 2007 09:44:41 GMT vboxsync [1355] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified) * trunk/src/VBox/HostDrivers/Support/win32/SUPDrv-win32.cpp (modified) nc Thu, 08 Mar 2007 21:22:54 GMT vboxsync [1346] * trunk/src/VBox/Devices/Builtins.cpp (modified) VBOX_WITH_INTERNAL_NETWORKING. disabled for L4 and Darwin. Thu, 08 Mar 2007 21:21:41 GMT vboxsync [1345] * trunk/Config.kmk (modified) * trunk/src/VBox/Devices/Builtins.cpp (modified) * trunk/src/VBox/Devices/Makefile (modified) * trunk/src/VBox/VMM/Makefile (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) VBOX_WITH_INTERNAL_NETWORKING. disabled for L4 and Darwin. Thu, 08 Mar 2007 17:21:38 GMT vboxsync [1342] * trunk/src/VBox/Devices/PC/BIOS/rombios.c (modified) Zero (almost) all memory below 640K. All commercial BIOS versions ... Wed, 07 Mar 2007 14:16:35 GMT vboxsync [1300] * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) * trunk/src/VBox/Devices/PC/Etherboot-src/drivers/net/etherfabric.h (modified) * trunk/src/VBox/Devices/PC/Etherboot-src/drivers/net/myri/lanai_Z8E_def.h (modified) * trunk/src/VBox/Devices/PC/Etherboot-src/drivers/net/myri/mcp_gen_header.h (modified) * trunk/src/VBox/Devices/PC/Etherboot-src/drivers/net/myri/myri10ge_mcp.h (modified) * trunk/src/VBox/Devices/PC/Etherboot-src/drivers/net/via-velocity.h (modified) * trunk/src/VBox/Devices/Storage/PIIX3ATABmDma.h (modified) * trunk/src/VBox/Runtime/include/internal/file.h (modified) * trunk/src/VBox/Runtime/include/internal/initterm.h (modified) * trunk/src/VBox/Runtime/include/internal/memobj.h (modified) * trunk/src/VBox/Runtime/misc/sanity.h (modified) * trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h (modified) * trunk/src/VBox/Runtime/table/avl_Enum.cpp.h (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.h (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.h (modified) Fix eol style properties for header files Mon, 05 Mar 2007 23:04:18 GMT vboxsync [1245] * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) fixed win.amd64 alignemnt issue. Sun, 04 Mar 2007 20:00:36 GMT vboxsync [1186] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) removed unreachable code. 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.