summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc (follow)
Commit message (Expand)AuthorAgeFilesLines
* shell: Include <rtems/shell.h> earlySebastian Huber2014-11-201-2/+3
* shell: Add CMDLS, CMDCHOWN, CMDCHMOD commandsSebastian Huber2014-11-205-0/+303
* 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
* shell: Use crypt_r() in rtems_shell_login_check()Sebastian Huber2014-11-201-19/+36
* shell/main_edit.c: Fix warningsJoel Sherrill2014-11-051-8/+10
* cpuuse: Resolve compile errors.Jennifer Averett2014-11-031-28/+68
* capture: Remove ctload command.Jennifer Averett2014-10-281-272/+0
* libmisc: Add top to shell.Jennifer Averett2014-10-273-1/+67
* libmisc: Add top to cpuusage.Jennifer Averett2014-10-273-1/+357
* capture: Removal of capture task tracking.Jennifer Averett2014-10-275-892/+415
* cpuuse: Move is_executing_on_a_core to threadimpl.hJennifer Averett2014-10-271-24/+1
* shell: Add an editor to the shell.Chris Johns2014-10-243-1/+2266
* libmisc/redirector/stdio-redirect.c: Use UL constants since usleep() should t...Joel Sherrill2014-10-161-1/+1
* shell: Print null mount table entry via LSOFSebastian Huber2014-10-161-16/+32
* shell: Improve LSOF outputSebastian Huber2014-10-161-12/+19
* libmisc/redirector/stdio-redirect.c: Use sleep not usleep and do not overflow...Joel Sherrill2014-10-131-1/+1
* shell/main_cp.c: Delete unused -rtems_shell_cp_exit()Joel Sherrill2014-10-131-6/+0
* shell/lsof: Fix warningsSebastian Huber2014-10-101-8/+9
* libmisc/shell: Remove the need for -lm when linking from the ping command.Chris Johns2014-10-041-5/+12
* redirector: Rename rtems_stdio_redirect_tSebastian Huber2014-09-172-25/+25
* Libmisc/Makefile.am: Build with networking disabledJoel Sherrill2014-09-161-2/+3
* shell: Add an md5 hash command for files.Chris Johns2014-09-163-3/+119
* libmisc: Add a stdio redirector helper.Chris Johns2014-09-163-0/+452
* shell: Add a ping command.Chris Johns2014-09-164-1/+2100
* capture: Add support for variable length records.Jennifer Averett2014-09-058-72/+470
* capture: Split user extension methods out.Jennifer Averett2014-09-054-388/+673
* shell.c: Add cast to match printf() expectations for width specifierJoel Sherrill2014-09-041-1/+6
* capture: Fix capture engine to handle new extensions.Jennifer Averett2014-07-112-35/+76
* capture: Update comment block style in capture engine.Jennifer Averett2014-07-112-416/+378
* shell: Add rtems_shell_dup_current_env to get a default env.Chris Johns2014-06-044-20/+40
* shell: Make rtems_global_shell_env publicSebastian Huber2014-05-282-1/+3
* score: Simplify _Thread_Change_priority()Sebastian Huber2014-05-152-3/+1
* score: Add STATES_RESTARTINGSebastian Huber2014-05-141-0/+1
* monitor: Support STATES_MIGRATINGSebastian Huber2014-05-141-0/+1
* score: Implement forced thread migrationSebastian Huber2014-05-071-1/+1
* score: Use common names for per-CPU variablesSebastian Huber2014-04-221-6/+6
* capture: Use ISR lock for SMP supportSebastian Huber2014-04-141-71/+72
* rtems: Rename rtems_smp_get_processor_count()Sebastian Huber2014-04-111-1/+1
* score: Statically initialize IO managerSebastian Huber2014-04-101-3/+2