Re: arm (bsp=xilinx_zynq_a9_qemu ) task in 'testsuites/fstests/fsdosfsname01.exe' failed

2022-03-22 Thread Sebastian Huber
Hello Heinz, On 19/03/2022 16:54, Heinz Junkes wrote: Waf: Leaving directory `/home/rtems/ARM_TST/kernel/build/arm/xilinx_zynq_a9_qemu' Build failed -> task in 'testsuites/fstests/fsdosfsname01.exe' failed with exit status 1 (run with -v to display more information) [1714/4241] Linking

[PATCH 3/3] Update Eric Norum contact info and start to normalize file headers

2022-03-22 Thread Joel Sherrill
--- bsps/arm/csb337/umon/tfsDriver.c | 8 +++-- bsps/m68k/gen68360/README | 9 +- bsps/m68k/gen68360/btimer/btimer.c| 30 +++ bsps/m68k/gen68360/clock/clock.c | 10 +++ bsps/m68k/gen68360/console/console.c

[PATCH 2/3] testsuites/: Update Eric Norum contact info and normalize file headers

2022-03-22 Thread Joel Sherrill
--- testsuites/libtests/termios/README | 5 + testsuites/libtests/termios/init.c | 16 +--- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/testsuites/libtests/termios/README b/testsuites/libtests/termios/README index 2b8fcab856..7ff007c778 100644 ---

[PATCH 1/3] cpukit/: Update Eric Norum contact info and normalize file headers

2022-03-22 Thread Joel Sherrill
--- cpukit/include/rtems/tftp.h | 35 +++--- cpukit/libcsupport/src/getgrent.c | 2 +- cpukit/libcsupport/src/getgrnam.c | 2 +- cpukit/libcsupport/src/getpwent.c | 2 +- cpukit/libcsupport/src/pwdgrp.c | 2 +-

[PATCH 0/3] Update Eric Norum Contact Info

2022-03-22 Thread Joel Sherrill
Hi, In doing the previous rounds of changes, I noticed that Eric Norum also had a full address (old) and multiple out of date email addresses. With his permission, I have made a sweep at updating this info and a bit of file header normalization. Disclaimers: (1) I discovered that COPYRIGHT and

Re: [PATCH 01/26] cpukit/libdl/rtl-alloc-check.py: Change to BSD-2 by hand

2022-03-22 Thread Joel Sherrill
On Tue, Mar 22, 2022 at 2:36 AM Christian MAUDERER < christian.maude...@embedded-brains.de> wrote: > Shouldn't there be a SPDX-line added to this file? > Yep. I went back and reviewed all the manual edits and ensured also had SPDX notation. Another example where a pass after all this is over

Re: [PATCH 07/26] cpukit/libds/src/ftpfs/tftpDriver.c: Manually update license to BSD-2

2022-03-22 Thread Joel Sherrill
On Tue, Mar 22, 2022 at 2:43 AM Christian MAUDERER < christian.maude...@embedded-brains.de> wrote: > Am 18.03.22 um 17:21 schrieb Joel Sherrill: > > Eric Norum granted permission plus git log archeology to get year for > > his copyright. > > > > Updates #3053. > > --- > >

Re: [PATCH 14/26] cpukit/libmisc/capture: Manually change license to BSD-2

2022-03-22 Thread Joel Sherrill
On Tue, Mar 22, 2022 at 2:49 AM Christian MAUDERER < christian.maude...@embedded-brains.de> wrote: > Am 18.03.22 um 17:21 schrieb Joel Sherrill: > > These files did not follow the standard format and needed to be > > changed manually. > > > > Updates #3053. > > --- > >

Re: [PATCH 22/26] cpukit/libmisc/redirector: Manually change license to BSD-2

2022-03-22 Thread Joel Sherrill
On Tue, Mar 22, 2022 at 2:51 AM Christian MAUDERER < christian.maude...@embedded-brains.de> wrote: > Am 18.03.22 um 17:21 schrieb Joel Sherrill: > > Updates #3053. > > --- > > cpukit/libmisc/redirector/stdio-redirect.c | 33 -- > > 1 file changed, 25 insertions(+), 8

Re: [PATCH 00/26] Bulk Relicense to BSD-2

2022-03-22 Thread Christian MAUDERER
Hello Joel, I didn't re-check the authors for all files and whether you have the permission from them. I'm sure that you checked that thoroughly. I added comments for a few minor formal details. Apart from these, the patches look good. Best regards Christian Am 18.03.22 um 17:21 schrieb

Re: [PATCH 22/26] cpukit/libmisc/redirector: Manually change license to BSD-2

2022-03-22 Thread Christian MAUDERER
Am 18.03.22 um 17:21 schrieb Joel Sherrill: Updates #3053. --- cpukit/libmisc/redirector/stdio-redirect.c | 33 -- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/cpukit/libmisc/redirector/stdio-redirect.c b/cpukit/libmisc/redirector/stdio-redirect.c index

Re: [PATCH 14/26] cpukit/libmisc/capture: Manually change license to BSD-2

2022-03-22 Thread Christian MAUDERER
Am 18.03.22 um 17:21 schrieb Joel Sherrill: These files did not follow the standard format and needed to be changed manually. Updates #3053. --- cpukit/libmisc/capture/README | 4 +- cpukit/libmisc/capture/capture-cli.c | 57 ---

Re: [PATCH 07/26] cpukit/libds/src/ftpfs/tftpDriver.c: Manually update license to BSD-2

2022-03-22 Thread Christian MAUDERER
Am 18.03.22 um 17:21 schrieb Joel Sherrill: Eric Norum granted permission plus git log archeology to get year for his copyright. Updates #3053. --- cpukit/libfs/src/ftpfs/tftpDriver.c | 38 +++-- 1 file changed, 30 insertions(+), 8 deletions(-) diff --git

Re: [PATCH 01/26] cpukit/libdl/rtl-alloc-check.py: Change to BSD-2 by hand

2022-03-22 Thread Christian MAUDERER
Shouldn't there be a SPDX-line added to this file? Am 18.03.22 um 17:21 schrieb Joel Sherrill: Updates #3053. --- cpukit/libdl/rtl-alloc-check.py | 30 +++--- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/cpukit/libdl/rtl-alloc-check.py

Re: NTP client recommendation for RTEMS?

2022-03-22 Thread Sebastian Huber
On 21/03/2022 22:28, Chris Johns wrote: On 21/3/2022 5:59 pm, Sebastian Huber wrote: On 20/03/2022 23:08, Chris Johns wrote: On 24/2/2022 2:03 am, Sebastian Huber wrote: On 22/02/2022 21:25, Joel Sherrill wrote: On Tue, Feb 22, 2022, 1:45 PM Sebastian Huber