summaryrefslogtreecommitdiff
path: root/cpukit/libmisc/shell (follow)
AgeCommit message (Expand)Author
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
2014-10-24shell: Add an editor to the shell.Chris Johns
2014-10-16shell: Print null mount table entry via LSOFSebastian Huber
2014-10-16shell: Improve LSOF outputSebastian Huber
2014-10-13shell/main_cp.c: Delete unused -rtems_shell_cp_exit()Joel Sherrill
2014-10-10shell/lsof: Fix warningsSebastian Huber
2014-10-04libmisc/shell: Remove the need for -lm when linking from the ping command.Chris Johns
2014-09-16shell: Add an md5 hash command for files.Chris Johns
2014-09-16shell: Add a ping command.Chris Johns
2014-09-04shell.c: Add cast to match printf() expectations for width specifierJoel Sherrill
2014-06-04shell: Add rtems_shell_dup_current_env to get a default env.Chris Johns
2014-05-28shell: Make rtems_global_shell_env publicSebastian Huber
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2014-03-20cpukit/shell: Replace task variables with posix keys.Christian Mauderer