From: coLinux a. <col...@he...> - 2008-10-27 05:39: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-20081026/ colinux-0.8.0-20081026.src.tgz (693982 Bytes) daemons-0.8.0-20081026.dbg.zip (595049 Bytes) daemons-0.8.0-20081026.zip (480338 Bytes) modules-2.6.22.18-co-0.8.0-20081026.tgz (2602717 Bytes) vmlinux-2.6.22.18-co-0.8.0-20081026.zip (1762566 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-*-20081026.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 ------------------------------------------------------------------------ r1132 | henryn | 2008-10-26 23:21:59 +0000 (Sun, 26 Oct 2008) | 1 line Changed paths: M /branches/devel/patch/base-2.6.22.diff M /branches/devel/patch/pci-core.diff * PCI: Remove e820.o from object list. Add only pci_mem_start as dummy. ------------------------------------------------------------------------ r1131 | henryn | 2008-10-26 23:05:46 +0000 (Sun, 26 Oct 2008) | 1 line Changed paths: M /branches/devel/patch/base-2.6.22.diff M /branches/devel/patch/pci-core.diff * Kernel: Move CO_DEVICE_PCI from pci-core.diff to base-2.6.22.diff ------------------------------------------------------------------------ r1130 | henryn | 2008-10-26 22:59:18 +0000 (Sun, 26 Oct 2008) | 1 line Changed paths: M /branches/devel/patch/base-2.6.22.diff M /branches/devel/patch/timer-2.6.22.diff M /branches/devel/src/colinux/kernel/filesystem.c * Remove warnings from unused variable and a unused return. ------------------------------------------------------------------------ r1129 | henryn | 2008-10-26 22:43:57 +0000 (Sun, 26 Oct 2008) | 1 line Changed paths: M /branches/devel/src/colinux/os/winnt/kernel/block.c * Fixed Bug #2013435: cobd supports read-only files now. ------------------------------------------------------------------------ r1128 | henryn | 2008-10-26 22:39:16 +0000 (Sun, 26 Oct 2008) | 1 line Changed paths: M /branches/devel/src/colinux/os/winnt/kernel/block.c * co_os_file_block_(async_)open: Use pointer directly. Preparation for RO access. ------------------------------------------------------------------------ r1127 | henryn | 2008-10-26 22:31:58 +0000 (Sun, 26 Oct 2008) | 1 line Changed paths: M /branches/devel/NEWS M /branches/devel/src/colinux/os/winnt/kernel/fileio.c * cofs: Bugfix atime and mtime, was swapped on time set. ------------------------------------------------------------------------ r1126 | henryn | 2008-10-26 22:16:51 +0000 (Sun, 26 Oct 2008) | 1 line Changed paths: M /branches/devel/NEWS M /branches/devel/doc/cofs M /branches/devel/patch/cofs-core.diff M /branches/devel/src/colinux/kernel/filesystem.c M /branches/devel/src/colinux/kernel/filesystem.h * cofs: New mount option "noattrib" disables UNIX/FAT-attribute mapping. ------------------------------------------------------------------------ r1125 | henryn | 2008-10-26 21:54:08 +0000 (Sun, 26 Oct 2008) | 1 line Changed paths: M /branches/devel/NEWS M /branches/devel/doc/cofs M /branches/devel/src/colinux/kernel/filesystem.c M /branches/devel/src/colinux/os/winnt/kernel/fileio.c * cofs: Add flat file modes rwx for owner. ------------------------------------------------------------------------ r1124 | henryn | 2008-10-26 21:18:44 +0000 (Sun, 26 Oct 2008) | 1 line Changed paths: M /branches/devel/src/colinux/kernel/filesystem.c M /branches/devel/src/colinux/os/kernel/filesystem.h M /branches/devel/src/colinux/os/linux/kernel/module/fs.c M /branches/devel/src/colinux/os/winnt/kernel/filesystem.c * co_os_fs_get_attr: Moved to co_fs_get_attr as OS independent source. ------------------------------------------------------------------------ |