You can subscribe to this list here.
2004 |
Jan
(64) |
Feb
(530) |
Mar
(266) |
Apr
(580) |
May
(360) |
Jun
(161) |
Jul
(185) |
Aug
(164) |
Sep
(123) |
Oct
(160) |
Nov
(59) |
Dec
(84) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(156) |
Feb
(95) |
Mar
(124) |
Apr
(81) |
May
(79) |
Jun
(179) |
Jul
(35) |
Aug
(64) |
Sep
(56) |
Oct
(57) |
Nov
(18) |
Dec
(41) |
2006 |
Jan
(65) |
Feb
(37) |
Mar
(59) |
Apr
(73) |
May
(65) |
Jun
(27) |
Jul
(54) |
Aug
(76) |
Sep
(103) |
Oct
(23) |
Nov
(45) |
Dec
(29) |
2007 |
Jan
(41) |
Feb
(47) |
Mar
(61) |
Apr
(24) |
May
(14) |
Jun
(6) |
Jul
(23) |
Aug
(30) |
Sep
(16) |
Oct
(9) |
Nov
(53) |
Dec
(36) |
2008 |
Jan
(19) |
Feb
(49) |
Mar
(74) |
Apr
(21) |
May
(24) |
Jun
(5) |
Jul
(9) |
Aug
(53) |
Sep
(26) |
Oct
(23) |
Nov
(32) |
Dec
(19) |
2009 |
Jan
(47) |
Feb
(49) |
Mar
(39) |
Apr
(61) |
May
(28) |
Jun
(19) |
Jul
(12) |
Aug
(10) |
Sep
(31) |
Oct
(16) |
Nov
(60) |
Dec
(26) |
2010 |
Jan
(17) |
Feb
(9) |
Mar
(32) |
Apr
(11) |
May
(24) |
Jun
(33) |
Jul
(5) |
Aug
(2) |
Sep
(7) |
Oct
(8) |
Nov
(17) |
Dec
(7) |
2011 |
Jan
(12) |
Feb
(16) |
Mar
(2) |
Apr
(12) |
May
(5) |
Jun
(10) |
Jul
(3) |
Aug
(3) |
Sep
(2) |
Oct
(1) |
Nov
(17) |
Dec
(1) |
2012 |
Jan
(9) |
Feb
(9) |
Mar
(8) |
Apr
(4) |
May
(2) |
Jun
(1) |
Jul
(4) |
Aug
(8) |
Sep
(11) |
Oct
(1) |
Nov
(2) |
Dec
(2) |
2013 |
Jan
|
Feb
(7) |
Mar
(4) |
Apr
(10) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
(3) |
2016 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Henry N. <hen...@ar...> - 2010-06-25 20:44:12
|
Currently the gcc is forced to build a 32 bit Linux kernel with the option "ARCH=i386" in the call "make ... vmlinux". We need this to build coLinux for 32 bit on 64 bit platforms. Maybe a "ARCH=x86_64" can force the other way for you? The option '-m64' exist also in source of gcc 3.4.5, see that changelog: 2004-02-18 Jakub Jelinek <ja...@re...> * config/i386/i386.c (override_options): Don't imply 3DNow! for -m64 by default. ... and more ... The default GCC inside a 32 bit system has mostly not enabled the 64 bit option? -- Henry On 25.06.2010 10:22, Paolo Minazzi wrote: > I try to answer myself. > gcc 4.0 can produce also 64bit code (I have read -m64 option or arch=x86_64) > It seems gcc 3.x cannot do it. > > On my linux native I have a gcc 3.x, so colinux kernel_64bit is not > compiled in 64bit mode. > > I will check it. > Paolo > > > > > On Fri, Jun 25, 2010 at 8:53 AM, Paolo Minazzi<pao...@gm...> wrote: >> Hi Henry, >> I have tried to use your devel-64bit packages on my 32bit linux system. >> All compiling process is OK. >> To understand 64bit internal (IDT and memory management) I'd like to >> test a linux native 64bit on a qemu-64bit. >> But I need gcc 64bit. >> >> My gcc produce 32bit code. Is there some option ? >> I have see that your 64bit package compile linux kernel. But it uses >> gcc. And my gcc is 32bit. >> >> Thanks, >> Paolo > |
From: Henry N. <hen...@ar...> - 2010-06-25 20:15:36
|
On 25.06.2010 03:35, Sergio Paracuellos wrote: >>> To test and use it, you would need to rebuild the kernel and modules >>> with enabled options for >>> CONFIG_MD, BLK_DEV_DM, DM_CRYPT and maybe some more. >> "CONFIG_DM" of curse! > [...] > > No problems with the build and the use of dm-crypt. It works for me. Ok, thanks. Is enabled per default now. -- Henry N. |
From: Paolo M. <pao...@gm...> - 2010-06-25 08:22:47
|
I try to answer myself. gcc 4.0 can produce also 64bit code (I have read -m64 option or arch=x86_64) It seems gcc 3.x cannot do it. On my linux native I have a gcc 3.x, so colinux kernel_64bit is not compiled in 64bit mode. I will check it. Paolo On Fri, Jun 25, 2010 at 8:53 AM, Paolo Minazzi <pao...@gm...> wrote: > Hi Henry, > I have tried to use your devel-64bit packages on my 32bit linux system. > All compiling process is OK. > To understand 64bit internal (IDT and memory management) I'd like to > test a linux native 64bit on a qemu-64bit. > But I need gcc 64bit. > > My gcc produce 32bit code. Is there some option ? > I have see that your 64bit package compile linux kernel. But it uses > gcc. And my gcc is 32bit. > > Thanks, > Paolo |
From: SourceForge.net <no...@so...> - 2010-06-25 07:43:01
|
Bugs item #3021253, was opened at 2010-06-25 07:11 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=3021253&group_id=98788 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Crash / BSOD Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Crash host when mem=645 Initial Comment: System: Win2000 SP4 with 1.5GB RAM, devel-coLinux-20100615.exe When I set mem=640, the coLinux work fine but I will got host crash when I set mem=645 btw: in the this host, It work fine with mem=800 before I upgrade from 2.6.22 to 2.6.33 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2010-06-25 07:43 Message: Here is my command: colinux-daemon.exe -t FLTK cocon=120x36 kernel=vmlinux mem=640 cobd0=..\root_fs cobd1=..\swap_fs cobd2=..\colinux_fs cobd30=..\tmp1_fs cobd31=..\tmp_fs eth0=slirp setcobd=async root=/dev/cobd0 ro elevator=deadline ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=3021253&group_id=98788 |
From: SourceForge.net <no...@so...> - 2010-06-25 07:11:25
|
Bugs item #3021253, was opened at 2010-06-25 07:11 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=3021253&group_id=98788 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Crash / BSOD Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Crash host when mem=645 Initial Comment: System: Win2000 SP4 with 1.5GB RAM, devel-coLinux-20100615.exe When I set mem=640, the coLinux work fine but I will got host crash when I set mem=645 btw: in the this host, It work fine with mem=800 before I upgrade from 2.6.22 to 2.6.33 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=3021253&group_id=98788 |
From: Paolo M. <pao...@gm...> - 2010-06-25 06:53:18
|
Hi Henry, I have tried to use your devel-64bit packages on my 32bit linux system. All compiling process is OK. To understand 64bit internal (IDT and memory management) I'd like to test a linux native 64bit on a qemu-64bit. But I need gcc 64bit. My gcc produce 32bit code. Is there some option ? I have see that your 64bit package compile linux kernel. But it uses gcc. And my gcc is 32bit. Thanks, Paolo On Wed, Jun 23, 2010 at 9:52 PM, Henry Nestler <hen...@ar...> wrote: > Hello Paolo, > > the Windows driver for 64 bit works. I have it. I wrote a simple drive > example for 64 bit. So, the tools are complete. Yes, ReactOS have the basic > headers. It was a little puzzle, and I have bug-fixed some small source > there. > > Interestings you can read on my home page: > http://www.henrynestler.com/colinux/tools/mingw-w64/ > > If you would use Qemu, you can emulate a 64 bit CPU. If curse boot Windows > 2008 64 bit would need round about 10 minutes. But, it works. Qemu was my > first experimence with 64 bit, on my old Pentium 800 MHz. There I have build > the TAP 64 bit driver for openVPN. > > Hard programming all the 64 bit stuff would be one option. An other would be > to use hardware virtualisation VT-x/AMD-V. VirtualBox use it. The goddy > would be, that the OS-switch would be very fast. The badly is, I can not > test it under VirtualBox. So I would need Qemu again for testing coLinux in > a saver environment. > > All what everybody with and without 64 bit CPU can do, is to fix the tons or > warnings, where "pointers" are casted to "long" and sometimes such "long" is > casted back to "pointer". This is a warning for compiler, but in many cases > it is a bug for 64 bit systems. (pointer is 64 bit and long is 32 bit under > Windows!) One of the typically problems are the macros for queue handling > (co_queue_get_tail, co_queue_get_prev, ...) > > Other problems are not supported functions in DDK for 64 bit. For example > RtlDosPathNameToNtPathName_U. An alternate function or a code snip to > replace this function would be helpfully. It's in coLinux the function > "co_canonize_cobd_path" that needs to adjust. This you can also do under 32 > bit. - This and the queue macros are good parts for you. ;-) > > I know the task is complex. If everybody does a small part, it is doable. > The very big step was to have a basic driver working, and good working set > of tools. Currently, I have not checked about 64 bit memory management. I > will do it as next step. So, of curse I will give my try on the harddest > part. For this I need some time to locate all the missing informations and > bring it into my little brain. > > -- > Henry > > > On 23.06.2010 12:25, Paolo Minazzi wrote: >> >> Henry, >> The task is complex. >> >> Surely you already know it .... there is a good book about linux kernel >> ia64. >> It explain a little about low level programing ia64. >> I have already thought to buy it. >> >> About win64 driver with mingw64 ... I have read that ReactOs people >> can generate them. I don't know if you are already able to do it. >> >> For now I have no 64bit computer. >> I have never used linux64bit native. >> >> Bye, >> Paolo >> >> >> >> On Tue, Jun 22, 2010 at 9:41 PM, Henry Nestler<hen...@ar...> wrote: >>> >>> On 21.06.2010 08:51, Paolo Minazzi wrote: >>>> >>>> ....about 64bit porting.... >>> >>> Yes, and I hope somebody would help now. >>> >>> I totally have no idea for the passage page. My plan is to switch from 64 >>> bit mode into 32 bit mode and use the old passsage code. In this case we >>> can >>> use the current Linux kernel code. In the next step we can create a >>> passage >>> page for 64 bit to 64 bit later. >>> >>> -- >>> Henry N. >>> >>> > |
From: Sergio P. <spa...@zi...> - 2010-06-25 02:02:35
|
> > To test and use it, you would need to rebuild the kernel and modules > > with enabled options for > > CONFIG_MD, BLK_DEV_DM, DM_CRYPT and maybe some more. > > "CONFIG_DM" of curse! > > Here is a build with options you missed: > http://www.henrynestler.com/colinux/testing/devel-0.7.8/20100623-dm/ > > DM Crypt is a module. After unpacking the module with: > tar xzf modules-2.6.33.5-co-0.7.8-r1486-dm-20100623.tgz -C / > And maybe running once a > depmod > you can use it. > Thanks Henry, No problems with the build and the use of dm-crypt. It works for me. Cheers, Sergio |
From: Henry N. <hen...@ar...> - 2010-06-23 21:55:05
|
On 23.06.2010 22:18, Henry Nestler wrote: > On 23.06.2010 13:49, Sergio Paracuellos wrote: >> The last snapshot in the devel branch of colinux has not support for >> dm_crypt in the default configuration for compiling the kernel. >> >> What is the way to use it? > DM_CRYPT depends on BLK_DEV_DM, and this depends on CONFIG_MD. > > The MD and Raid tools uses special Co-Processor arithmetics, MMX and > SSE-Instructions. So, there exist a higther risk for crashing coLinux or > have errors in floating point operations. In the old kernel there exist > special hack's to not enable the special CPU instructions there. All the > MD options are currently not tested in kernel 2.6.33. Oops sorry. Please forget problems with MD and Raid tools. DM is not MD ;-) > To test and use it, you would need to rebuild the kernel and modules > with enabled options for > CONFIG_MD, BLK_DEV_DM, DM_CRYPT and maybe some more. "CONFIG_DM" of curse! Here is a build with options you missed: http://www.henrynestler.com/colinux/testing/devel-0.7.8/20100623-dm/ DM Crypt is a module. After unpacking the module with: tar xzf modules-2.6.33.5-co-0.7.8-r1486-dm-20100623.tgz -C / And maybe running once a depmod you can use it. -- Henry N. |
From: Henry N. <hen...@ar...> - 2010-06-23 20:19:06
|
On 23.06.2010 13:49, Sergio Paracuellos wrote: > The last snapshot in the devel branch of colinux has not support for > dm_crypt in the default configuration for compiling the kernel. > > What is the way to use it? DM_CRYPT depends on BLK_DEV_DM, and this depends on CONFIG_MD. The MD and Raid tools uses special Co-Processor arithmetics, MMX and SSE-Instructions. So, there exist a higther risk for crashing coLinux or have errors in floating point operations. In the old kernel there exist special hack's to not enable the special CPU instructions there. All the MD options are currently not tested in kernel 2.6.33. SVN revision was the last change on same problem for kernel 2.6.22: http://colinux.svn.sourceforge.net/viewvc/colinux?view=revision&revision=1237 To test and use it, you would need to rebuild the kernel and modules with enabled options for CONFIG_MD, BLK_DEV_DM, DM_CRYPT and maybe some more. Rebuilding kernel you can do under a running coLinux. It is simple. Please read "Building a coLinux kernel" in the file doc/building inside coLinux sources. Or in the wiki: http://colinux.wikia.com/wiki/BuildingColinux0.8.0 -- Henry N. |
From: Sergio P. <spa...@zi...> - 2010-06-23 12:02:25
|
Hi, The last snapshot in the devel branch of colinux has not support for dm_crypt in the default configuration for compiling the kernel. What is the way to use it? Thanks in advance, Sergio |
From: coLinux a. <col...@he...> - 2010-06-23 04:14:55
|
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-20100622/ colinux-0.7.8-20100622.src.tgz (1059466 Bytes) daemons-0.7.8-20100622.dbg.zip (599523 Bytes) daemons-0.7.8-20100622.zip (480981 Bytes) modules-2.6.33.5-co-0.7.8-r1486-20100622.tgz (3648331 Bytes) vmlinux-2.6.33.5-co-0.7.8-r1486-20100622.zip (2023981 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-*-20100622.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 ------------------------------------------------------------------------ r1486 | henryn | 2010-06-22 19:24:03 +0000 (Tue, 22 Jun 2010) | 1 line Changed paths: M /branches/devel/conf/linux-2.6.33.5-config * Kernel: EXT4 enabled in kernel (old was module). BTRFS enabled as module. ------------------------------------------------------------------------ |
From: Henry N. <hen...@ar...> - 2010-06-20 19:31:17
|
Hello, new branch "devel-64bit" was opened for developing coLinux to run under Windows 64 bit. Everybody can join in by download the source from SVN with this command: svn co http://colinux.svn.sourceforge.net/svnroot/colinux/branches/devel-64bit devel-64bit Than follow instructions from "README64" to use the source. The cross compiler is complete. Mostly daemons can build, FLTK console can start, driver "linux.sys" can load and the command "colinux-daemon --status-driver" is working. Of curse, coLinux is NOT running now, because porting is not complete. More about the build environment, and driver signing you read in the wiki: http://colinux.wikia.com/wiki/Dashboard_for_developing_a_64_bit_coLinux To help here, please read the file "TODO64" in source. There are many warnings about "pointer to int" that needs to fix. The passage code and some more sources are complete disable, to have a build without errors. Hope you will send patches me now! -- Henry N. |
From: coLinux a. <col...@he...> - 2010-06-20 04:07:08
|
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-20100619/ colinux-0.7.8-20100619.src.tgz (1059470 Bytes) daemons-0.7.8-20100619.dbg.zip (599497 Bytes) daemons-0.7.8-20100619.zip (480949 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 The vmlinux and modules are up to date. Please use last version from http://www.henrynestler.com/colinux/autobuild/devel-20100601/ 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 ------------------------------------------------------------------------ r1483 | henryn | 2010-06-19 14:50:22 +0000 (Sat, 19 Jun 2010) | 2 lines Changed paths: M /branches/devel/src/colinux/os/winnt/user/console-fltk/head.cpp M /branches/devel/src/colinux/os/winnt/user/daemon/main.c D /branches/devel/src/colinux/os/winnt/user/osdep.c D /branches/devel/src/colinux/os/winnt/user/osdep.h * Daemon and FLTK: Replace WinMain with main. * co_os_parse_args, co_os_free_parsed_args and file osdep.[ch] removed. ------------------------------------------------------------------------ r1482 | henryn | 2010-06-19 14:31:30 +0000 (Sat, 19 Jun 2010) | 1 line Changed paths: M /branches/devel/src/colinux/os/winnt/user/daemon/driver.c M /branches/devel/src/colinux/os/winnt/user/daemon/main.c M /branches/devel/src/colinux/os/winnt/user/daemon/main.h * co_current_win32_instance: Remove global variable, GetModuleFileName can use with NULL. ------------------------------------------------------------------------ |
From: coLinux a. <col...@he...> - 2010-06-18 04:07:01
|
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-20100617/ colinux-0.7.8-20100617.src.tgz (1060226 Bytes) daemons-0.7.8-20100617.dbg.zip (601531 Bytes) daemons-0.7.8-20100617.zip (482202 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 The vmlinux and modules are up to date. Please use last version from http://www.henrynestler.com/colinux/autobuild/devel-20100601/ 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 ------------------------------------------------------------------------ r1481 | henryn | 2010-06-17 17:03:29 +0000 (Thu, 17 Jun 2010) | 1 line Changed paths: M /branches/devel/bin/build-colinux-libs.sh M /branches/devel/bin/build-common.sh M /branches/devel/bin/build-kernel.sh M /branches/devel/bin/sample.user-build.cfg M /branches/devel/configure M /branches/devel/doc/building * Scripts: Rename SOURCE_DIR into DOWNLOADS. ------------------------------------------------------------------------ |
From: coLinux a. <col...@he...> - 2010-06-16 04:07:08
|
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-20100615/ colinux-0.7.8-20100615.src.tgz (1060229 Bytes) daemons-0.7.8-20100615.dbg.zip (601521 Bytes) daemons-0.7.8-20100615.zip (482195 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 The vmlinux and modules are up to date. Please use last version from http://www.henrynestler.com/colinux/autobuild/devel-20100601/ 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 ------------------------------------------------------------------------ r1480 | henryn | 2010-06-15 20:23:49 +0000 (Tue, 15 Jun 2010) | 1 line Changed paths: M /branches/devel/bin/build-common.sh M /branches/devel/configure * Spaces and TABs adjust in scripts. ------------------------------------------------------------------------ |
From: coLinux a. <col...@he...> - 2010-06-15 04:07: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-20100614/ colinux-0.7.8-20100614.src.tgz (1060186 Bytes) daemons-0.7.8-20100614.dbg.zip (601524 Bytes) daemons-0.7.8-20100614.zip (482188 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 The vmlinux and modules are up to date. Please use last version from http://www.henrynestler.com/colinux/autobuild/devel-20100601/ 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 ------------------------------------------------------------------------ r1479 | henryn | 2010-06-14 20:21:08 +0000 (Mon, 14 Jun 2010) | 1 line Changed paths: M /branches/devel/bin/autotrace.py M /branches/devel/bin/comake/__init__.py M /branches/devel/src/build.comake.py M /branches/devel/src/colinux/os/linux/user/coserial-daemon/build.comake.py M /branches/devel/src/colinux/user/console-wx/build.comake.py M /branches/devel/src/colinux/user/debug/server.py * Replace TABs in Python scripts with spaces. ------------------------------------------------------------------------ r1478 | henryn | 2010-06-14 19:54:26 +0000 (Mon, 14 Jun 2010) | 1 line Changed paths: M /branches/devel/bin/autotrace.py M /branches/devel/bin/build-common.sh M /branches/devel/bin/build-kernel.sh M /branches/devel/bin/comake/__init__.py M /branches/devel/bin/comake/cdeps.py M /branches/devel/bin/comake/defaults.py M /branches/devel/bin/comake/report.py M /branches/devel/bin/comake/target.py M /branches/devel/bin/comake/tools.py M /branches/devel/bin/mindump-repaint-labels.sh M /branches/devel/bin/tracewrapper.py M /branches/devel/src/build.comake.py M /branches/devel/src/colinux/arch/i386/antinx.c M /branches/devel/src/colinux/arch/i386/apic.c M /branches/devel/src/colinux/arch/i386/cpuid.c M /branches/devel/src/colinux/arch/i386/defs.h M /branches/devel/src/colinux/arch/i386/interrupt.c M /branches/devel/src/colinux/arch/i386/manager.c M /branches/devel/src/colinux/arch/i386/passage.c M /branches/devel/src/colinux/arch/i386/utils.c M /branches/devel/src/colinux/build.comake.py M /branches/devel/src/colinux/common/build.comake.py M /branches/devel/src/colinux/common/common.h M /branches/devel/src/colinux/common/common_base.h M /branches/devel/src/colinux/common/config.h M /branches/devel/src/colinux/common/console.c M /branches/devel/src/colinux/common/console.h M /branches/devel/src/colinux/common/debug.c M /branches/devel/src/colinux/common/debug.h M /branches/devel/src/colinux/common/errors.c M /branches/devel/src/colinux/common/ioctl.h M /branches/devel/src/colinux/common/messages.c M /branches/devel/src/colinux/common/queue.c M /branches/devel/src/colinux/common/queue.h M /branches/devel/src/colinux/common/snprintf.c M /branches/devel/src/colinux/common/unicode.c M /branches/devel/src/colinux/kernel/block.c M /branches/devel/src/colinux/kernel/block.h M /branches/devel/src/colinux/kernel/debug.c M /branches/devel/src/colinux/kernel/debug.h M /branches/devel/src/colinux/kernel/fileblock.c M /branches/devel/src/colinux/kernel/fileblock.h M /branches/devel/src/colinux/kernel/filesystem.c M /branches/devel/src/colinux/kernel/filesystem.h M /branches/devel/src/colinux/kernel/manager.c M /branches/devel/src/colinux/kernel/manager.h M /branches/devel/src/colinux/kernel/monitor.c M /branches/devel/src/colinux/kernel/monitor.h M /branches/devel/src/colinux/kernel/pages.c M /branches/devel/src/colinux/kernel/pages.h M /branches/devel/src/colinux/kernel/pci.c M /branches/devel/src/colinux/kernel/reversedpfns.c M /branches/devel/src/colinux/kernel/transfer.c M /branches/devel/src/colinux/kernel/transfer.h M /branches/devel/src/colinux/kernel/video.c M /branches/devel/src/colinux/os/kernel/filesystem.h M /branches/devel/src/colinux/os/kernel/monitor.h M /branches/devel/src/colinux/os/linux/kernel/core.c M /branches/devel/src/colinux/os/linux/kernel/module/alloc.c M /branches/devel/src/colinux/os/linux/kernel/module/debug.c M /branches/devel/src/colinux/os/linux/kernel/module/file.c M /branches/devel/src/colinux/os/linux/kernel/module/fs.c M /branches/devel/src/colinux/os/linux/kernel/module/main.c M /branches/devel/src/colinux/os/linux/kernel/module/manager.c M /branches/devel/src/colinux/os/linux/kernel/module/misc.c M /branches/devel/src/colinux/os/linux/kernel/module/mutex.c M /branches/devel/src/colinux/os/linux/kernel/module/pages.c M /branches/devel/src/colinux/os/linux/kernel/module/timer.c M /branches/devel/src/colinux/os/linux/kernel/module/user.c M /branches/devel/src/colinux/os/linux/kernel/module/wait.c M /branches/devel/src/colinux/os/linux/test/pipe_server.c M /branches/devel/src/colinux/os/linux/user/conet-daemon/daemon.cpp M /branches/devel/src/colinux/os/linux/user/conet-daemon/tap.c M /branches/devel/src/colinux/os/linux/user/conet-daemon/tap.h M /branches/devel/src/colinux/os/linux/user/conet-slirp-daemon/main.c M /branches/devel/src/colinux/os/linux/user/console-fltk/head.cpp M /branches/devel/src/colinux/os/linux/user/coserial-daemon/main.c M /branches/devel/src/colinux/os/linux/user/daemon/debug.c M /branches/devel/src/colinux/os/linux/user/daemon/main.c M /branches/devel/src/colinux/os/linux/user/debug/main.c M /branches/devel/src/colinux/os/linux/user/exec.c M /branches/devel/src/colinux/os/linux/user/file.c M /branches/devel/src/colinux/os/linux/user/manager.c M /branches/devel/src/colinux/os/linux/user/misc.c M /branches/devel/src/colinux/os/linux/user/reactor.c M /branches/devel/src/colinux/os/linux/user/reactor.h M /branches/devel/src/colinux/os/linux/user/unix.c M /branches/devel/src/colinux/os/linux/user/unix.h M /branches/devel/src/colinux/os/user/config.h M /branches/devel/src/colinux/os/user/manager.h M /branches/devel/src/colinux/os/winnt/build/build.comake.py M /branches/devel/src/colinux/os/winnt/kernel/alloc.c M /branches/devel/src/colinux/os/winnt/kernel/block.c M /branches/devel/src/colinux/os/winnt/kernel/conet.c M /branches/devel/src/colinux/os/winnt/kernel/conet.h M /branches/devel/src/colinux/os/winnt/kernel/core.c M /branches/devel/src/colinux/os/winnt/kernel/fileio.c M /branches/devel/src/colinux/os/winnt/kernel/filesystem.c M /branches/devel/src/colinux/os/winnt/kernel/interface.c M /branches/devel/src/colinux/os/winnt/kernel/lowlevel/alloc.c M /branches/devel/src/colinux/os/winnt/kernel/lowlevel/misc.c M /branches/devel/src/colinux/os/winnt/kernel/lowlevel/mutex.c M /branches/devel/src/colinux/os/winnt/kernel/lowlevel/timer.c M /branches/devel/src/colinux/os/winnt/kernel/lowlevel/wait.c M /branches/devel/src/colinux/os/winnt/kernel/manager.c M /branches/devel/src/colinux/os/winnt/kernel/scsi.c M /branches/devel/src/colinux/os/winnt/kernel/tap-win32/dhcp.c M /branches/devel/src/colinux/os/winnt/kernel/tap-win32/error.c M /branches/devel/src/colinux/os/winnt/kernel/tap-win32/error.h M /branches/devel/src/colinux/os/winnt/kernel/tap-win32/hexdump.c M /branches/devel/src/colinux/os/winnt/kernel/tap-win32/mem.c M /branches/devel/src/colinux/os/winnt/kernel/tap-win32/tapdrvr.c M /branches/devel/src/colinux/os/winnt/kernel/time.c M /branches/devel/src/colinux/os/winnt/monitor.h M /branches/devel/src/colinux/os/winnt/user/cobdpath.c M /branches/devel/src/colinux/os/winnt/user/conet-bridged-daemon/main.c M /branches/devel/src/colinux/os/winnt/user/conet-daemon/daemon.cpp M /branches/devel/src/colinux/os/winnt/user/conet-daemon/tap-win32.c M /branches/devel/src/colinux/os/winnt/user/conet-daemon/tap-win32.h M /branches/devel/src/colinux/os/winnt/user/conet-ndis-daemon/main.c M /branches/devel/src/colinux/os/winnt/user/conet-slirp-daemon/main.c M /branches/devel/src/colinux/os/winnt/user/console-fltk/head.cpp M /branches/devel/src/colinux/os/winnt/user/console-nt/head.cpp M /branches/devel/src/colinux/os/winnt/user/console-nt/os_console.c M /branches/devel/src/colinux/os/winnt/user/console-nt/os_console.h M /branches/devel/src/colinux/os/winnt/user/console-nt/widget.cpp M /branches/devel/src/colinux/os/winnt/user/coserial-daemon/main.c M /branches/devel/src/colinux/os/winnt/user/daemon/cmdline.c M /branches/devel/src/colinux/os/winnt/user/daemon/driver.c M /branches/devel/src/colinux/os/winnt/user/daemon/main.c M /branches/devel/src/colinux/os/winnt/user/daemon/registry.c M /branches/devel/src/colinux/os/winnt/user/daemon/service.c M /branches/devel/src/colinux/os/winnt/user/debug/main.c M /branches/devel/src/colinux/os/winnt/user/exec.c M /branches/devel/src/colinux/os/winnt/user/file.c M /branches/devel/src/colinux/os/winnt/user/manager.c M /branches/devel/src/colinux/os/winnt/user/misc.c M /branches/devel/src/colinux/os/winnt/user/osdep.c M /branches/devel/src/colinux/os/winnt/user/reactor.c M /branches/devel/src/colinux/os/winnt/user/reactor.h M /branches/devel/src/colinux/os/winnt/user/timer.c M /branches/devel/src/colinux/os/winnt/user/udp.c M /branches/devel/src/colinux/user/cmdline.c M /branches/devel/src/colinux/user/cmdline.h M /branches/devel/src/colinux/user/config.c M /branches/devel/src/colinux/user/config.h M /branches/devel/src/colinux/user/configurator/blockdevice.py M /branches/devel/src/colinux/user/configurator/common.py M /branches/devel/src/colinux/user/configurator/configurator.py M /branches/devel/src/colinux/user/configurator/networkdevice.py M /branches/devel/src/colinux/user/console-fltk/console.cpp M /branches/devel/src/colinux/user/console-fltk/console.h M /branches/devel/src/colinux/user/console-fltk/fontselect.cpp M /branches/devel/src/colinux/user/console-fltk/fontselect.h M /branches/devel/src/colinux/user/console-fltk/main.cpp M /branches/devel/src/colinux/user/console-fltk/main.h M /branches/devel/src/colinux/user/console-fltk/select_monitor.cpp M /branches/devel/src/colinux/user/console-fltk/select_monitor.h M /branches/devel/src/colinux/user/console-fltk/widget.cpp M /branches/devel/src/colinux/user/console-fltk/widget.h M /branches/devel/src/colinux/user/console-nt/console.cpp M /branches/devel/src/colinux/user/console-nt/main.cpp M /branches/devel/src/colinux/user/console-nt/main.h M /branches/devel/src/colinux/user/console-nt/widget.cpp M /branches/devel/src/colinux/user/console-nt/widget.h M /branches/devel/src/colinux/user/console-wx/build.comake.py M /branches/devel/src/colinux/user/context.h M /branches/devel/src/colinux/user/daemon-base/main.cpp M /branches/devel/src/colinux/user/daemon-base/main.h M /branches/devel/src/colinux/user/daemon.c M /branches/devel/src/colinux/user/daemon.h M /branches/devel/src/colinux/user/debug/dump.py M /branches/devel/src/colinux/user/debug/main.c M /branches/devel/src/colinux/user/debug/main.h M /branches/devel/src/colinux/user/debug/server.py M /branches/devel/src/colinux/user/debug.c M /branches/devel/src/colinux/user/debug.h M /branches/devel/src/colinux/user/elf_load.c M /branches/devel/src/colinux/user/elf_load.h M /branches/devel/src/colinux/user/macaddress.c M /branches/devel/src/colinux/user/macaddress.h M /branches/devel/src/colinux/user/manager.c M /branches/devel/src/colinux/user/manager.h M /branches/devel/src/colinux/user/monitor.c M /branches/devel/src/colinux/user/monitor.h M /branches/devel/src/colinux/user/reactor.h M /branches/devel/src/colinux/user/slirp/bootp.c M /branches/devel/src/colinux/user/slirp/cksum.c M /branches/devel/src/colinux/user/slirp/co_main.c M /branches/devel/src/colinux/user/slirp/debug.c M /branches/devel/src/colinux/user/slirp/debug.h M /branches/devel/src/colinux/user/slirp/if.c M /branches/devel/src/colinux/user/slirp/if.h M /branches/devel/src/colinux/user/slirp/ip_icmp.c M /branches/devel/src/colinux/user/slirp/ip_input.c M /branches/devel/src/colinux/user/slirp/ip_output.c M /branches/devel/src/colinux/user/slirp/libslirp.h M /branches/devel/src/colinux/user/slirp/main.h M /branches/devel/src/colinux/user/slirp/mbuf.c M /branches/devel/src/colinux/user/slirp/mbuf.h M /branches/devel/src/colinux/user/slirp/misc.c M /branches/devel/src/colinux/user/slirp/misc.h M /branches/devel/src/colinux/user/slirp/sbuf.c M /branches/devel/src/colinux/user/slirp/sbuf.h M /branches/devel/src/colinux/user/slirp/slirp.c M /branches/devel/src/colinux/user/slirp/socket.c M /branches/devel/src/colinux/user/slirp/socket.h M /branches/devel/src/colinux/user/slirp/tcp_input.c M /branches/devel/src/colinux/user/slirp/tcp_output.c M /branches/devel/src/colinux/user/slirp/tcp_subr.c M /branches/devel/src/colinux/user/slirp/tcp_timer.c M /branches/devel/src/colinux/user/slirp/tftp.c M /branches/devel/src/colinux/user/slirp/tftp.h M /branches/devel/src/colinux/user/slirp/udp.c M /branches/devel/src/colinux/user/slirp/udp.h * Remove trailing spaces from lines in sources and scripts (automated script). ------------------------------------------------------------------------ r1477 | henryn | 2010-06-14 19:18:29 +0000 (Mon, 14 Jun 2010) | 1 line Changed paths: M /branches/devel/TODO * Update TODO ------------------------------------------------------------------------ r1476 | henryn | 2010-06-14 19:13:31 +0000 (Mon, 14 Jun 2010) | 2 lines Changed paths: M /branches/devel/src/colinux/user/console-fltk/fontselect.cpp M /branches/devel/src/colinux/user/console-fltk/fontselect.h Contributed by Shai Vaingast: * Font select dialog now allows only the selection of fixed pitch fonts. ------------------------------------------------------------------------ |
From: coLinux a. <col...@he...> - 2010-06-14 04:07:25
|
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-20100613/ colinux-0.7.8-20100613.src.tgz (1062675 Bytes) daemons-0.7.8-20100613.dbg.zip (603191 Bytes) daemons-0.7.8-20100613.zip (483453 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 The vmlinux and modules are up to date. Please use last version from http://www.henrynestler.com/colinux/autobuild/devel-20100601/ 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 ------------------------------------------------------------------------ r1475 | henryn | 2010-06-13 19:22:25 +0000 (Sun, 13 Jun 2010) | 3 lines Changed paths: M /branches/devel/src/colinux/os/winnt/user/conet-daemon/tap-win32.c * TAP-Win32: Fix warning on Vista/Windows7 for "Error opening registry key: ...Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\Properties" * Use co_terminal_print and add "colinux-net-daemon:" to error output. ------------------------------------------------------------------------ r1474 | henryn | 2010-06-13 10:41:39 +0000 (Sun, 13 Jun 2010) | 2 lines Changed paths: M /branches/devel/src/colinux/user/console-fltk/widget.cpp M /branches/devel/src/colinux/user/console-nt/widget.cpp * NT console: Prevent destroing io_buffer from CO_OPERATION_CONSOLE_STARTUP. On userland the io_buffer have no space for call back data. See SVN r1467. ------------------------------------------------------------------------ |
From: coLinux a. <col...@he...> - 2010-06-13 04:07:10
|
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-20100612/ colinux-0.7.8-20100612.src.tgz (1062447 Bytes) daemons-0.7.8-20100612.dbg.zip (603159 Bytes) daemons-0.7.8-20100612.zip (483430 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 The vmlinux and modules are up to date. Please use last version from http://www.henrynestler.com/colinux/autobuild/devel-20100601/ 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 ------------------------------------------------------------------------ r1473 | henryn | 2010-06-12 18:06:52 +0000 (Sat, 12 Jun 2010) | 1 line Changed paths: M /branches/devel/NEWS * Update NEWS. ------------------------------------------------------------------------ r1472 | henryn | 2010-06-12 17:55:12 +0000 (Sat, 12 Jun 2010) | 1 line Changed paths: M /branches/devel/src/colinux/kernel/monitor.c * Remove debug from last commit. ------------------------------------------------------------------------ r1471 | henryn | 2010-06-12 17:17:18 +0000 (Sat, 12 Jun 2010) | 1 line Changed paths: M /branches/devel/src/colinux/kernel/monitor.c * monitor: Optimize with less of "imul" in loops for sending buffer and screen. ------------------------------------------------------------------------ r1470 | henryn | 2010-06-12 16:48:21 +0000 (Sat, 12 Jun 2010) | 1 line Changed paths: M /branches/devel/src/colinux/kernel/monitor.c * console: Remove more non needed code lines. ------------------------------------------------------------------------ r1469 | henryn | 2010-06-12 16:42:06 +0000 (Sat, 12 Jun 2010) | 2 lines Changed paths: M /branches/devel/src/colinux/kernel/monitor.c M /branches/devel/src/colinux/user/console-fltk/console.cpp M /branches/devel/src/colinux/user/console-nt/console.cpp * co_console_op: Prevent kernel updates it self from console start. Send monitor messages from CO_MODULE_MONITOR, not from CO_MODULE_LINUX. ------------------------------------------------------------------------ r1468 | henryn | 2010-06-12 16:31:50 +0000 (Sat, 12 Jun 2010) | 1 line Changed paths: M /branches/devel/src/colinux/kernel/monitor.c * console: Remove duplicate code lines. ------------------------------------------------------------------------ r1467 | henryn | 2010-06-12 16:26:45 +0000 (Sat, 12 Jun 2010) | 2 lines Changed paths: M /branches/devel/src/colinux/user/console-fltk/widget.cpp * FLTK console: Fix warning in log like "unknown<5242905>: <soh>". The userland co_console_op() with CO_OPERATION_CONSOLE_STARTUP destroyed the io_buffer. ------------------------------------------------------------------------ r1466 | henryn | 2010-06-12 11:13:12 +0000 (Sat, 12 Jun 2010) | 4 lines Changed paths: M /branches/devel/src/colinux/os/winnt/user/console-fltk/head.cpp M /branches/devel/src/colinux/user/console-fltk/console.cpp M /branches/devel/src/colinux/user/console-fltk/console.h M /branches/devel/src/colinux/user/console-fltk/main.h Contributed by Shai Vaingast: * Redesigned menu to be more inline with today's standard menu layout * Support for Exit on detach from the menu. This is overriden by the environment variable COLINUX_CONSOLE_EXIT_ON_DETACH ------------------------------------------------------------------------ |
From: coLinux a. <col...@he...> - 2010-06-11 04:07:53
|
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-20100610/ colinux-0.7.8-20100610.src.tgz (1062066 Bytes) daemons-0.7.8-20100610.dbg.zip (602828 Bytes) daemons-0.7.8-20100610.zip (483123 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 The vmlinux and modules are up to date. Please use last version from http://www.henrynestler.com/colinux/autobuild/devel-20100601/ 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 ------------------------------------------------------------------------ r1465 | henryn | 2010-06-10 21:59:39 +0000 (Thu, 10 Jun 2010) | 4 lines Changed paths: M /branches/devel/src/colinux/user/console-fltk/console.cpp M /branches/devel/src/colinux/user/console-fltk/console.h M /branches/devel/src/colinux/user/console-fltk/fontselect.cpp M /branches/devel/src/colinux/user/console-fltk/fontselect.h M /branches/devel/src/colinux/user/console-fltk/widget.h Contributed by Shai Vaingast: * The environment variable COLINUX_CONSOLE_FONT now overrides the registry settings for font name and font face. * Currently used font is automatically selected in the font selection dialog. ------------------------------------------------------------------------ |
From: coLinux a. <col...@he...> - 2010-06-10 04:07:21
|
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-20100609/ colinux-0.7.8-20100609.src.tgz (1061984 Bytes) daemons-0.7.8-20100609.dbg.zip (602780 Bytes) daemons-0.7.8-20100609.zip (483045 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 The vmlinux and modules are up to date. Please use last version from http://www.henrynestler.com/colinux/autobuild/devel-20100601/ 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 ------------------------------------------------------------------------ r1464 | henryn | 2010-06-09 20:39:14 +0000 (Wed, 09 Jun 2010) | 2 lines Changed paths: M /branches/devel/src/colinux/user/console-fltk/fontselect.cpp M /branches/devel/src/colinux/user/console-fltk/widget.cpp Contributed by Shai Vaingast: * Font name and size are now stored in registry and retrieved at FLTK startup. ------------------------------------------------------------------------ |
From: coLinux a. <col...@he...> - 2010-06-08 04:07:09
|
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-20100607/ colinux-0.7.8-20100607.src.tgz (1061961 Bytes) daemons-0.7.8-20100607.dbg.zip (602857 Bytes) daemons-0.7.8-20100607.zip (483109 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 The vmlinux and modules are up to date. Please use last version from http://www.henrynestler.com/colinux/autobuild/devel-20100601/ 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 ------------------------------------------------------------------------ r1463 | henryn | 2010-06-07 21:43:11 +0000 (Mon, 07 Jun 2010) | 2 lines Changed paths: M /branches/devel/src/colinux/user/console-fltk/fontselect.cpp Contributed by Shai Vaingast: * Fixed a bug with fixed pitch font selection. ------------------------------------------------------------------------ |
From: coLinux a. <col...@he...> - 2010-06-07 04:07:10
|
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-20100606/ colinux-0.7.8-20100606.src.tgz (1061957 Bytes) daemons-0.7.8-20100606.dbg.zip (603082 Bytes) daemons-0.7.8-20100606.zip (483085 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 The vmlinux and modules are up to date. Please use last version from http://www.henrynestler.com/colinux/autobuild/devel-20100601/ 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 ------------------------------------------------------------------------ r1462 | henryn | 2010-06-06 21:17:24 +0000 (Sun, 06 Jun 2010) | 2 lines Changed paths: M /branches/devel/src/colinux/user/console-fltk/console.cpp M /branches/devel/src/colinux/user/console-fltk/fontselect.cpp M /branches/devel/src/colinux/user/console-fltk/fontselect.h Contributed by Shai Vaingast: * Added support for viewing only fixed pitch fonts in the font select dialog. ------------------------------------------------------------------------ |
From: coLinux a. <col...@he...> - 2010-06-03 04:07: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-20100602/ colinux-0.7.8-20100602.src.tgz (1061518 Bytes) daemons-0.7.8-20100602.dbg.zip (601178 Bytes) daemons-0.7.8-20100602.zip (481855 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 The vmlinux and modules are up to date. Please use last version from http://www.henrynestler.com/colinux/autobuild/devel-20100601/ 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 ------------------------------------------------------------------------ r1461 | henryn | 2010-06-02 21:05:56 +0000 (Wed, 02 Jun 2010) | 3 lines Changed paths: M /branches/devel/src/colinux/user/console-fltk/console.cpp A /branches/devel/src/colinux/user/console-fltk/fontselect.cpp A /branches/devel/src/colinux/user/console-fltk/fontselect.h Contributed by Shai Vaingast: * Added a font select dialog to replace the previous method of changing the fonts. As a result, registry settings are temporarily not being read. ------------------------------------------------------------------------ |
From: coLinux a. <col...@he...> - 2010-06-02 04:25:32
|
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-20100601/ colinux-0.7.8-20100601.src.tgz (1060102 Bytes) daemons-0.7.8-20100601.dbg.zip (599568 Bytes) daemons-0.7.8-20100601.zip (480795 Bytes) modules-2.6.33.5-co-0.7.8-r1460-20100601.tgz (3571591 Bytes) vmlinux-2.6.33.5-co-0.7.8-r1460-20100601.zip (1877674 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-*-20100601.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 ------------------------------------------------------------------------ r1460 | henryn | 2010-06-01 20:26:04 +0000 (Tue, 01 Jun 2010) | 1 line Changed paths: M /branches/devel/src/colinux/os/winnt/build/build.comake.py * build: Spaces in py-files. ------------------------------------------------------------------------ r1459 | henryn | 2010-06-01 19:17:45 +0000 (Tue, 01 Jun 2010) | 1 line Changed paths: M /branches/devel/NEWS D /branches/devel/conf/linux-2.6.33.4-config A /branches/devel/conf/linux-2.6.33.5-config (from /branches/devel/conf/linux-2.6.33.4-config:1458) M /branches/devel/patch/base-2.6.33.diff D /branches/devel/patch/series-2.6.33.4 A /branches/devel/patch/series-2.6.33.5 (from /branches/devel/patch/series-2.6.33.4:1457) M /branches/devel/patch/unionfs-2.5.4_for_2.6.33.diff * Upgrade Linux kernel to 2.6.33.5 ------------------------------------------------------------------------ r1458 | henryn | 2010-06-01 06:42:54 +0000 (Tue, 01 Jun 2010) | 3 lines Changed paths: M /branches/devel/src/colinux/os/winnt/user/console-fltk/head.cpp M /branches/devel/src/colinux/user/console-fltk/console.cpp M /branches/devel/src/colinux/user/console-fltk/main.h M /branches/devel/src/colinux/user/console-fltk/widget.cpp M /branches/devel/src/colinux/user/console-fltk/widget.h Contributed by Shai Vaingast: * Added support to copying rectangular spaces with or without trailing spaces. This option is controllable via the Edit|Copy trailing spaces option. ------------------------------------------------------------------------ |
From: coLinux a. <col...@he...> - 2010-06-01 04:08:04
|
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-20100531/ colinux-0.7.8-20100531.src.tgz (1061597 Bytes) daemons-0.7.8-20100531.dbg.zip (598994 Bytes) daemons-0.7.8-20100531.zip (480213 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 The vmlinux and modules are up to date. Please use last version from http://www.henrynestler.com/colinux/autobuild/devel-20100530/ 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 ------------------------------------------------------------------------ r1457 | henryn | 2010-05-31 21:51:11 +0000 (Mon, 31 May 2010) | 1 line Changed paths: M /branches/devel/bin/build-colinux-libs.sh * libs: FLTK md5 check with current version from build-common.sh. ------------------------------------------------------------------------ r1456 | henryn | 2010-05-31 21:35:11 +0000 (Mon, 31 May 2010) | 1 line Changed paths: M /branches/devel/NEWS M /branches/devel/bin/build-common.sh M /branches/devel/doc/building A /branches/devel/patch/fltk-1.1.10-linux-patch.diff (from /branches/devel/patch/fltk-1.1.6-linux-patch.diff:1455) A /branches/devel/patch/fltk-1.1.10-win32.diff (from /branches/devel/patch/fltk-1.1.6-win32.diff:1455) D /branches/devel/patch/fltk-1.1.6-linux-patch.diff D /branches/devel/patch/fltk-1.1.6-win32.diff * Upgrade to FLTK 1.1.10 ------------------------------------------------------------------------ |