From: coLinux a. <col...@he...> - 2010-11-13 05:16:07
|
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-20101113/ colinux-0.7.9-20101113.src.tgz (1077285 Bytes) daemons-0.7.9-20101113.dbg.zip (686191 Bytes) daemons-0.7.9-20101113.zip (566494 Bytes) modules-2.6.33.5-co-0.7.9-r1545-20101113.tgz (4206911 Bytes) vmlinux-2.6.33.5-co-0.7.9-r1545-20101113.zip (2101828 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-*-20101113.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 ------------------------------------------------------------------------ r1545 | henryn | 2010-11-13 00:43:13 +0000 (Sat, 13 Nov 2010) | 4 lines Changed paths: M /branches/devel/conf/linux-2.6.25.20-config M /branches/devel/conf/linux-2.6.26.8-config M /branches/devel/patch/serial-2.6.25.diff M /branches/devel/patch/serial-2.6.26.diff M /branches/devel/patch/serial-2.6.33.diff M /branches/devel/patch/serial-core.diff * coserial.c: Moved into directory drivers/serial. * Backport new serial driver and config for kernel 2.6.25.20 and 2.6.26.8 * normal_poll: Bugfix NULL pointer call tty->driver->chars_in_buffer (2.6.25.20 only) ------------------------------------------------------------------------ r1544 | henryn | 2010-11-12 22:39:05 +0000 (Fri, 12 Nov 2010) | 2 lines Changed paths: M /branches/devel/patch/serial-2.6.33.diff M /branches/devel/patch/serial-core.diff * Serial: Remove worker thread. Simple direct post chars in tty buffer, remove semaphores and race conditions. (Suggest by Paolo Minazzi) ------------------------------------------------------------------------ r1543 | henryn | 2010-11-12 21:46:14 +0000 (Fri, 12 Nov 2010) | 2 lines Changed paths: M /branches/devel/conf/linux-2.6.33.5-config M /branches/devel/patch/serial-2.6.33.diff * Add CONFIG_SERIAL_COOPERATIVE_CONSOLE (for older CONFIG_SERIAL_CONSOLE) to enable serial boot console. ------------------------------------------------------------------------ |