Re: [PATCH] untar: Make behavior similar to GNU or BSD tar

2021-12-07 Thread Christian MAUDERER
Hello Chris, Am 07.12.21 um 05:10 schrieb Chris Johns: On 3/12/21 11:50 pm, Christian Mauderer wrote: RTEMS untar implementation had problems with overwriting or integrating archives into existing directory structures. This patch adapts the behavior to mimic that of a GNU tar or BSD tar and ext

[PATCH] score: Fix _Workspace_Initialize_for_one_area()

2021-12-07 Thread Sebastian Huber
In _Workspace_Initialize_for_one_area(), properly check if there is enough free memory available for the configured workspace size. The bug was introduced by commit 3d0620b607ff6459fec9d30efc1e0589bbd010f9. --- cpukit/include/rtems/score/wkspaceinitone.h | 34 - 1 file change

Re: [PATCH rtems-tools 0/8] Convert and reformat pt. 4

2021-12-07 Thread Ryan Long
On 12/6/2021 10:09 PM, Chris Johns wrote: On 4/12/21 1:47 am, Ryan Long wrote: Hi, For this series of patches, I followed this series of steps: 1. Convert a file from the C way of doing things to C++. 2. Go through all the files that had to do with the converted file and make the formatting

[PATCH] score: Fix _Workspace_Initialize_for_one_area()

2021-12-07 Thread Sebastian Huber
In _Workspace_Initialize_for_one_area(), properly check if there is enough free memory available for the configured workspace size. The bug was introduced by commit 3d0620b607ff6459fec9d30efc1e0589bbd010f9. --- cpukit/include/rtems/score/wkspaceinitone.h | 34 - 1 file change

Re: [PATCH] score: Fix _Workspace_Initialize_for_one_area()

2021-12-07 Thread Sebastian Huber
On 07/12/2021 18:07, Sebastian Huber wrote: In _Workspace_Initialize_for_one_area(), properly check if there is enough free memory available for the configured workspace size. The bug was introduced by commit 3d0620b607ff6459fec9d30efc1e0589bbd010f9. Please ignore this patch. Our mail server

Re: [PATCH rtems-tools 0/8] Convert and reformat pt. 4

2021-12-07 Thread Chris Johns
On 8/12/21 1:09 am, Ryan Long wrote: > On 12/6/2021 10:09 PM, Chris Johns wrote: >> On 4/12/21 1:47 am, Ryan Long wrote: >>> Hi, >>> >>> For this series of patches, I followed this series of steps: >>> >>> 1. Convert a file from the C way of doing things to C++. >>> 2. Go through all the files that