[Xenomai-core] [PATCH] pSOS tm_-calls

2006-12-13 Thread Thomas Necker
Here come some patches that add the following functions to the pSOS direct syscall interface: tm_wkafter, tm_cancel, tm_evafter, tm_get, tm_set Please note: - The registry entries are not exported. Those timers only exist a short period of time in contrast to queues, tasks, etc. I don't see

Re: [Xenomai-core] [PATCH] consolidate testsuite installation

2006-12-13 Thread Jan Kiszka
Gilles Chanteperdrix wrote: Jan Kiszka wrote: Gilles Chanteperdrix wrote: At some point in time: https://mail.gna.org/public/xenomai-help/2006-09/msg00181.html I started to use exec_prefix and prefix for separating the binaries, libraries and script that need to be installed on the target

[Xenomai-core] Re: [Adeos-main] [RFC] type-based spinlock op selection

2006-12-13 Thread Philippe Gerum
On Wed, 2006-12-13 at 18:04 +0100, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2006-12-06 at 09:49 +0100, Jan Kiszka wrote: Hi, reading through the I-pipe patch I noticed that there are quite a few spin_lock-spin_lock_hw and similar conversions. Having the conversion mechanism of

[Xenomai-core] Re: [Adeos-main] [RFC] type-based spinlock op selection

2006-12-13 Thread Jan Kiszka
Philippe Gerum wrote: On Wed, 2006-12-13 at 18:04 +0100, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2006-12-06 at 09:49 +0100, Jan Kiszka wrote: Hi, reading through the I-pipe patch I noticed that there are quite a few spin_lock-spin_lock_hw and similar conversions. Having the

[Xenomai-core] [RFC][PATCH] kill hard rwlocks

2006-12-13 Thread Jan Kiszka
Hi, at the risk of overseeing some valid use case, I'm proposing to get rid of the hard rw-spinlocks in both Xenomai and I-pipe. Find attached patches to convert the only user, the IRQ shield, to a spinlock and remove the related wrappings in the HAL and in I-pipe. Jan ---

[Xenomai-core] Re: [Adeos-main] [RFC] type-based spinlock op selection

2006-12-13 Thread Philippe Gerum
On Wed, 2006-12-13 at 18:27 +0100, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2006-12-13 at 18:04 +0100, Jan Kiszka wrote: Philippe Gerum wrote: On Wed, 2006-12-06 at 09:49 +0100, Jan Kiszka wrote: Hi, reading through the I-pipe patch I noticed that there are quite a few