[PATCH 2/2] shell: Add an editor to the shell.

2014-10-03 Thread Chris Johns
This is a small (21K on sparc) editor that provides some powerful features useful when a file needs editing on an embedded board. No need for copy off, edit, copy back --- cpukit/libmisc/Makefile.am |2 +- cpukit/libmisc/shell/main_edit.c | 2255

[PATCH 1/2] libcsupport: Add realpath.

2014-10-03 Thread Chris Johns
--- cpukit/libcsupport/Makefile.am| 2 +- cpukit/libcsupport/src/realpath.c | 253 ++ 2 files changed, 254 insertions(+), 1 deletion(-) create mode 100644 cpukit/libcsupport/src/realpath.c diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/

Re: [rtems commit] libmisc/shell: Remove the need for -lm when linking from the ping command.

2014-10-03 Thread Chris Johns
On 4/10/2014 10:05 am, Gedare Bloom wrote: On Fri, Oct 3, 2014 at 8:04 PM, Gedare Bloom wrote: On Fri, Oct 3, 2014 at 6:48 PM, Chris Johns wrote: Module:rtems Branch:master Commit:56ed56a641b69be42f5a38046307b33096014c84 Changeset: http://git.rtems.org/rtems/commit/?id=56ed56a641

Re: [rtems commit] libmisc/shell: Remove the need for -lm when linking from the ping command.

2014-10-03 Thread Gedare Bloom
On Fri, Oct 3, 2014 at 8:04 PM, Gedare Bloom wrote: > On Fri, Oct 3, 2014 at 6:48 PM, Chris Johns wrote: >> Module:rtems >> Branch:master >> Commit:56ed56a641b69be42f5a38046307b33096014c84 >> Changeset: >> http://git.rtems.org/rtems/commit/?id=56ed56a641b69be42f5a38046307b33096014c84

Re: [rtems commit] libmisc/shell: Remove the need for -lm when linking from the ping command.

2014-10-03 Thread Gedare Bloom
On Fri, Oct 3, 2014 at 6:48 PM, Chris Johns wrote: > Module:rtems > Branch:master > Commit:56ed56a641b69be42f5a38046307b33096014c84 > Changeset: > http://git.rtems.org/rtems/commit/?id=56ed56a641b69be42f5a38046307b33096014c84 > > Author:Chris Johns > Date: Sat Oct 4 08:55:1

RTEMS with QEMU read from serial inside VM

2014-10-03 Thread Мороз Олег
Hello everyone. I've got a problem with reading data from /dev/ttys1 configured as UDP socket. I'm starting qemu like this: qemu-system-i386 -serial udp:127.0.0.1:4555@127.0.0.1:4556 -serial udp:127.0.0.1:4557@127.0.0.1:4558 -kernel zvezda_shell.exe then i've opend a file and trying to read f

Re: Libatomic support

2014-10-03 Thread Daniel Cederman
On 2014-10-02 15:09, Daniel Gutson wrote: On Thu, Oct 2, 2014 at 6:16 AM, Daniel Cederman wrote: I would not put too much time into this. Who needs this stuff? Thanks for the comment. I thought it would be a quick fix to add support, but looking at the code that gcc generates for _Atomic s