[Xenomai-core] [patch] problems with nucleus/types.h

2005-10-21 Thread Jan Kiszka
Hi, after the latest changes in include/nucleus/types.h, I get some warnings during userspace lib compilation on my box: In file included from /usr/src/xenomai/include/nucleus/queue.h:24, from /usr/src/xenomai/include/nucleus/timer.h:24, from

[Xenomai-core] [patch] signedness issues in testsuite

2005-10-21 Thread Jan Kiszka
Fixes gcc-4 warnings. Jan Index: testsuite/latency/latency.c === --- testsuite/latency/latency.c (revision 54) +++ testsuite/latency/latency.c (working copy) @@ -40,9 +40,9 @@ #define WARMUP_TIME 1 #define HISTOGRAM_CELLS 100 int

[Xenomai-core] [Fwd: Re: [Xenomai-help] timeout in native API calls (cond, sem, mutex, etc).]

2005-10-21 Thread Philippe Gerum
Resending here since this is a general project issue. Original Message Subject: Re: [Xenomai-help] timeout in native API calls (cond, sem, mutex, etc). Date: Fri, 21 Oct 2005 18:45:59 +0200 From: Philippe Gerum [EMAIL PROTECTED] Organization: Xenomai To: Jan Kiszka

Re: [Xenomai-core] RTLWS 2005 - who plans to attend?

2005-10-21 Thread Dmitry Adamushko
On Wednesday 19 October 2005 20:56, you wrote: I've been to the RTLWS 2003 in Valencia, and it was great. A lot of interesting discussions with the inner circle, also from the other side ;) (RTLinux/GPL), and with users. And it was a nice place to stay, of course. Well, for me at least it

Re: [Xenomai-core] [patch] signedness issues in testsuite

2005-10-21 Thread Philippe Gerum
Jan Kiszka wrote: Fixes gcc-4 warnings. Applied, thanks. Jan Index: testsuite/latency/latency.c === --- testsuite/latency/latency.c (revision 54) +++

Re: [Xenomai-core] [Fwd: Re: [Xenomai-help] timeout in native API calls (cond, sem, mutex, etc).]

2005-10-21 Thread Heikki Lindholm
Philippe Gerum kirjoitti: Resending here since this is a general project issue. Original Message Subject: Re: [Xenomai-help] timeout in native API calls (cond, sem, mutex, etc). Date: Fri, 21 Oct 2005 18:45:59 +0200 From: Philippe Gerum [EMAIL PROTECTED]

[Xenomai-core] Adeos then Xenomai over Blackfin

2005-10-21 Thread Philippe Gerum
FYI, I have uploaded the initial release of Adeos for the Blackfin architecture: http://download.gna.org/adeos/patches/v2.6/adeos/bfin/adeos-ipipe-uc-2.6.12-bfin-1.0-00.patch It is based on the 2.6.12 kernel found in the uClinux-2005R3 distribution, and tested on a BF533 eval board.

Re: [Xenomai-core] EDF or RM scheduler for Xenomai

2005-10-21 Thread Philippe Gerum
Germain Olivier wrote: At the beginning of October I've posted on the RTAI mailing list a question about the development of additional scheduler for RTAI/Fusion. About the pluggable scheduler infrastructure, can you give more details on what you expect ? An implementation in the nucleus that

[Xenomai-core] [patch] rtdm without CONFIG_XENO_OPT_PERVASIVE

2005-10-21 Thread Jan Kiszka
Hi, this fixes an unresolved symbol in xeno_rtdm when CONFIG_XENO_OPT_PERVASIVE is switched off. Jan Index: skins/rtdm/device.c === --- skins/rtdm/device.c (Revision 53) +++ skins/rtdm/device.c (Arbeitskopie) @@ -30,7 +30,6 @@

[Xenomai-core] [packaging] Proposal of split source code organization

2005-10-21 Thread Romain Lenglet
Hi, Here is a proposal of reorganization of the files in Xenomai, to make packaging easier. I have moved all the files, and the resulting hierarchy of directories in in the attached dirs.txt, and the contained files in allfiles.txt. The GNUmakefiles, etc. are still missing here. What do you

[Xenomai-core] [patch] signedness issues in testsuite

2005-10-21 Thread Jan Kiszka
Fixes gcc-4 warnings. Jan Index: testsuite/latency/latency.c === --- testsuite/latency/latency.c (revision 54) +++ testsuite/latency/latency.c (working copy) @@ -40,9 +40,9 @@ #define WARMUP_TIME 1 #define HISTOGRAM_CELLS 100 int

Re: [Xenomai-core] RTLWS 2005 - who plans to attend?

2005-10-21 Thread Dmitry Adamushko
On Wednesday 19 October 2005 20:56, you wrote: I've been to the RTLWS 2003 in Valencia, and it was great. A lot of interesting discussions with the inner circle, also from the other side ;) (RTLinux/GPL), and with users. And it was a nice place to stay, of course. Well, for me at least it

Re: [Xenomai-core] [patch] rtdm without CONFIG_XENO_OPT_PERVASIVE

2005-10-21 Thread Philippe Gerum
Jan Kiszka wrote: Hi, this fixes an unresolved symbol in xeno_rtdm when CONFIG_XENO_OPT_PERVASIVE is switched off. Applied, thanks. Jan Index: skins/rtdm/device.c

Re: [Xenomai-core] EDF or RM scheduler for Xenomai

2005-10-21 Thread Philippe Gerum
Germain Olivier wrote: At the beginning of October I've posted on the RTAI mailing list a question about the development of additional scheduler for RTAI/Fusion. About the pluggable scheduler infrastructure, can you give more details on what you expect ? An implementation in the nucleus that