summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-24shell/hexdump-odsyntax.c: Add define of _GNU_SOURCE to avoid warningsJoel Sherrill1-0/+3
2016-03-24shell/hexdump-conv.c: Disable sccsid to avoid unused warningJoel Sherrill1-0/+2
2016-03-24libmisc/shell/main_hexdump.c: Disable unused copyright stringJoel Sherrill1-0/+2
2015-12-15libmisc: Include missing header file, fix warningsNick Withers2-6/+7
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber20-28/+31
2015-04-17DRVMGR: KEY_TYPE now a enum drvmgr_ktDaniel Hellstrom1-8/+8
2015-04-17DRVMGR: added drvmgr shell commandDaniel Hellstrom2-0/+435
2015-04-17LIBPCI: added PCI shell commandDaniel Hellstrom2-0/+541
2015-04-03shell/main_rtrace.c: Fix warningJoel Sherrill1-1/+1
2015-03-31libmisc/shell: Add the rtrace command for buffered tracing support.Chris Johns2-0/+708
2015-03-24shell/utils-cp.c: Avoid redefinition of TIMESPEC_TO_TIMEVALJoel Sherrill1-0/+9
2015-03-22cpukit/libmisc/shell/hexdump-conv.c: Eliminate printf() format warningJoel Sherrill1-1/+5
2015-03-22cpukit/libmisc/shell/main_df.c: Eliminate printf() format warningJoel Sherrill1-2/+3
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber1-1/+1
2015-03-16shell: remove rtems ifdef, upstream is correctGedare Bloom1-8/+0
2015-03-16shell: fix printf warningsGedare Bloom1-4/+5
2015-03-06shell: Add PROFREPORT commandSebastian Huber2-0/+49
2015-01-22score: Delete superfluous Heap_Statistics::instanceSebastian Huber1-2/+0
2014-12-12shell: Add 'all' topic for help for all commandsSebastian Huber1-11/+19
2014-12-05shell: Avoid __DATE__ and adjust welcome messageSebastian Huber1-2/+1
2014-12-01libmisc/shell: Edit history hack is corrupting memory. Remove it.Chris Johns1-24/+1
2014-11-28score: Add heap statisticsSebastian Huber1-3/+9
2014-11-28score: Return heap stats via _Heap_Get_informationSebastian Huber4-10/+40
2014-11-28libcsupport: Delete malloc statisticsSebastian Huber1-20/+12
2014-11-27shell: Make mv, cp and rm usable for applicationsSebastian Huber3-4/+8
2014-11-26shell: Include missing headerSebastian Huber1-0/+1
2014-11-25hexdump-conv.c: Use proper printf() formatting for wchar_tJoel Sherrill1-1/+9
2014-11-25main_edit.c: Do not reference beyond end of arrayJoel Sherrill1-0/+5
2014-11-25shell/main_edit.c: Note return value not checkedJoel Sherrill1-1/+1
2014-11-25shell/main_blksync.c: Fix leak of file descriptorJoel Sherrill1-0/+1
2014-11-25cpukit/libmisc/shell/main_edit.c: Fix use after free()Joel Sherrill1-0/+8
2014-11-20shell: Include <rtems/shell.h> earlySebastian Huber1-2/+3
2014-11-20shell: Add CMDLS, CMDCHOWN, CMDCHMOD commandsSebastian Huber4-0/+300
2014-11-20shell: Fix help topic headerSebastian Huber1-4/+3
2014-11-20shell: Add mode, UID and GID to shell commandsSebastian Huber7-27/+66
2014-11-20shell: Inherit UID and GID if no login checkSebastian Huber2-0/+21
2014-11-20shell: Add and use rtems_shell_execute_cmd()Sebastian Huber4-18/+20
2014-11-20shell: Make rtems_shell_main_joel() staticSebastian Huber1-8/+1
2014-11-20shell: Print to stderr in TIME commandSebastian Huber1-3/+3
2014-11-20shell: Add initial commands and aliases only onceSebastian Huber4-26/+22
2014-11-20shell: Simplify rtems_shell_add_cmd_struct()Sebastian Huber1-14/+15
2014-11-20shell: Rename HALT to SHUTDOWN commandSebastian Huber3-12/+10
2014-11-20shell: Do chroot() after successful loginSebastian Huber2-38/+41
2014-11-20shell: Use exiting once initializationSebastian Huber1-38/+31
2014-11-20shell: Get supplementary group IDs in login checkSebastian Huber1-0/+2
2014-11-20shell: Use crypt_r() in rtems_shell_login_check()Sebastian Huber1-19/+36
2014-11-05shell/main_edit.c: Fix warningsJoel Sherrill1-8/+10
2014-10-27libmisc: Add top to shell.Jennifer Averett2-0/+66
2014-10-24shell: Add an editor to the shell.Chris Johns2-0/+2265
2014-10-16shell: Print null mount table entry via LSOFSebastian Huber1-16/+32