summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-03monitor: Replace puts() with proper fprintf()Sebastian Huber2-3/+3
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-26monitor/mon-prmisc.c: Use puts() not fprintf()Josh Oguin1-1/+1
2014-11-26monitor/mon-editor.c: Use puts() and snprintf() not fprintf() or sprintf()Josh Oguin1-5/+7
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-25capture: Resolve failure path memory leak.Jennifer Averett1-0/+1
2014-11-24capture: Remove whitespace and fix copyrights.Jennifer Averett6-61/+55
2014-11-24capture: Add SMP support.Jennifer Averett3-218/+234
2014-11-24capture: Move print methods out of cli for reuse.Jennifer Averett4-210/+371
2014-11-24capture: Move logging of task record to occur after filter check.Jennifer Averett3-36/+78
2014-11-21Delete or rename MIN/MAX macros and definesSebastian Huber1-3/+1
2014-11-20shell: Include <rtems/shell.h> earlySebastian Huber1-2/+3
2014-11-20shell: Add CMDLS, CMDCHOWN, CMDCHMOD commandsSebastian Huber5-0/+303
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-11-03cpuuse: Resolve compile errors.Jennifer Averett1-28/+68
2014-10-28capture: Remove ctload command.Jennifer Averett1-272/+0
2014-10-27libmisc: Add top to shell.Jennifer Averett3-1/+67
2014-10-27libmisc: Add top to cpuusage.Jennifer Averett3-1/+357
2014-10-27capture: Removal of capture task tracking.Jennifer Averett5-892/+415
2014-10-27cpuuse: Move is_executing_on_a_core to threadimpl.hJennifer Averett1-24/+1
2014-10-24shell: Add an editor to the shell.Chris Johns3-1/+2266
2014-10-16libmisc/redirector/stdio-redirect.c: Use UL constants since usleep() should t...Joel Sherrill1-1/+1
2014-10-16shell: Print null mount table entry via LSOFSebastian Huber1-16/+32
2014-10-16shell: Improve LSOF outputSebastian Huber1-12/+19
2014-10-13libmisc/redirector/stdio-redirect.c: Use sleep not usleep and do not overflow...Joel Sherrill1-1/+1
2014-10-13shell/main_cp.c: Delete unused -rtems_shell_cp_exit()Joel Sherrill1-6/+0
2014-10-10shell/lsof: Fix warningsSebastian Huber1-8/+9
2014-10-04libmisc/shell: Remove the need for -lm when linking from the ping command.Chris Johns1-5/+12