ftp server upload filer error.

2018-05-03 Thread jameszxj
hi, I update libbsd to the github version, and when i upload a file, the upload process failed at the end, and the target shell stuck. I disconnect from the ftp client, shell print the msg debug: _bsd_sonewconn: pcb 0x15df2000: Listen queue overflow: 2 already in queue awaiting

[PATCH v2 6/6] dhcpcd: Add hooks

2018-05-03 Thread Sebastian Huber
--- dhcpcd/dhcpcd.c | 9 +++ dhcpcd/namespace.h | 1 + dhcpcd/script.c | 56 + dhcpcd/script.h | 6 + libbsd.py | 1 + rtemsbsd/include/rtems/dhcpcd.h | 22

[PATCH v2 1/6] rc_conf: Include missing header files

2018-05-03 Thread Sebastian Huber
--- rtemsbsd/rtems/rtems-bsd-rc-conf-net.c | 4 1 file changed, 4 insertions(+) diff --git a/rtemsbsd/rtems/rtems-bsd-rc-conf-net.c b/rtemsbsd/rtems/rtems-bsd-rc-conf-net.c index 8d70834c9..d5d4f3958 100644 --- a/rtemsbsd/rtems/rtems-bsd-rc-conf-net.c +++

[PATCH v2 2/6] rc_conf: Do not create directories used by dhcpcd

2018-05-03 Thread Sebastian Huber
The dhcpcd will create the directories on its own. --- rtemsbsd/rtems/rtems-bsd-rc-conf-net.c | 12 1 file changed, 12 deletions(-) diff --git a/rtemsbsd/rtems/rtems-bsd-rc-conf-net.c b/rtemsbsd/rtems/rtems-bsd-rc-conf-net.c index d5d4f3958..0a5b3aaec 100644 ---

[PATCH v2 4/6] dhcpcd: Remove unused dhcpcd shell command

2018-05-03 Thread Sebastian Huber
--- libbsd.py | 6 - rtemsbsd/include/rtems/netcmds-config.h | 2 -- rtemsbsd/rtems/rtems-bsd-shell-dhcpcd.c | 40 - 3 files changed, 48 deletions(-) delete mode 100644 rtemsbsd/rtems/rtems-bsd-shell-dhcpcd.c diff --git

[PATCH v2 3/6] rc_conf: Remove unused variable

2018-05-03 Thread Sebastian Huber
--- rtemsbsd/rtems/rtems-bsd-rc-conf-net.c | 5 - 1 file changed, 5 deletions(-) diff --git a/rtemsbsd/rtems/rtems-bsd-rc-conf-net.c b/rtemsbsd/rtems/rtems-bsd-rc-conf-net.c index 0a5b3aaec..a3c4e7fb7 100644 --- a/rtemsbsd/rtems/rtems-bsd-rc-conf-net.c +++

[PATCH] dev/sc16is752: Add ioctl calls for modem controll.

2018-05-03 Thread Christian Mauderer
This add ths following ioctl calls to the sc16is752 driver: - TIOCMGET - TIOCMSET - TIOCMBIS - TIOCMBIC --- cpukit/dev/serial/sc16is752-regs.h | 18 - cpukit/dev/serial/sc16is752.c | 79 ++ 2 files changed, 96 insertions(+), 1 deletion(-) diff

Re: [PATCH v2 4/6] dhcpcd: Remove unused dhcpcd shell command

2018-05-03 Thread Sebastian Huber
On 03/05/18 09:13, Chris Johns wrote: On 03/05/2018 16:49, Sebastian Huber wrote: -extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command; -1. I am not bothering to review the remainder of this patch. This command is useful. I have used it in the past when working with dhcpd. It is like running

Re: x86_64 port and BSP (GSoC 2018)

2018-05-03 Thread Amaan Cheval
On Thu, May 3, 2018 at 5:56 AM Chris Johns wrote: > On 01/05/2018 23:09, Amaan Cheval wrote: > > Quick update: My x86_64 stub port compiles and can be linked to all default > > tests now! _dance_ > > > > I've pushed the stub port for the x86_64 to my fork on Github; the commits

Re: [PATCH v2 4/6] dhcpcd: Remove unused dhcpcd shell command

2018-05-03 Thread Chris Johns
On 03/05/2018 16:49, Sebastian Huber wrote: > -extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command; -1. I am not bothering to review the remainder of this patch. This command is useful. I have used it in the past when working with dhcpd. It is like running a daemon on the command in Unix to

Re: [PATCH 1/2] dhcpcd: Add rtems_dhcpcd_start()

2018-05-03 Thread Sebastian Huber
On 03/05/18 03:03, Chris Johns wrote: On 03/05/2018 10:30, Joel Sherrill wrote: On Wed, May 2, 2018, 4:35 AM Sebastian Huber > wrote: On 02/05/18 11:01, Chris Johns wrote: > This is duplicating this code:

Re: [PATCH v2 4/6] dhcpcd: Remove unused dhcpcd shell command

2018-05-03 Thread Chris Johns
On 03/05/2018 17:20, Sebastian Huber wrote: > On 03/05/18 09:13, Chris Johns wrote: >> On 03/05/2018 16:49, Sebastian Huber wrote: >>> -extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command; >> -1. I am not bothering to review the remainder of this patch. >> >> This command is useful. I have used it

Re: [PATCH v2 4/6] dhcpcd: Remove unused dhcpcd shell command

2018-05-03 Thread Sebastian Huber
On 03/05/18 09:27, Chris Johns wrote: On 03/05/2018 17:20, Sebastian Huber wrote: On 03/05/18 09:13, Chris Johns wrote: On 03/05/2018 16:49, Sebastian Huber wrote: -extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command; -1. I am not bothering to review the remainder of this patch. This

Re: rtems-tools: coverage covoar GSoC merge

2018-05-03 Thread Cillian O'Donnell
On Thu, 3 May 2018, 16:23 Vijay Kumar Banerjee, wrote: > Hello, > > I want to ask some things about the project to get a clear understanding > of the objectives/milestones and current status of the project. I also seek > advice on my Tasks/obectives. > > 1. The covoar

Re: rtems-tools: coverage covoar GSoC merge

2018-05-03 Thread Vijay Kumar Banerjee
On 3 May 2018 at 22:58, Cillian O'Donnell wrote: > > > On Thu, 3 May 2018, 16:23 Vijay Kumar Banerjee, > wrote: > >> Hello, >> >> I want to ask some things about the project to get a clear understanding >> of the objectives/milestones and current

Re: rtems-tools: coverage covoar GSoC merge

2018-05-03 Thread Vijay Kumar Banerjee
Hello, I want to ask some things about the project to get a clear understanding of the objectives/milestones and current status of the project. I also seek advice on my Tasks/obectives. 1. The covoar has been updated to read symbols from the library and the next milestone is to remove covoar's

rtems-libbsd build error on

2018-05-03 Thread jameszxj
HI, I compile the current libbsd (newest github version) use "--buildset=buildset/minimal.ini" , Error occurs on building "testsuit/debugger01". I found that the waf_libbsd.py file lost a link lib file "libdebugger.a". Would someone review and patch it. waf_libbsd.py.patch Description: Binary

Re: rtems-libbsd build error on

2018-05-03 Thread Christian Mauderer
Am 03.05.2018 um 16:07 schrieb jameszxj: > *HI, > I compile the current libbsd (newest github version) use > "--buildset=buildset/minimal.ini" , >  Error occurs on building "testsuit/debugger01". > > I found that the waf_libbsd.py file lost a link lib file > "libdebugger.a". Would someone review

Re: rtems-libbsd build error on

2018-05-03 Thread Chris Johns
On 4/5/18 1:25 am, Christian Mauderer wrote: > Am 03.05.2018 um 16:07 schrieb jameszxj: >> *HI, >> I compile the current libbsd (newest github version) use >> "--buildset=buildset/minimal.ini" , >>  Error occurs on building "testsuit/debugger01". >> >> I found that the waf_libbsd.py file lost a

Re: rtems-tools: coverage covoar GSoC merge

2018-05-03 Thread Joel Sherrill
On Thu, May 3, 2018 at 1:45 PM, Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > > On 3 May 2018 at 22:58, Cillian O'Donnell wrote: > >> >> >> On Thu, 3 May 2018, 16:23 Vijay Kumar Banerjee, >> wrote: >> >>> Hello, >>> >>> I want to ask

Re: rtems-tools: coverage covoar GSoC merge

2018-05-03 Thread Chris Johns
On 04/05/2018 09:04, Joel Sherrill wrote: > On Thu, May 3, 2018 at 1:45 PM, Vijay Kumar Banerjee > wrote: > On 3 May 2018 at 22:58, Cillian O'Donnell > wrote: > On

Re: [PATCH v2 4/6] dhcpcd: Remove unused dhcpcd shell command

2018-05-03 Thread Chris Johns
I oppose this change. On 03/05/2018 16:49, Sebastian Huber wrote: > --- > libbsd.py | 6 - > rtemsbsd/include/rtems/netcmds-config.h | 2 -- > rtemsbsd/rtems/rtems-bsd-shell-dhcpcd.c | 40 > - > 3 files changed, 48 deletions(-)

Re: [PATCH v2 3/6] rc_conf: Remove unused variable

2018-05-03 Thread Chris Johns
On 03/05/2018 16:49, Sebastian Huber wrote: > --- > rtemsbsd/rtems/rtems-bsd-rc-conf-net.c | 5 - > 1 file changed, 5 deletions(-) > > diff --git a/rtemsbsd/rtems/rtems-bsd-rc-conf-net.c > b/rtemsbsd/rtems/rtems-bsd-rc-conf-net.c > index 0a5b3aaec..a3c4e7fb7 100644 > ---

Re: [PATCH v2 6/6] dhcpcd: Add hooks

2018-05-03 Thread Chris Johns
On 03/05/2018 16:49, Sebastian Huber wrote: > --- > dhcpcd/dhcpcd.c | 9 +++ > dhcpcd/namespace.h | 1 + > dhcpcd/script.c | 56 > + > dhcpcd/script.h | 6 + > libbsd.py

Re: [PATCH v2 4/6] dhcpcd: Remove unused dhcpcd shell command

2018-05-03 Thread Chris Johns
On 03/05/2018 17:42, Sebastian Huber wrote: > On 03/05/18 09:27, Chris Johns wrote: >> On 03/05/2018 17:20, Sebastian Huber wrote: >>> On 03/05/18 09:13, Chris Johns wrote: On 03/05/2018 16:49, Sebastian Huber wrote: > -extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command; -1. I am

Re: [PATCH] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-03 Thread Chris Johns
Oops, I just pushed this patch, I got my email timeline mixed up and picked the wrong one. I will revert it and push the v2 patch. I am sorry about the noise. Chris On 07/04/2018 08:24, Amaan Cheval wrote: > Adds -qnolinkcmds, -qrtems, and defaults to pass to linker, for > gcc targeting x86_64.

Re: [PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-03 Thread Chris Johns
On 07/04/2018 08:35, Amaan Cheval wrote: > Adds -qnolinkcmds, -qrtems, and defaults to pass to linker, for > gcc targeting x86_64. Pushed, thank you. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-03 Thread Joel Sherrill
I am now confused. Do I need to get a patch into GCC? On Thu, May 3, 2018, 8:38 PM Chris Johns wrote: > On 07/04/2018 08:35, Amaan Cheval wrote: > > Adds -qnolinkcmds, -qrtems, and defaults to pass to linker, for > > gcc targeting x86_64. > > Pushed, thank you. > > Chris >

Re: [PATCH 1/3] source-builder/config: Add couverture-qemu general config & build instructions.

2018-05-03 Thread Chris Johns
On 01/05/2018 12:25, Chris Johns wrote: > > I have built qemu on FreeBSD. MacOS failed in pixman and I have a Windows > running now. > A status update. MacOS fails to build GLib because of a configure check for '__int64'. I have not been able to figure out a simple workaround that does not

Re: rtems-tools: coverage covoar GSoC merge

2018-05-03 Thread Vijay Kumar Banerjee
On 4 May 2018 at 04:34, Joel Sherrill wrote: > > > On Thu, May 3, 2018 at 1:45 PM, Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > >> >> On 3 May 2018 at 22:58, Cillian O'Donnell wrote: >> >>> >>> >>> On Thu, 3 May 2018, 16:23 Vijay Kumar

Re: [PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-03 Thread Chris Johns
On 04/05/2018 12:24, Joel Sherrill wrote: > I am now confused. Do I need to get a patch into GCC?  My understanding is the patch is in gcc so no. The RSB fetches it from a gcc git repo. Chris ___ devel mailing list devel@rtems.org