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
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
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
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:
>
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
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
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