From: coLinux a. <col...@he...> - 2010-12-01 05:16:15
|
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-20101130/ colinux-0.7.9-20101130.src.tgz (1082429 Bytes) daemons-0.7.9-20101130.dbg.zip (686686 Bytes) daemons-0.7.9-20101130.zip (566891 Bytes) modules-2.6.33.5-co-0.7.9-r1562-20101130.tgz (4074010 Bytes) vmlinux-2.6.33.5-co-0.7.9-r1562-20101130.zip (2221935 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-*-20101130.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 ------------------------------------------------------------------------ r1562 | henryn | 2010-11-30 22:48:46 +0000 (Tue, 30 Nov 2010) | 1 line Changed paths: M /branches/devel/src/colinux/os/linux/user/conet-daemon/build.comake.py * Linux as host: Strip out guest kernel include paths for tap.c builds. ------------------------------------------------------------------------ r1561 | henryn | 2010-11-30 21:41:55 +0000 (Tue, 30 Nov 2010) | 1 line Changed paths: M /branches/devel/src/colinux/kernel/video.c * Fix warning "ISO C90 forbids mixed declarations and code". (Linux as host) ------------------------------------------------------------------------ r1560 | henryn | 2010-11-30 21:16:24 +0000 (Tue, 30 Nov 2010) | 1 line Changed paths: M /branches/devel/src/colinux/kernel/monitor.c * Linux as host: Fix warning "message is uninitialized", use new macro co_offsetof. ------------------------------------------------------------------------ r1559 | henryn | 2010-11-30 20:50:00 +0000 (Tue, 30 Nov 2010) | 1 line Changed paths: M /branches/devel/doc/building * doc: Typofix in path name for building Linux as host. ------------------------------------------------------------------------ r1558 | henryn | 2010-11-30 20:44:51 +0000 (Tue, 30 Nov 2010) | 1 line Changed paths: M /branches/devel/src/colinux/user/console-fltk/fontselect.cpp * FLTK: strnset is not portable and not need before strcpy. (Linux as host) ------------------------------------------------------------------------ r1557 | henryn | 2010-11-30 20:35:27 +0000 (Tue, 30 Nov 2010) | 2 lines Changed paths: M /branches/devel/src/colinux/os/linux/kernel/module/manager.c * Linux as host: proc_root is not longer exported, use NULL instead. (Kernel GIT c74c120a21d87b0b6925ada5830d8cac21e852d9) ------------------------------------------------------------------------ r1556 | henryn | 2010-11-30 20:31:06 +0000 (Tue, 30 Nov 2010) | 1 line Changed paths: M /branches/devel/src/colinux/user/console-fltk/fontselect.cpp * fltk: Include windows.h breaks Linux as host. ------------------------------------------------------------------------ r1555 | henryn | 2010-11-30 20:28:12 +0000 (Tue, 30 Nov 2010) | 1 line Changed paths: M /branches/devel/patch/scsi-core.diff * coscsi: Replace "unsigned long" with "u32" for more portability later. ------------------------------------------------------------------------ |