Am 03.08.2016 um 02:54 schrieb Chris Johns:
>> - The PF modules can now be linked by using the SYSINIT_NEED_FIREWALL_PF
>> and SYSINIT_NEED_FIREWALL_PFLOG configuration macros.
>
> Can you please add RTEMS_BSD_CONFIG_FIREWALL_PF and
> RTEMS_BSD_CONFIG_FIREWALL_PFLOG to rtems-bsd-config.h.
>
> Thi
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
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
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 for
changed variables. In addition it is difficult f
Am 03.08.2016 um 08:02 schrieb Chris Johns:
> On 03/08/2016 15:56, Christian Mauderer wrote:
>> Am 03.08.2016 um 02:54 schrieb Chris Johns:
>>> On 02/08/2016 21:27, Christian Mauderer wrote:
- A basic support for the FreeBSD cdev subsystem. This subsystem uses
devfs which I implementati
On 03/08/2016 15:56, Christian Mauderer wrote:
Am 03.08.2016 um 02:54 schrieb Chris Johns:
On 02/08/2016 21:27, Christian Mauderer wrote:
- A basic support for the FreeBSD cdev subsystem. This subsystem uses
devfs which I implementation based on the RTEMS IMFS.
Is this automatically included
Am 03.08.2016 um 02:54 schrieb Chris Johns:
> On 02/08/2016 21:27, Christian Mauderer wrote:
>> - A basic support for the FreeBSD cdev subsystem. This subsystem uses
>> devfs which I implementation based on the RTEMS IMFS.
>
> Is this automatically included and what can we configure and control?
On 02/08/2016 21:27, Christian Mauderer wrote:
- A basic support for the FreeBSD cdev subsystem. This subsystem uses
devfs which I implementation based on the RTEMS IMFS.
Is this automatically included and what can we configure and control?
- The PF modules can now be linked by using the SYSI