summaryrefslogtreecommitdiff
path: root/cpukit/libmisc/shell (follow)
AgeCommit message (Expand)Author
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
2015-03-22cpukit/libmisc/shell/hexdump-conv.c: Eliminate printf() format warningJoel Sherrill
2015-03-22cpukit/libmisc/shell/main_df.c: Eliminate printf() format warningJoel Sherrill
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber
2015-03-16shell: remove rtems ifdef, upstream is correctGedare Bloom
2015-03-16shell: fix printf warningsGedare Bloom
2015-03-06shell: Add PROFREPORT commandSebastian Huber
2015-01-22score: Delete superfluous Heap_Statistics::instanceSebastian Huber
2014-12-12shell: Add 'all' topic for help for all commandsSebastian Huber
2014-12-05shell: Avoid __DATE__ and adjust welcome messageSebastian Huber
2014-12-01libmisc/shell: Edit history hack is corrupting memory. Remove it.Chris Johns
2014-11-28score: Add heap statisticsSebastian Huber
2014-11-28score: Return heap stats via _Heap_Get_informationSebastian Huber
2014-11-28libcsupport: Delete malloc statisticsSebastian Huber
2014-11-27shell: Make mv, cp and rm usable for applicationsSebastian Huber
2014-11-26shell: Include missing headerSebastian Huber
2014-11-25hexdump-conv.c: Use proper printf() formatting for wchar_tJoel Sherrill
2014-11-25main_edit.c: Do not reference beyond end of arrayJoel Sherrill
2014-11-25shell/main_edit.c: Note return value not checkedJoel Sherrill
2014-11-25shell/main_blksync.c: Fix leak of file descriptorJoel Sherrill
2014-11-25cpukit/libmisc/shell/main_edit.c: Fix use after free()Joel Sherrill
2014-11-20shell: Include <rtems/shell.h> earlySebastian Huber
2014-11-20shell: Add CMDLS, CMDCHOWN, CMDCHMOD commandsSebastian Huber
2014-11-20shell: Fix help topic headerSebastian Huber
2014-11-20shell: Add mode, UID and GID to shell commandsSebastian Huber
2014-11-20shell: Inherit UID and GID if no login checkSebastian Huber
2014-11-20shell: Add and use rtems_shell_execute_cmd()Sebastian Huber
2014-11-20shell: Make rtems_shell_main_joel() staticSebastian Huber
2014-11-20shell: Print to stderr in TIME commandSebastian Huber
2014-11-20shell: Add initial commands and aliases only onceSebastian Huber
2014-11-20shell: Simplify rtems_shell_add_cmd_struct()Sebastian Huber
2014-11-20shell: Rename HALT to SHUTDOWN commandSebastian Huber
2014-11-20shell: Do chroot() after successful loginSebastian Huber
2014-11-20shell: Use exiting once initializationSebastian Huber
2014-11-20shell: Get supplementary group IDs in login checkSebastian Huber
2014-11-20shell: Use crypt_r() in rtems_shell_login_check()Sebastian Huber
2014-11-05shell/main_edit.c: Fix warningsJoel Sherrill
2014-10-27libmisc: Add top to shell.Jennifer Averett