Re: [Xenomai-core] System-V initialization script

2006-03-08 Thread Philippe Gerum
Romain Lenglet wrote: Hi, Here is a patch that adds a System-V init script to the distribution. This script creates/deletes the devices in /dev and sets the latency through /proc/xenomai/latency. Please re-run automake before committing (if committing). Ok, queued for 2.1.1. Thanks. Is

Re: [Xenomai-core] prepare-kernel.sh patch to factorize generated patches

2006-03-08 Thread Gilles Chanteperdrix
Romain Lenglet wrote: Hi, I have added two new command-line options to prepare-kernel.sh to filter the changes to record in the generated patch files. The patch to prepare-kernel.sh is attached. Applied, thanks. -- Gilles Chanteperdrix.

Re: AW: [Xenomai-core] Fundamental Questions

2006-03-08 Thread Christopher Stone
In light of the desire for support below, would the Xenomai team consider listing companies capable of commercial support on their website, or create another mailing list for us to announce commercial offerings around Xenomai. I amprepared to contribute to Xenomai in order to receive this

Re: [Xenomai-core] Error on rtdm skin with --enable-dox-doc

2006-03-08 Thread Jan Kiszka
Rodrigo Rosenfeld Rosas wrote: Hi Jan, When compiling svn xenomai I noticed the following error with --enable-dox-doc switch: CC [M] kernel/xenomai/skins/rtdm/drvlib.o kernel/xenomai/skins/rtdm/drvlib.c:1513:1: error: unterminated #ifdef I just passed this stage with trunk revision

Re: [Xenomai-core] Error on rtdm skin with --enable-dox-doc

2006-03-08 Thread Jan Kiszka
Rodrigo Rosenfeld Rosas wrote: Em Quarta 08 Março 2006 14:35, Jan Kiszka escreveu: Rodrigo Rosenfeld Rosas wrote: Hi Jan, When compiling svn xenomai I noticed the following error with --enable-dox-doc switch: CC [M] kernel/xenomai/skins/rtdm/drvlib.o

Re: AW: [Xenomai-core] Fundamental Questions

2006-03-08 Thread Jan Kiszka
Christopher Stone wrote: In light of the desire for support below, would the Xenomai team consider listing companies capable of commercial support on their website, or create another mailing list for us to announce commercial offerings around Xenomai. I am prepared to contribute to Xenomai in

RE: AW: [Xenomai-core] Fundamental Questions

2006-03-08 Thread Christopher Stone
I do not have specific plans. I am working on something I am currently calling the Xen Loadable Module or XLM. It is an Xenomai application that when loaded, turns the Linux kernel into a Xen compatible hypervisor. For the rationale behind it see here:

[Xenomai-core] RTDM mmap and vm_operations

2006-03-08 Thread Rodrigo Rosenfeld Rosas
Hi Jan, Is there a way of knowing what was the src_addr or pptr data passed to rtdm_mmap_to_user without using the vm_private_data struct? I mean, can I obtain those information directly in the vma struct passed to the close handler? If so, I could pass a more generic struct to vm_private and

Re: [Xenomai-core] Error on rtdm skin with --enable-dox-doc

2006-03-08 Thread Jan Kiszka
Gilles Chanteperdrix wrote: Jan Kiszka wrote: Rodrigo Rosenfeld Rosas wrote: Hi Jan, When compiling svn xenomai I noticed the following error with --enable-dox-doc switch: CC [M] kernel/xenomai/skins/rtdm/drvlib.o kernel/xenomai/skins/rtdm/drvlib.c:1513:1:

Re: [Xenomai-core] Error on rtdm skin with --enable-dox-doc

2006-03-08 Thread Gilles Chanteperdrix
Jan Kiszka wrote: Rodrigo Rosenfeld Rosas wrote: Hi Jan, When compiling svn xenomai I noticed the following error with --enable-dox-doc switch: CC [M] kernel/xenomai/skins/rtdm/drvlib.o kernel/xenomai/skins/rtdm/drvlib.c:1513:1: error: unterminated #ifdef I

Re: [Xenomai-core] Xenomai as module changing bzImage

2006-03-08 Thread Jan Kiszka
Rodrigo Rosenfeld Rosas wrote: Hi Philippe, I disabled the kernel .config support, recompiled the kernel with latest ipipe patch and rebooted my system (Xenomai configured as a module). Then I downloaded last svn Xenomai. Compiled it (after correcting drvlib.c of rtdm skin) and noted

Re: [Xenomai-core] RTDM mmap and vm_operations

2006-03-08 Thread Jan Kiszka
Rodrigo Rosenfeld Rosas wrote: Hi Jan, Is there a way of knowing what was the src_addr or pptr data passed to rtdm_mmap_to_user without using the vm_private_data struct? I mean, can I obtain those information directly in the vma struct passed to the close handler? If so, I could pass a

Re: AW: [Xenomai-core] Fundamental Questions

2006-03-08 Thread Jan Kiszka
Christopher Stone wrote: I do not have specific plans. I am working on something I am currently calling the Xen Loadable Module or XLM. It is an Xenomai application that when loaded, turns the Linux kernel into a Xen compatible hypervisor. For the rationale behind it see here:

Re: AW: [Xenomai-core] Fundamental Questions

2006-03-08 Thread Herman Bruyninckx
On Wed, 8 Mar 2006, Jan Kiszka wrote: Christopher Stone wrote: I do not have specific plans. I am working on something I am currently calling the Xen Loadable Module or XLM. It is an Xenomai application that when loaded, turns the Linux kernel into a Xen compatible hypervisor. For the

[Xenomai-core] Anybody Has Sample Code of Message Queue Performance Measurement in User Space for Xenomai Native Mode?

2006-03-08 Thread Wu, John
We are in the process of calibrating Xenomai native API message queue performancein user space application. Does anybody has sample code to share with us? ___ Xenomai-core mailing list Xenomai-core@gna.org https://mail.gna.org/listinfo/xenomai-core

Re: [Xenomai-core] [PATCH] Small doc fix for rtbenchmark.h

2006-03-08 Thread Jan Kiszka
Sebastian Smolorz wrote: Hi Jan, here is a fix for the following doxygen warning: xenomai/include/rtdm/rtbenchmark.h:146: Warning: end of file while inside a group Sebastian ---