summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit: deprecate notepadsGedare Bloom2015-03-101-1/+2
* cpukit/libmisc/fsmount/fsmount.h: Remove duplicate comments and copyrightJoel Sherrill2015-03-091-29/+7
* Fix a number of minor Doxygen formatting issuesJoel Sherrill2015-03-062-1/+3
* testsupport: Add cascade option to parallel testAlexander Krutwig2015-03-062-11/+44
* shell: Add PROFREPORT commandSebastian Huber2015-03-063-0/+50
* capture: Fix warningsSebastian Huber2015-03-051-5/+5
* tests: Fix warningSebastian Huber2015-03-051-2/+1
* tests: Refactor parallel test executionAlexander Krutwig2015-03-053-0/+269
* Move test support from sapi to libmisc/testsupportSebastian Huber2015-03-054-0/+246
* score: Delete superfluous Heap_Statistics::instanceSebastian Huber2015-01-221-2/+0
* capture: Fix lock initializationSebastian Huber2015-01-091-6/+11
* untar.c: Coverity ID 26151 and reformatJoel Sherrill2015-01-041-295/+251
* Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber2014-12-161-1/+0
* shell: Add 'all' topic for help for all commandsSebastian Huber2014-12-121-11/+19
* shell: Avoid __DATE__ and adjust welcome messageSebastian Huber2014-12-051-2/+1
* libmisc: More useful default configurationSebastian Huber2014-12-054-65/+106
* monitor: Replace puts() with proper fprintf()Sebastian Huber2014-12-032-3/+3
* libmisc/shell: Edit history hack is corrupting memory. Remove it.Chris Johns2014-12-011-24/+1
* score: Add heap statisticsSebastian Huber2014-11-281-3/+9
* score: Return heap stats via _Heap_Get_informationSebastian Huber2014-11-284-10/+40
* libcsupport: Delete malloc statisticsSebastian Huber2014-11-281-20/+12
* shell: Make mv, cp and rm usable for applicationsSebastian Huber2014-11-273-4/+8
* monitor/mon-prmisc.c: Use puts() not fprintf()Josh Oguin2014-11-261-1/+1
* monitor/mon-editor.c: Use puts() and snprintf() not fprintf() or sprintf()Josh Oguin2014-11-261-5/+7
* shell: Include missing headerSebastian Huber2014-11-261-0/+1
* hexdump-conv.c: Use proper printf() formatting for wchar_tJoel Sherrill2014-11-251-1/+9
* main_edit.c: Do not reference beyond end of arrayJoel Sherrill2014-11-251-0/+5
* shell/main_edit.c: Note return value not checkedJoel Sherrill2014-11-251-1/+1
* shell/main_blksync.c: Fix leak of file descriptorJoel Sherrill2014-11-251-0/+1
* cpukit/libmisc/shell/main_edit.c: Fix use after free()Joel Sherrill2014-11-251-0/+8
* capture: Resolve failure path memory leak.Jennifer Averett2014-11-251-0/+1
* capture: Remove whitespace and fix copyrights.Jennifer Averett2014-11-246-61/+55
* capture: Add SMP support.Jennifer Averett2014-11-243-218/+234
* capture: Move print methods out of cli for reuse.Jennifer Averett2014-11-244-210/+371
* capture: Move logging of task record to occur after filter check.Jennifer Averett2014-11-243-36/+78
* Delete or rename MIN/MAX macros and definesSebastian Huber2014-11-211-3/+1
* 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