Re: [rtems-libbsd commit] pfctl: Adapt for RTEMS.

2016-08-03 Thread Christian Mauderer
Am 03.08.2016 um 07:02 schrieb Sebastian Huber: > > > On 03/08/16 01:22, Chris Johns wrote: >> On 02/08/2016 21:21, Sebastian Huber wrote: >>> freebsd/contrib/pf/pfctl/parse-data.h | 42 >>> diff --git a/freebsd/contrib/pf/pfctl/parse-data.h >>> b/freebsd/contrib/pf/p

[PATCH] score: Indroduce cancel job scheduler operation

2016-08-03 Thread Sebastian Huber
Do not use a deadline value of zero to indicate a job cancellation. Use a dedicated scheduler operation for this. --- cpukit/rtems/src/ratemoncancel.c | 2 +- cpukit/score/include/rtems/score/scheduler.h | 17 cpukit/score/include/rtems/score/schedulercbs.h|

Re: Add FreeBSD PF Firewall to libbsd

2016-08-03 Thread Chris Johns
On 3/08/2016 5:00 PM, Christian Mauderer wrote: > Am 03.08.2016 um 08:46 schrieb Chris Johns: >> On 03/08/2016 16:15, Christian Mauderer wrote: >>> Basically it boils down to the following: Currently I use an >>> __attribute__ on every variable that has to be initialized. That makes >>> updates a l

Add a program in the shell command line in RTEMS-libbsd

2016-08-03 Thread Babacar Diop
Dear devels, I might need your help regarding RTEMS-libbsd. I would like to add a program into the RTEMS shell command line in order to run it with some parameter. In a first step, I created a file rtems-bsd-shell-*myprog.*c into the rtemsbsd/rtems folder to create the command. I would like to k

Re: Add FreeBSD PF Firewall to libbsd

2016-08-03 Thread Christian Mauderer
Am 03.08.2016 um 08:46 schrieb Chris Johns: > On 03/08/2016 16:15, Christian Mauderer wrote: >> Basically it boils down to the following: Currently I use an >> __attribute__ on every variable that has to be initialized. That makes >> updates a little more difficult because we would have to look out