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 chr...@rtems.org wrote: Module:rtems Branch:master Commit:56ed56a641b69be42f5a38046307b33096014c84 Changeset: http://git.rtems.org/rtems/commit/?id=56ed56a641b69be42f5a38046307b33096014c84 Author:Chris Johns chr...@rtems.org

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 ged...@rtems.org wrote: On Fri, Oct 3, 2014 at 6:48 PM, Chris Johns chr...@rtems.org wrote: Module:rtems Branch:master Commit:56ed56a641b69be42f5a38046307b33096014c84 Changeset:

[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

[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