[PATCH] added malloc usable size and test

2022-03-04 Thread zack leung
closes #4503 --- cpukit/include/rtems/libcsupport.h| 5 +++ cpukit/libcsupport/src/mallocusablesize.c | 48 +++ spec/build/cpukit/librtemscpu.yml | 1 + testsuites/libtests/malloctest/init.c | 15 ++- 4 files changed, 68 insertions(+), 1 deletion(-) c

[PATCH rtems-docs] cpu-supplement: Add note about device memory

2022-03-04 Thread Kinsey Moore
Add information about restricted use of device memory for ARM and AArch64. --- cpu-supplement/aarch64.rst | 5 + cpu-supplement/arm.rst | 6 ++ 2 files changed, 11 insertions(+) diff --git a/cpu-supplement/aarch64.rst b/cpu-supplement/aarch64.rst index 2b3d620..4576663 100644 --- a/cp

Relicense to BSD-2 Status Report

2022-03-04 Thread Joel Sherrill
Hi A couple of weeks ago, I decided that we should have permission from enough submitters to attempt to do bulk conversions to BSD-2 license in the headers. I did a fair amount of the cpukit as you all may have noticed. This led to some discoveries: (1) There are still more people to get permissi

Re: [PATCH rtems-lwip] Add missing COPYING files from lwip and uLan

2022-03-04 Thread Vijay Kumar Banerjee
Hi Kinsey, Thanks for the patch. I was wondering if it would be a good idea to use this patch and add a comment in the respective source files that they are based on an external repository and the related copying files are COPYING.something ? On Fri, Mar 4, 2022 at 7:49 AM Kinsey Moore wrote: >

Re: rtems-lwip file locations and licensing

2022-03-04 Thread Vijay Kumar Banerjee
Hi Kinsey, On Fri, Mar 4, 2022 at 9:47 AM Kinsey Moore wrote: > > I was looking though the rtems-lwip tree in adding license files and it > struck me that we currently have code with possibly different licenses and > from different external sources merged into the same tree with possibly > dif

rtems-lwip file locations and licensing

2022-03-04 Thread Kinsey Moore
I was looking though the rtems-lwip tree in adding license files and it struck me that we currently have code with possibly different licenses and from different external sources merged into the same tree with possibly differing paths from the original source locations. There is at least one fil

[PATCH rtems-lwip] Add missing COPYING files from lwip and uLan

2022-03-04 Thread Kinsey Moore
These are the original COPYING files from the upstream projects. --- COPYING.lwip | 25 + COPYING.uLan | 33 + 2 files changed, 58 insertions(+) create mode 100644 COPYING.lwip create mode 100644 COPYING.uLan diff --git a/COPYING.lwip b/CO