From: coLinux a. <col...@he...> - 2009-01-04 05:11:46
|
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-20090103/ colinux-0.8.0-20090103.src.tgz (684972 Bytes) daemons-0.8.0-20090103.dbg.zip (590008 Bytes) daemons-0.8.0-20090103.zip (477667 Bytes) modules-2.6.22.18-co-0.8.0-20090103.tgz (2602803 Bytes) vmlinux-2.6.22.18-co-0.8.0-20090103.zip (1762295 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-*-20090103.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 ------------------------------------------------------------------------ r1198 | henryn | 2009-01-03 21:12:55 +0000 (Sat, 03 Jan 2009) | 5 lines Changed paths: M /branches/devel/src/colinux/arch/i386/passage.c M /branches/devel/src/colinux/kernel/monitor.c * co_monitor_arch_passage_page_free: Function was never called. The memory for passage page and archdep was never freed. Use it now and free the memory on coLinux shutdown (but not on reboot). Make it more robustness, nullify pointers after freeing memory, check pointers on free, use it in co_monitor_arch_passage_page_alloc. ------------------------------------------------------------------------ r1197 | henryn | 2009-01-03 21:08:15 +0000 (Sat, 03 Jan 2009) | 2 lines Changed paths: M /branches/devel/src/colinux/os/winnt/user/conet-bridged-daemon/main.c * pcap-bridge: Forward error text from pcap library to colinux debug. * Make more functions static. ------------------------------------------------------------------------ r1196 | henryn | 2009-01-03 21:05:21 +0000 (Sat, 03 Jan 2009) | 1 line Changed paths: M /branches/devel/src/colinux/user/console/console.cpp M /branches/devel/src/colinux/user/console-base/console.cpp * attach_id: Use else, instead inverted if. ------------------------------------------------------------------------ r1195 | henryn | 2009-01-03 21:03:57 +0000 (Sat, 03 Jan 2009) | 5 lines Changed paths: M /branches/devel/src/colinux/os/winnt/kernel/lowlevel/alloc.c * co_debug use co_os_malloc: Semaphore avoids endless recursions. (DEBUG_CO_OS_ALLOC is disabled, so it have no effect in normal run.) * Use facility "allocations" for alloc debug prints, not "misc". * Don't use '>' for debug text, it's a special char in xml. ------------------------------------------------------------------------ r1194 | henryn | 2009-01-03 21:00:27 +0000 (Sat, 03 Jan 2009) | 4 lines Changed paths: M /branches/devel/src/colinux/kernel/debug.c M /branches/devel/src/colinux/kernel/debug.h * co_debug_write_vector_size: Used only used in debug.c move it to there. * co_debug_writev: As static * co_debug_write: Does not exist, remove from header. ------------------------------------------------------------------------ r1193 | henryn | 2009-01-03 20:58:12 +0000 (Sat, 03 Jan 2009) | 1 line Changed paths: M /branches/devel/patch/mouse-core.diff * Mouse: First report movement, than mouse buttons. (currently unused) ------------------------------------------------------------------------ |