From: coLinux a. <col...@he...> - 2010-01-17 05:58:31
|
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-20100116/ colinux-0.8.0-20100116.src.tgz (1060809 Bytes) daemons-0.8.0-20100116.dbg.zip (593183 Bytes) daemons-0.8.0-20100116.zip (479026 Bytes) modules-2.6.26.8-co-0.8.0-20100116.tgz (3333742 Bytes) vmlinux-2.6.26.8-co-0.8.0-20100116.zip (1823566 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-*-20100116.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.3.2. A service from http://gcc.gnu.org/wiki/CompileFarm -- Lots of fun with newest version, Henry Nestler ------------------------------------------------------------------------ r1331 | henryn | 2010-01-16 17:01:13 +0000 (Sat, 16 Jan 2010) | 14 lines Changed paths: M /branches/devel/src/colinux/os/linux/build/build.comake.py D /branches/devel/src/colinux/os/linux/user/console A /branches/devel/src/colinux/os/linux/user/console-fltk (from /branches/devel/src/colinux/os/linux/user/console:1327) M /branches/devel/src/colinux/os/linux/user/console-fltk/head.cpp M /branches/devel/src/colinux/os/winnt/build/build.comake.py D /branches/devel/src/colinux/os/winnt/user/console A /branches/devel/src/colinux/os/winnt/user/console-fltk (from /branches/devel/src/colinux/os/winnt/user/console:1327) M /branches/devel/src/colinux/os/winnt/user/console-fltk/head.cpp M /branches/devel/src/colinux/os/winnt/user/console-nt/console.h M /branches/devel/src/colinux/os/winnt/user/console-nt/head.cpp M /branches/devel/src/colinux/os/winnt/user/console-nt/widget.cpp M /branches/devel/src/colinux/os/winnt/user/console-nt/widget.h D /branches/devel/src/colinux/user/console D /branches/devel/src/colinux/user/console-base A /branches/devel/src/colinux/user/console-fltk (from /branches/devel/src/colinux/user/console:1327) M /branches/devel/src/colinux/user/console-fltk/console.cpp A /branches/devel/src/colinux/user/console-nt (from /branches/devel/src/colinux/user/console-base:1327) M /branches/devel/src/colinux/user/console-nt/main.h * Rename directories of console source code, adjust includes. old: src/colinux/os/linux/user/console new: src/colinux/os/linux/user/console-fltk old: src/colinux/os/winnt/user/console new: src/colinux/os/winnt/user/console-fltk old: src/colinux/user/console-base new: src/colinux/user/console-nt old: src/colinux/user/console new: src/colinux/user/console-fltk ------------------------------------------------------------------------ r1330 | henryn | 2010-01-16 16:08:01 +0000 (Sat, 16 Jan 2010) | 1 line Changed paths: M /branches/devel/src/colinux/kernel/monitor.c * co_alloc_pages: Optimize code w/o "if" after loop. ------------------------------------------------------------------------ r1329 | henryn | 2010-01-16 15:56:15 +0000 (Sat, 16 Jan 2010) | 1 line Changed paths: M /branches/devel/patch/base-2.6.25.diff M /branches/devel/patch/base-2.6.26.diff * CO_VPTR_*: All const changed from "unsigned int" to "unsigned long". ------------------------------------------------------------------------ r1328 | henryn | 2010-01-16 15:28:26 +0000 (Sat, 16 Jan 2010) | 3 lines Changed paths: M /branches/devel/patch/base-2.6.25.diff M /branches/devel/patch/base-2.6.26.diff * Patch cleanup: Remove unused debug lines from kernel patch for set_pmd, set_pte, set_memory_np, set_memory_rw. ------------------------------------------------------------------------ r1327 | henryn | 2010-01-16 14:45:39 +0000 (Sat, 16 Jan 2010) | 1 line Changed paths: M /branches/devel/src/colinux/os/winnt/kernel/conet.c * conet: Return error code NDIS_STATUS_RESOURCES, if memory alloc fails. ------------------------------------------------------------------------ r1326 | henryn | 2010-01-16 14:43:15 +0000 (Sat, 16 Jan 2010) | 1 line Changed paths: M /branches/devel/src/colinux/kernel/monitor.c * co_idle: Direct return, w/o variable. ------------------------------------------------------------------------ |