summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/redirector (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-02Use rtems_task_exit()Sebastian Huber1-1/+1
2018-02-07stdio-redirector: Use self-contained mutexSebastian Huber1-61/+29
2018-01-25Remove make preinstallChris Johns1-115/+0
2017-12-13redirector: Include <rtems/stdio-redirect.h>Sebastian Huber1-2/+1
2017-08-25Include missing <string.h>Sebastian Huber1-0/+1
2015-03-18libmisc/redirector: Fix unlock on exit from the handler.Chris Johns1-1/+1
2014-10-16libmisc/redirector/stdio-redirect.c: Use UL constants since usleep() should t...Joel Sherrill1-1/+1
2014-10-13libmisc/redirector/stdio-redirect.c: Use sleep not usleep and do not overflow...Joel Sherrill1-1/+1
2014-09-17redirector: Rename rtems_stdio_redirect_tSebastian Huber2-25/+25
2014-09-16libmisc: Add a stdio redirector helper.Chris Johns2-0/+448