summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill12-70/+1
2021-08-21libmisc/shell: Check the shell command pointers when adding a commandChris Johns1-0/+5
2021-06-09main_edit.c: get rid of malloc warningRyan Long1-8/+8
2021-05-28main_help.c: Do not care what char is returned by getchar()Ryan Long1-1/+1
2021-05-28main_cp.c: Ignore return value from stat()Ryan Long1-0/+6
2021-04-29main_rtrace.c: Add error return when malloc failsRyan Long1-0/+1
2021-04-08print-ls.c: Unused value (CID #1255346)Ryan Long1-0/+9
2021-04-08main_cp.c: Unused value (CID #1255344)Ryan Long1-0/+32
2021-04-07cpukit: Remove libnetworkingVijay Kumar Banerjee4-2545/+0
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