summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move printer initialization to separate headerSebastian Huber2016-06-227-0/+7
* shell: Add rtems_shell_wait_for_explicit_input()Alexander Krutwig2016-06-062-4/+40
* shell: Add CPUINFO commandSebastian Huber2016-05-312-0/+44
* cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns2016-05-256-12/+20
* shell: Fix warning visible with latest NewlibSebastian Huber2016-04-121-0/+2
* shell/hexdump-odsyntax.c: Add define of _GNU_SOURCE to avoid warningsJoel Sherrill2016-03-241-0/+3
* shell/hexdump-conv.c: Disable sccsid to avoid unused warningJoel Sherrill2016-03-241-0/+2
* libmisc/shell/main_hexdump.c: Disable unused copyright stringJoel Sherrill2016-03-241-0/+2
* libmisc: Include missing header file, fix warningsNick Withers2015-12-152-6/+7
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-2620-28/+31
* DRVMGR: KEY_TYPE now a enum drvmgr_ktDaniel Hellstrom2015-04-171-8/+8
* DRVMGR: added drvmgr shell commandDaniel Hellstrom2015-04-172-0/+435
* LIBPCI: added PCI shell commandDaniel Hellstrom2015-04-172-0/+541
* shell/main_rtrace.c: Fix warningJoel Sherrill2015-04-031-1/+1
* libmisc/shell: Add the rtrace command for buffered tracing support.Chris Johns2015-03-312-0/+708
* shell/utils-cp.c: Avoid redefinition of TIMESPEC_TO_TIMEVALJoel Sherrill2015-03-241-0/+9
* cpukit/libmisc/shell/hexdump-conv.c: Eliminate printf() format warningJoel Sherrill2015-03-221-1/+5
* cpukit/libmisc/shell/main_df.c: Eliminate printf() format warningJoel Sherrill2015-03-221-2/+3
* Replace www.rtems.com with www.rtems.orgSebastian Huber2015-03-201-1/+1
* shell: remove rtems ifdef, upstream is correctGedare Bloom2015-03-161-8/+0
* shell: fix printf warningsGedare Bloom2015-03-161-4/+5
* shell: Add PROFREPORT commandSebastian Huber2015-03-062-0/+49
* score: Delete superfluous Heap_Statistics::instanceSebastian Huber2015-01-221-2/+0
* shell: Add 'all' topic for help for all commandsSebastian Huber2014-12-121-11/+19
* shell: Avoid __DATE__ and adjust welcome messageSebastian Huber2014-12-051-2/+1
* libmisc/shell: Edit history hack is corrupting memory. Remove it.Chris Johns2014-12-011-24/+1
* score: Add heap statisticsSebastian Huber2014-11-281-3/+9
* score: Return heap stats via _Heap_Get_informationSebastian Huber2014-11-284-10/+40
* libcsupport: Delete malloc statisticsSebastian Huber2014-11-281-20/+12
* shell: Make mv, cp and rm usable for applicationsSebastian Huber2014-11-273-4/+8
* shell: Include missing headerSebastian Huber2014-11-261-0/+1
* hexdump-conv.c: Use proper printf() formatting for wchar_tJoel Sherrill2014-11-251-1/+9
* main_edit.c: Do not reference beyond end of arrayJoel Sherrill2014-11-251-0/+5
* shell/main_edit.c: Note return value not checkedJoel Sherrill2014-11-251-1/+1
* shell/main_blksync.c: Fix leak of file descriptorJoel Sherrill2014-11-251-0/+1
* cpukit/libmisc/shell/main_edit.c: Fix use after free()Joel Sherrill2014-11-251-0/+8
* shell: Include <rtems/shell.h> earlySebastian Huber2014-11-201-2/+3
* shell: Add CMDLS, CMDCHOWN, CMDCHMOD commandsSebastian Huber2014-11-204-0/+300
* shell: Fix help topic headerSebastian Huber2014-11-201-4/+3
* shell: Add mode, UID and GID to shell commandsSebastian Huber2014-11-207-27/+66
* shell: Inherit UID and GID if no login checkSebastian Huber2014-11-202-0/+21
* shell: Add and use rtems_shell_execute_cmd()Sebastian Huber2014-11-204-18/+20
* shell: Make rtems_shell_main_joel() staticSebastian Huber2014-11-201-8/+1
* shell: Print to stderr in TIME commandSebastian Huber2014-11-201-3/+3
* shell: Add initial commands and aliases only onceSebastian Huber2014-11-204-26/+22
* shell: Simplify rtems_shell_add_cmd_struct()Sebastian Huber2014-11-201-14/+15
* shell: Rename HALT to SHUTDOWN commandSebastian Huber2014-11-203-12/+10
* shell: Do chroot() after successful loginSebastian Huber2014-11-202-38/+41
* shell: Use exiting once initializationSebastian Huber2014-11-201-38/+31
* shell: Get supplementary group IDs in login checkSebastian Huber2014-11-201-0/+2