summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* libmisc/shell: Work around tmux bug in row and columnChris Johns2023-12-131-25/+125
* Update company nameSebastian Huber2023-05-2015-15/+15
* libmisc/shell: Fix file pointer leak and improved input data sanitation.Aaron Nyholm2023-05-171-17/+10
* libmisc/shell: Add flashdev commandAaron Nyholm2023-05-161-0/+591
* libmisc/shell/main_edit.c: User cannot cut using ctrl e and xzack2023-02-151-2/+1
* shell/main_pci.c: Address Dereference after null error checkJoel Sherrill2023-02-101-1/+1
* libmisc/shell/edit: Return if no memory in move_gapChris Johns2023-01-311-0/+3
* libmisc/shell/edit: Fix closing the editorChris Johns2023-01-311-11/+4
* rtems_shell_main_chmod: Correct argument indexingzack leung2022-12-261-1/+1
* rtems_shell_main_mmove problemzack leung2022-12-231-1/+1
* libmisc/shell: Fix edit Coverity errorChris Johns2022-11-251-1/+1
* libmisc/shell: Support terminal size as env variablesChris Johns2022-11-233-39/+155
* cpukit: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman2022-11-142-6/+44
* libmisc/shell: Add an 'rtems' command to report a running buildChris Johns2022-08-031-0/+156
* cpukit: Fixes for GCC 12 warningsChris Johns2022-06-152-0/+6
* cpukit/libmisc: Add file headers and licensesRyan Long2022-05-043-3/+90
* shell: Add rtems_shell_run_main_loop()Sebastian Huber2022-04-061-0/+25
* shell: Move rtems_shell_init_environment() callSebastian Huber2022-04-061-2/+2
* shell: Add and use SHELL_MAGICSebastian Huber2022-04-061-3/+5
* shell: Simplify rtems_shell_dup_current_env()Sebastian Huber2022-04-061-10/+7
* shell: Refactor rtems_shell_main_loop()Sebastian Huber2022-04-061-134/+150
* shell: Move line editor output checkSebastian Huber2022-04-061-44/+38
* Update email address of Fernando Ruiz Casas to <fruizcasas@gmail.com>Joel Sherrill2022-04-0531-158/+211
* shell: Avoid potential stack corruptionSebastian Huber2022-03-161-7/+1
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-1012-70/+1
* libmisc/shell: Check the shell command pointers when adding a commandChris Johns2021-08-211-0/+5
* 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