[PATCH] ftpd: Make socket timeout optional

2023-12-06 Thread Sebastian Huber
This feature is not supported by lwIP. --- cpukit/ftpd/ftpd.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/cpukit/ftpd/ftpd.c b/cpukit/ftpd/ftpd.c index ceb5c5d5b9..fe5f190242 100644 --- a/cpukit/ftpd/ftpd.c +++ b/cpukit/ftpd/ftpd.c @@ -576,7 +576,7 @@ send_rep

Re: RTEMS LwIP licensing and organization cleanup proposal

2023-12-06 Thread Sebastian Huber
Hello Premysl, On 03.03.23 14:32, Pavel Pisa wrote: I have contacted Premysl Houdek who worked on project during his RTEMS GSoC and followup diploma thesis https://support.dce.felk.cvut.cz/mediawiki/images/f/f1/Dp_2016_houdek_premysl.pdf and he is prepared to confirm relicensing to any RTE

Re: [PATCH 0/8] Add basic support for TMS570LC4357

2023-12-06 Thread Sebastian Huber
Hello Pavel, sorry for the delay, but I was busy with all sorts of things. I checked in the first round of patches. I work on cleaning up a patch set with support for the TMS570LC4357. For debugging, we use the Lauterbach PowerDebug System. Best regards, Sebastian -- embedded brain

[PATCH v2 1/4] sb: No hash on a package is an error

2023-12-06 Thread chrisj
From: Chris Johns --- source-builder/sb/download.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source-builder/sb/download.py b/source-builder/sb/download.py index 410edeb..3f26644 100644 --- a/source-builder/sb/download.py +++ b/source-builder/sb/download.py @@ -132,9

[PATCH v2 3/4] sb: Allow _ in downloaded file names

2023-12-06 Thread chrisj
From: Chris Johns --- source-builder/sb/download.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source-builder/sb/download.py b/source-builder/sb/download.py index 3f26644..6e6f9f2 100644 --- a/source-builder/sb/download.py +++ b/source-builder/sb/download.py @@ -132,

[PATCH v2 4/4] sb: Set the uid and gid on POSIX systems

2023-12-06 Thread chrisj
From: Chris Johns This improves performance because it avoids an exec each time the _uid macro is referenced and that can be a number of times for each config parsed. --- source-builder/sb/options.py | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source-builder/sb/optio

[PATCH v2 2/4] hash: Fix missing hashes after errors if missing

2023-12-06 Thread chrisj
From: Chris Johns --- bare/config/devel/binutils-2.22-1.cfg | 2 + bare/config/devel/binutils-2.24-1.cfg | 3 + bare/config/devel/gcc-4.6-newlib-1.20-1.cfg | 13 .../config/devel/gcc-4.9.1-newlib-2.1.0-1.cfg | 11 +++ bare/config/devel/gdb-7.7-1.cfg | 2 +

Re: [PATCH v2 4/4] sb: Set the uid and gid on POSIX systems

2023-12-06 Thread Gedare Bloom
These 4 look good to me. On Wed, Dec 6, 2023 at 3:14 PM wrote: > > From: Chris Johns > > This improves performance because it avoids an exec each time > the _uid macro is referenced and that can be a number of times > for each config parsed. > --- > source-builder/sb/options.py | 6 +- > 1

Re: [PATCH 0/8] Add basic support for TMS570LC4357

2023-12-06 Thread Pavel Pisa
Hello Sebastian On Wednesday 06 of December 2023 17:08:39 Sebastian Huber wrote: > sorry for the delay, but I was busy with all sorts of things. I checked > in the first round of patches. I work on cleaning up a patch set with > support for the TMS570LC4357. > > For debugging, we use the Lauterba

Re: style patches - discuss

2023-12-06 Thread Sebastian Huber
Hello, it seems we still have no tool and configuration to get satisfying results when applied to existing RTEMS source files. May I suggest a more pragmatic approach which focuses on new files. Would it be an option to simply use automatic formatting for all new files specifically written fo