summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* main_edit.c: get rid of malloc warningRyan Long2021-06-091-8/+8
* main_help.c: Do not care what char is returned by getchar()Ryan Long2021-05-281-1/+1
* main_cp.c: Ignore return value from stat()Ryan Long2021-05-281-0/+6
* main_rtrace.c: Add error return when malloc failsRyan Long2021-04-291-0/+1
* print-ls.c: Unused value (CID #1255346)Ryan Long2021-04-081-0/+9
* main_cp.c: Unused value (CID #1255344)Ryan Long2021-04-081-0/+32
* cpukit: Remove libnetworkingVijay Kumar Banerjee2021-04-074-2545/+0
* main_help.c: Unchecked return value from library (CID #1437650)Ryan Long2021-03-081-1/+2
* main_chmod.c: Fix Unchecked return value from library (CID #1063856)Ryan Long2021-03-081-2/+5
* main_edit.c: Fix Unchecked return value (CID #1255318)Ryan Long2021-03-081-1/+1
* shell.c: Fix Dereference before null check (CID #1467420)Ryan Long2021-02-181-1/+4
* shell: Add i2c and spi commandsChristian Mauderer2020-12-144-0/+533
* shell: Rename "IO" typedef for better DoxygenSebastian Huber2020-12-023-6/+6
* shell/main_edit.c: Fix string truncation warningFrank Kühndel2020-10-151-5/+7
* shell/main_edit.c: Fix use of wrong constantFrank Kühndel2020-10-151-1/+2
* shell/shell.c: Fix illegal string copyFrank Kühndel2020-10-151-4/+14
* shell/shell.c: Fix an implicit type castFrank Kühndel2020-10-151-1/+3
* shell: Remove not functioning fdisk mount/unmountFrank Kühndel2020-10-121-31/+5
* Fixing bug in line editing of the shell with CTRL-U.Frank Kühndel2020-09-281-0/+5
* dd(1): Use a local swapbytes() function.eadler2020-08-201-1/+16
* shell: Only clear std handles when the shell task exitsChris Johns2020-08-081-4/+22
* rtems: Add rtems_get_copyright_notice()Sebastian Huber2020-05-061-2/+12
* Use rtems_get_version_string()Sebastian Huber2020-05-061-3/+3
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-281-1/+2
* Canonicalize config.h includeSebastian Huber2020-04-169-16/+16
* libmisc/shell: Fix the handling of joel scripts in telnetChris Johns2020-04-151-101/+268
* Move feature macro before "config.h" includeSebastian Huber2019-11-194-9/+12
* shell: Avoid rtems_error()Sebastian Huber2019-05-141-9/+0
* main_edit.c: Use strncpy() to eliminate potential buffer overflow.Joel Sherrill2019-03-141-4/+5
* Remove superfluous <rtems/system.h> includesSebastian Huber2019-03-144-4/+0
* shell: Correct argument order of `mfill`Jonathan Brandmeyer2019-03-081-1/+1
* Fix format warnings due to ino_t changesSebastian Huber2019-01-102-4/+8
* Fix format warningsSebastian Huber2019-01-071-5/+9
* drvmgr: Improve LP64 compatibilitySebastian Huber2018-12-271-1/+2
* rtems: Deprecate region_information_blockSebastian Huber2018-11-091-1/+1
* shell: Use #include "..." for local header filesSebastian Huber2018-10-0929-36/+36
* Use rtems_task_exit()Sebastian Huber2018-10-021-1/+1
* shell: Fix rtems_shell_init_env()Sebastian Huber2018-03-121-1/+1
* Remove make preinstallChris Johns2018-01-252-939/+0
* sparc: Remove <bsp.h> from PCI shell commandSebastian Huber2018-01-021-1/+0
* shell: Include <rtems/shell.h>Sebastian Huber2017-12-131-1/+1
* shell: Fix missing prototype warningSebastian Huber2017-09-281-0/+1
* Include missing <limits.h>Sebastian Huber2017-08-253-0/+3
* Include missing <string.h>Sebastian Huber2017-08-252-0/+2
* heap: Fix integer typesSebastian Huber2017-08-221-3/+3
* libmisc/shell: Make some internal shell functions public.Chris Johns2017-08-143-19/+35
* Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber2017-06-071-0/+1
* shell: Fix format specifiersSebastian Huber2017-05-021-3/+3
* rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill2017-04-181-9/+1
* shell: Fix warningsSebastian Huber2017-02-152-4/+8