summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-03cpukit/libmisc/dumpbuf/dumpbuf.c: Fix undefined behavior for sprintf()Martin Galvan1-46/+75
2015-07-30score: Add self-contained condition implementationSebastian Huber1-0/+1
2015-07-30score: Add self-contained futex implementationSebastian Huber1-0/+1
2015-07-30score: Add self-contained semaphore implementationSebastian Huber1-0/+1
2015-07-30score: Add self-contained mutex implementationSebastian Huber1-0/+1
2015-07-24monitor: Sort alphabeticallySebastian Huber1-15/+15
2015-07-24monitor: Add current CPU of threadSebastian Huber2-2/+7
2015-07-24monitor: Print the wait queue to ease debuggingSebastian Huber2-18/+21
2015-07-24monitor: Print addresses like identifiersSebastian Huber2-3/+3
2015-07-24monitor: Remove notepad supportSebastian Huber3-41/+1
2015-07-23score: Introduce Thread_queue_HeadsSebastian Huber1-2/+2
2015-07-08libmisc: Use SMP application by default on SMPSebastian Huber1-0/+4
2015-06-26libmisc: Simplify <rtems/stackchk.h>Sebastian Huber2-1/+2
2015-06-26score: Simplify <rtems/system.h>Sebastian Huber1-1/+1
2015-06-15Remove use ticks for statistics configure option.Joel Sherrill5-134/+33
2015-04-29libmisc/cpuuse: Top support for current load.Chris Johns1-195/+541
2015-04-23score: Fix POSIX thread joinSebastian Huber1-0/+1
2015-04-17Fix build for non-SPARC targetsSebastian Huber1-2/+9
2015-04-17DRVMGR: KEY_TYPE now a enum drvmgr_ktDaniel Hellstrom1-8/+8
2015-04-17DRVMGR: added drvmgr shell commandDaniel Hellstrom3-1/+436
2015-04-17LIBPCI: added PCI shell commandDaniel Hellstrom3-1/+543
2015-04-03shell/main_rtrace.c: Fix warningJoel Sherrill1-1/+1
2015-04-02capture: Define __rtld_tbg_lockSebastian Huber1-0/+2
2015-03-31libmisc/shell: Add the rtrace command for buffered tracing support.Chris Johns5-2/+1037
2015-03-25testsupport: Generate unique worker namesSebastian Huber1-1/+11
2015-03-24monitor: Fix notepad dumpSebastian Huber1-4/+7
2015-03-24cpukit/libmisc/utf8proc/utf8proc.c: Avoid overflowJoel Sherrill1-0/+5
2015-03-24shell/utils-cp.c: Avoid redefinition of TIMESPEC_TO_TIMEVALJoel Sherrill1-0/+9
2015-03-24dummy/default-configuration.c: Tune configuration down for small targetsJoel Sherrill1-4/+10
2015-03-24capture/capture_support.c: Fix printf() warning and formattingJoel Sherrill1-10/+14
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-19libmisc/capture: Clean up formatting on ARM.Chris Johns2-22/+29
2015-03-18testsupport: Do not suspend worker tasksSebastian Huber1-1/+3
2015-03-18libmisc/redirector: Fix unlock on exit from the handler.Chris Johns1-1/+1
2015-03-17libmisc/monitor/mon-task.c: Disable deprecated warning for use of notepadsJoel Sherrill1-2/+21
2015-03-17testsupport: Add worker setup handlerSebastian Huber2-12/+71
2015-03-16shell: remove rtems ifdef, upstream is correctGedare Bloom1-8/+0
2015-03-16shell: fix printf warningsGedare Bloom1-4/+5
2015-03-16capture: fix warnings in printGedare Bloom1-4/+6
2015-03-11cpukit: Remove old DESCRIPTION: in commentsJoel Sherrill5-77/+5
2015-03-10cpukit: deprecate notepadsGedare Bloom1-1/+2
2015-03-09cpukit/libmisc/fsmount/fsmount.h: Remove duplicate comments and copyrightJoel Sherrill1-29/+7
2015-03-06Fix a number of minor Doxygen formatting issuesJoel Sherrill2-1/+3
2015-03-06testsupport: Add cascade option to parallel testAlexander Krutwig2-11/+44
2015-03-06shell: Add PROFREPORT commandSebastian Huber3-0/+50
2015-03-05capture: Fix warningsSebastian Huber1-5/+5
2015-03-05tests: Fix warningSebastian Huber1-2/+1
2015-03-05tests: Refactor parallel test executionAlexander Krutwig3-0/+269