summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/redirector (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use rtems_task_exit()Sebastian Huber2018-10-021-1/+1
* stdio-redirector: Use self-contained mutexSebastian Huber2018-02-071-61/+29
* Remove make preinstallChris Johns2018-01-251-115/+0
* redirector: Include <rtems/stdio-redirect.h>Sebastian Huber2017-12-131-2/+1
* Include missing <string.h>Sebastian Huber2017-08-251-0/+1
* libmisc/redirector: Fix unlock on exit from the handler.Chris Johns2015-03-181-1/+1
* libmisc/redirector/stdio-redirect.c: Use UL constants since usleep() should t...Joel Sherrill2014-10-161-1/+1
* libmisc/redirector/stdio-redirect.c: Use sleep not usleep and do not overflow...Joel Sherrill2014-10-131-1/+1
* redirector: Rename rtems_stdio_redirect_tSebastian Huber2014-09-172-25/+25
* libmisc: Add a stdio redirector helper.Chris Johns2014-09-162-0/+448