[Xenomai-core] [PATCH] fix native ppd cleanup

2007-04-07 Thread Jan Kiszka
Not beautiful, but required. For a bean-counting approach, we could also make xeno_resource_holder elements conditional. Index: xenomai/ksrc/skins/native/syscall.c === --- xenomai.orig/ksrc/skins/native/syscall.c +++ xenomai/ksrc/s

Re: [Xenomai-core] [PATCH] fix native ppd cleanup

2007-04-07 Thread Philippe Gerum
On Sat, 2007-04-07 at 12:50 +0200, Jan Kiszka wrote: > Not beautiful, but required. > Thanks. r2363 uses a slightly different approach in order to reduce the #ifdef noise in the same move. > For a bean-counting approach, we could also make xeno_resource_holder > elements conditional. > -- Ph

[Xenomai-core] [PATCH] control periodic timer restart via handler return code

2007-04-07 Thread Jan Kiszka
[rebase of https://mail.gna.org/public/xenomai-core/2006-08/msg00024.html] The decision if a periodic timer should be restarted after completion of its handler is currently based on three conditions: timer->interval != 0, timer dequeued, and timer not killed. This approach puts the decision in th

Re: [Xenomai-core] Re: RT-Socket-CAN bus error rate and latencies

2007-04-07 Thread Jan Kiszka
Wolfgang Grandegger wrote: > OK, I have just commited the following changes: > > 2007-04-02 Wolfgang Grandegger <[EMAIL PROTECTED]> > > * ksrc/drivers/can/*: The option CONFIG_XENO_DRIVERS_CAN_BUS_ERR now > enables bus error interrupts when an application is calling a receive > functi

Re: [Xenomai-core] Re: RT-Socket-CAN bus error rate and latencies

2007-04-07 Thread Wolfgang Grandegger
Jan Kiszka wrote: Wolfgang Grandegger wrote: OK, I have just commited the following changes: 2007-04-02 Wolfgang Grandegger <[EMAIL PROTECTED]> * ksrc/drivers/can/*: The option CONFIG_XENO_DRIVERS_CAN_BUS_ERR now enables bus error interrupts when an application is calling a receive