From: coLinux a. <col...@he...> - 2009-01-03 05:12:00
|
The autobuild system has detected a new revision in the source repository. Review last changed from changelog.txt, also attached in mail. Download the compiled version: http://www.henrynestler.com/colinux/autobuild/devel-20090102/ colinux-0.8.0-20090102.src.tgz (684809 Bytes) daemons-0.8.0-20090102.dbg.zip (590033 Bytes) daemons-0.8.0-20090102.zip (477715 Bytes) modules-2.6.22.18-co-0.8.0-20090102.tgz (2602915 Bytes) vmlinux-2.6.22.18-co-0.8.0-20090102.zip (1762266 Bytes) Note, the autobuild compilation does not include an installer. Remember to reload the driver with these commands: colinux-daemon.exe --remove-driver colinux-daemon.exe --install-driver Inside coLinux please update modules as follow: rm -rf /lib/modules/*-co-* tar -xzf modules-*-co-*-20090102.tgz -C / The autobuild compilations are not official releases of Cooperative Linux software. There is no warranty that any autobuild version is stable. If use this autobuild version, please give us feedback of your experience. Job runs on machine with 64 bit version of gcc 4.1.2. A service from http://gcc.gnu.org/wiki/CompileFarm -- Lots of fun with newest version, Henry Nestler ------------------------------------------------------------------------ r1192 | henryn | 2009-01-02 21:03:47 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/arch/i386/passage.c * co_monitor_arch_passage_page_init: Source optimize. ------------------------------------------------------------------------ r1191 | henryn | 2009-01-02 20:57:44 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/os/winnt/kernel/block.c M /branches/devel/src/colinux/os/winnt/kernel/fileio.c M /branches/devel/src/colinux/os/winnt/kernel/fileio.h * Move source for block operations from fileio.c to block.c ------------------------------------------------------------------------ r1190 | henryn | 2009-01-02 20:52:44 +0000 (Fri, 02 Jan 2009) | 4 lines Changed paths: M /branches/devel/patch/cobd-async-2.6.22.diff M /branches/devel/src/colinux/common/config.h M /branches/devel/src/colinux/kernel/block.c M /branches/devel/src/colinux/kernel/fileblock.c M /branches/devel/src/colinux/kernel/fileblock.h M /branches/devel/src/colinux/kernel/monitor.c M /branches/devel/src/colinux/os/linux/kernel/module/file.c M /branches/devel/src/colinux/os/winnt/kernel/block.c M /branches/devel/src/colinux/user/config.c * cobd asyn: Async mode handled on host side, no extra opcode. Opcode CO_BLOCK_ASYNC_OPEN removed. co_os_file_block_async_operations: New for async block operations. ------------------------------------------------------------------------ r1189 | henryn | 2009-01-02 20:44:04 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/os/winnt/kernel/block.c * cobd async: Bugfix. Readonly open should not use FILE_WRITE_DATA. ------------------------------------------------------------------------ r1188 | henryn | 2009-01-02 20:43:27 +0000 (Fri, 02 Jan 2009) | 4 lines Changed paths: M /branches/devel/patch/base-2.6.22.diff M /branches/devel/patch/cobd-async-2.6.22.diff M /branches/devel/patch/cobd-core.diff M /branches/devel/src/colinux/kernel/block.c M /branches/devel/src/colinux/kernel/block.h M /branches/devel/src/colinux/kernel/monitor.c * co_monitor_block_request: Optimize retcode handling. * CO_BLOCK_REQUEST_RETCODE_OK, CO_BLOCK_REQUEST_RETCODE_ERROR: Defines for retcode from host to linux. ------------------------------------------------------------------------ r1187 | henryn | 2009-01-02 20:36:32 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/kernel/monitor.c M /branches/devel/src/colinux/user/config.c * Remove trailing whitespace. ------------------------------------------------------------------------ r1186 | henryn | 2009-01-02 20:35:44 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/user/config.c * Add ndis-bridge to available type on error output. ------------------------------------------------------------------------ r1185 | henryn | 2009-01-02 20:34:46 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/os/winnt/kernel/scsi.c * scsi: Remove unused headers. ------------------------------------------------------------------------ r1184 | henryn | 2009-01-02 20:34:00 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/kernel/fileblock.h * Remmove unused "monitor" from struct co_monitor_file_block_dev. ------------------------------------------------------------------------ r1183 | henryn | 2009-01-02 20:32:29 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/os/linux/kernel/module/manager.c * Linux as host: Link message into list, instead copy to new memory block. ------------------------------------------------------------------------ r1182 | henryn | 2009-01-02 20:30:17 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/os/winnt/kernel/fileio.c * cobd async: Link message into list, instead copy to new memory block. ------------------------------------------------------------------------ r1181 | henryn | 2009-01-02 20:28:52 +0000 (Fri, 02 Jan 2009) | 3 lines Changed paths: M /branches/devel/src/colinux/common/messages.c M /branches/devel/src/colinux/common/messages.h M /branches/devel/src/colinux/kernel/monitor.c M /branches/devel/src/colinux/kernel/monitor.h M /branches/devel/src/colinux/os/winnt/kernel/conet.c * co_monitor_message_from_user_free, co_message_mov_to_queue: New functions, moved from winnt ndis-bridge souce to os independ source. ------------------------------------------------------------------------ r1180 | henryn | 2009-01-02 20:24:02 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/kernel/monitor.c M /branches/devel/src/colinux/kernel/monitor.h M /branches/devel/src/colinux/os/linux/kernel/module/manager.c M /branches/devel/src/colinux/os/winnt/kernel/fileio.c M /branches/devel/src/colinux/os/winnt/kernel/interface.c M /branches/devel/src/colinux/os/winnt/kernel/scsi.c * co_monitor_message_from_user: Remove unused parameter "opened". ------------------------------------------------------------------------ r1179 | henryn | 2009-01-02 20:22:18 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/common/build.comake.py M /branches/devel/src/colinux/common/messages.c A /branches/devel/src/colinux/common/module_repr.c * co_module_repr: Moved into separate source, used only for console log. ------------------------------------------------------------------------ r1178 | henryn | 2009-01-02 20:19:09 +0000 (Fri, 02 Jan 2009) | 3 lines Changed paths: M /branches/devel/src/colinux/common/messages.c M /branches/devel/src/colinux/common/messages.h * co_message_switch_*: Remove old unused functions. (Since reactor code.) * co_message_dup: Function as static. ------------------------------------------------------------------------ r1177 | henryn | 2009-01-02 20:15:40 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/patch/cobd-async-2.6.22.diff M /branches/devel/patch/conet-pci-core.diff M /branches/devel/src/colinux/kernel/monitor.c * message->unit is unsigned, can not be negative, remove check. ------------------------------------------------------------------------ r1176 | henryn | 2009-01-02 20:14:19 +0000 (Fri, 02 Jan 2009) | 3 lines Changed paths: M /branches/devel/src/colinux/common/common_base.h M /branches/devel/src/colinux/os/linux/user/conet-daemon/daemon.cpp M /branches/devel/src/colinux/os/linux/user/conet-daemon/daemon.h M /branches/devel/src/colinux/os/linux/user/coserial-daemon/main.c M /branches/devel/src/colinux/os/winnt/kernel/conet.c M /branches/devel/src/colinux/os/winnt/user/conet-daemon/daemon.cpp M /branches/devel/src/colinux/os/winnt/user/conet-daemon/daemon.h M /branches/devel/src/colinux/os/winnt/user/coserial-daemon/main.c M /branches/devel/src/colinux/user/cmdline.c M /branches/devel/src/colinux/user/cmdline.h M /branches/devel/src/colinux/user/config.c M /branches/devel/src/colinux/user/console-base/console.cpp M /branches/devel/src/colinux/user/daemon-base/main.cpp M /branches/devel/src/colinux/user/daemon-base/main.h M /branches/devel/src/colinux/user/daemon.c M /branches/devel/src/colinux/user/slirp/co_main.c * co_id_t, instance, device unit, debug level and some helper functions: Changed from unsigned long to unsigned int. ------------------------------------------------------------------------ r1175 | henryn | 2009-01-02 20:09:46 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/common/config.h M /branches/devel/src/colinux/user/config.c * ram_size: Type changed from unsigned long into unsigned int. ------------------------------------------------------------------------ r1174 | henryn | 2009-01-02 20:05:25 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/os/winnt/kernel/lowlevel/alloc.c * Fixup unsigned warnings on debug prints. ------------------------------------------------------------------------ r1173 | henryn | 2009-01-02 20:03:00 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/kernel/video.c M /branches/devel/src/colinux/os/kernel/alloc.h M /branches/devel/src/colinux/os/linux/kernel/module/alloc.c M /branches/devel/src/colinux/os/linux/kernel/module/pages.c M /branches/devel/src/colinux/os/winnt/kernel/lowlevel/alloc.c * Page count: Type changed from unsigned long or int to unsigned int. ------------------------------------------------------------------------ r1172 | henryn | 2009-01-02 19:58:03 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/common/build.comake.py M /branches/devel/src/colinux/common/libc.c M /branches/devel/src/colinux/common/libc.h M /branches/devel/src/colinux/user/cmdline.c M /branches/devel/src/colinux/user/config.c M /branches/devel/src/colinux/user/debug/main.c * co_strtol: Replaced with strtoul - the unsigned variant. ------------------------------------------------------------------------ r1171 | henryn | 2009-01-02 19:54:57 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/common/libc.c * co_bzero: Directly use memset, without call co_memset. ------------------------------------------------------------------------ r1170 | henryn | 2009-01-02 19:52:27 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/os/winnt/kernel/conet.c * conet: Set pointer to NULL after unbind adaper. ------------------------------------------------------------------------ r1169 | henryn | 2009-01-02 19:50:45 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/kernel/monitor.c * conet: Remove double debug prints. ------------------------------------------------------------------------ r1168 | henryn | 2009-01-02 19:41:43 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/os/winnt/kernel/conet.c * conet: Replace ntos with snprintf. ------------------------------------------------------------------------ r1167 | henryn | 2009-01-02 19:39:19 +0000 (Fri, 02 Jan 2009) | 3 lines Changed paths: M /branches/devel/src/colinux/os/winnt/kernel/conet.c * co_conet_proto_pnp_handler: Handled all as success. Optimized for non debug. * conet: Debug texts smaller. ------------------------------------------------------------------------ r1166 | henryn | 2009-01-02 19:34:23 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/os/winnt/kernel/conet.c * ndis-bridge: Add Multicast to filter rule. ------------------------------------------------------------------------ r1165 | henryn | 2009-01-02 19:33:05 +0000 (Fri, 02 Jan 2009) | 4 lines Changed paths: M /branches/devel/src/colinux/os/winnt/kernel/conet.c * ndis-bridge: Replace RtlCompareMemory with faster macros ETH_COMPARE_NETWORK_ADDRESSES_EQ, ETH_IS_BROADCAST and ETH_COPY_NETWORK_ADDRESS from ddk/xfilter.h. ------------------------------------------------------------------------ r1164 | henryn | 2009-01-02 19:04:30 +0000 (Fri, 02 Jan 2009) | 3 lines Changed paths: M /branches/devel/src/colinux/os/winnt/user/console-nt/widget.cpp * nt-console: Release keys ALT and Win before detach, to not be claim these keys. Fix non working keyboard after attach console again. ------------------------------------------------------------------------ r1163 | henryn | 2009-01-02 18:22:00 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/doc/colinux-daemon * scsi: Doc about size parameter. ------------------------------------------------------------------------ r1162 | henryn | 2009-01-02 18:19:02 +0000 (Fri, 02 Jan 2009) | 1 line Changed paths: M /branches/devel/bin/mindump-repaint-labels.sh * Check, that bc is installed, before using it so often with wired output. ------------------------------------------------------------------------ |