summaryrefslogtreecommitdiff
path: root/cpukit/libmisc/shell (follow)
AgeCommit message (Expand)Author
2020-09-28Fixing bug in line editing of the shell with CTRL-U.Frank Kühndel
2020-08-20dd(1): Use a local swapbytes() function.eadler
2020-08-08shell: Only clear std handles when the shell task exitsChris Johns
2020-05-06rtems: Add rtems_get_copyright_notice()Sebastian Huber
2020-05-06Use rtems_get_version_string()Sebastian Huber
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber
2020-04-16Canonicalize config.h includeSebastian Huber
2020-04-15libmisc/shell: Fix the handling of joel scripts in telnetChris Johns
2019-11-19Move feature macro before "config.h" includeSebastian Huber
2019-05-14shell: Avoid rtems_error()Sebastian Huber
2019-03-14main_edit.c: Use strncpy() to eliminate potential buffer overflow.Joel Sherrill
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber
2019-03-08shell: Correct argument order of `mfill`Jonathan Brandmeyer
2019-01-10Fix format warnings due to ino_t changesSebastian Huber
2019-01-07Fix format warningsSebastian Huber
2018-12-27drvmgr: Improve LP64 compatibilitySebastian Huber
2018-11-09rtems: Deprecate region_information_blockSebastian Huber
2018-10-09shell: Use #include "..." for local header filesSebastian Huber
2018-10-02Use rtems_task_exit()Sebastian Huber
2018-03-12shell: Fix rtems_shell_init_env()Sebastian Huber
2018-01-25Remove make preinstallChris Johns
2018-01-02sparc: Remove <bsp.h> from PCI shell commandSebastian Huber
2017-12-13shell: Include <rtems/shell.h>Sebastian Huber
2017-09-28shell: Fix missing prototype warningSebastian Huber
2017-08-25Include missing <limits.h>Sebastian Huber
2017-08-25Include missing <string.h>Sebastian Huber
2017-08-22heap: Fix integer typesSebastian Huber
2017-08-14libmisc/shell: Make some internal shell functions public.Chris Johns
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber
2017-05-02shell: Fix format specifiersSebastian Huber
2017-04-18rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill
2017-02-15shell: Fix warningsSebastian Huber
2017-02-14shell: Fix warningsSebastian Huber
2017-01-24Use <sys/endian.h>Sebastian Huber
2016-06-22Move printer initialization to separate headerSebastian Huber
2016-06-06shell: Add rtems_shell_wait_for_explicit_input()Alexander Krutwig
2016-05-31shell: Add CPUINFO commandSebastian Huber
2016-05-25cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns
2016-04-12shell: Fix warning visible with latest NewlibSebastian Huber
2016-03-24shell/hexdump-odsyntax.c: Add define of _GNU_SOURCE to avoid warningsJoel Sherrill
2016-03-24shell/hexdump-conv.c: Disable sccsid to avoid unused warningJoel Sherrill
2016-03-24libmisc/shell/main_hexdump.c: Disable unused copyright stringJoel Sherrill
2015-12-15libmisc: Include missing header file, fix warningsNick Withers
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber
2015-04-17DRVMGR: KEY_TYPE now a enum drvmgr_ktDaniel Hellstrom
2015-04-17DRVMGR: added drvmgr shell commandDaniel Hellstrom
2015-04-17LIBPCI: added PCI shell commandDaniel Hellstrom
2015-04-03shell/main_rtrace.c: Fix warningJoel Sherrill
2015-03-31libmisc/shell: Add the rtrace command for buffered tracing support.Chris Johns
2015-03-24shell/utils-cp.c: Avoid redefinition of TIMESPEC_TO_TIMEVALJoel Sherrill