summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-08main_help.c: Unchecked return value from library (CID #1437650)Ryan Long1-1/+2
2021-03-08main_chmod.c: Fix Unchecked return value from library (CID #1063856)Ryan Long1-2/+5
2021-03-08main_edit.c: Fix Unchecked return value (CID #1255318)Ryan Long1-1/+1
2021-02-18shell.c: Fix Dereference before null check (CID #1467420)Ryan Long1-1/+4
2020-12-14shell: Add i2c and spi commandsChristian Mauderer4-0/+533
2020-12-02shell: Rename "IO" typedef for better DoxygenSebastian Huber3-6/+6
2020-10-15shell/main_edit.c: Fix string truncation warningFrank Kühndel1-5/+7
2020-10-15shell/main_edit.c: Fix use of wrong constantFrank Kühndel1-1/+2
2020-10-15shell/shell.c: Fix illegal string copyFrank Kühndel1-4/+14
2020-10-15shell/shell.c: Fix an implicit type castFrank Kühndel1-1/+3
2020-10-12shell: Remove not functioning fdisk mount/unmountFrank Kühndel1-31/+5
2020-09-28Fixing bug in line editing of the shell with CTRL-U.Frank Kühndel1-0/+5
2020-08-20dd(1): Use a local swapbytes() function.eadler1-1/+16
2020-08-08shell: Only clear std handles when the shell task exitsChris Johns1-4/+22
2020-05-06rtems: Add rtems_get_copyright_notice()Sebastian Huber1-2/+12
2020-05-06Use rtems_get_version_string()Sebastian Huber1-3/+3
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber1-1/+2
2020-04-16Canonicalize config.h includeSebastian Huber9-16/+16
2020-04-15libmisc/shell: Fix the handling of joel scripts in telnetChris Johns1-101/+268
2019-11-19Move feature macro before "config.h" includeSebastian Huber4-9/+12
2019-05-14shell: Avoid rtems_error()Sebastian Huber1-9/+0
2019-03-14main_edit.c: Use strncpy() to eliminate potential buffer overflow.Joel Sherrill1-4/+5
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber4-4/+0
2019-03-08shell: Correct argument order of `mfill`Jonathan Brandmeyer1-1/+1
2019-01-10Fix format warnings due to ino_t changesSebastian Huber2-4/+8
2019-01-07Fix format warningsSebastian Huber1-5/+9
2018-12-27drvmgr: Improve LP64 compatibilitySebastian Huber1-1/+2
2018-11-09rtems: Deprecate region_information_blockSebastian Huber1-1/+1
2018-10-09shell: Use #include "..." for local header filesSebastian Huber29-36/+36
2018-10-02Use rtems_task_exit()Sebastian Huber1-1/+1
2018-03-12shell: Fix rtems_shell_init_env()Sebastian Huber1-1/+1
2018-01-25Remove make preinstallChris Johns2-939/+0
2018-01-02sparc: Remove <bsp.h> from PCI shell commandSebastian Huber1-1/+0
2017-12-13shell: Include <rtems/shell.h>Sebastian Huber1-1/+1
2017-09-28shell: Fix missing prototype warningSebastian Huber1-0/+1
2017-08-25Include missing <limits.h>Sebastian Huber3-0/+3
2017-08-25Include missing <string.h>Sebastian Huber2-0/+2
2017-08-22heap: Fix integer typesSebastian Huber1-3/+3
2017-08-14libmisc/shell: Make some internal shell functions public.Chris Johns3-19/+35
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber1-0/+1
2017-05-02shell: Fix format specifiersSebastian Huber1-3/+3
2017-04-18rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill1-9/+1
2017-02-15shell: Fix warningsSebastian Huber2-4/+8
2017-02-14shell: Fix warningsSebastian Huber1-2/+0
2017-01-24Use <sys/endian.h>Sebastian Huber1-2/+2
2016-06-22Move printer initialization to separate headerSebastian Huber7-0/+7
2016-06-06shell: Add rtems_shell_wait_for_explicit_input()Alexander Krutwig2-4/+40
2016-05-31shell: Add CPUINFO commandSebastian Huber2-0/+44
2016-05-25cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns6-12/+20
2016-04-12shell: Fix warning visible with latest NewlibSebastian Huber1-0/+2