Re: [PATCH] vprintf: Add handler that mutes all output.

2018-03-23 Thread Chris Johns
> On 23 Mar 2018, at 5:58 pm, Christian Mauderer > wrote: > > Hello Chris, > > I added a small note in libbsd.txt. The rest of the patch is left the > same. If you don't disagree with that, I'll push this slightly adapted > patch in the next few days. OK to push. Thank you Chris __

Re: [PATCH] vprintf: Add handler that mutes all output.

2018-03-22 Thread Christian Mauderer
Hello Chris, I added a small note in libbsd.txt. The rest of the patch is left the same. If you don't disagree with that, I'll push this slightly adapted patch in the next few days. Best regards Christian ___ devel mailing list devel@rtems.org http://

Re: [PATCH] vprintf: Add handler that mutes all output.

2018-03-22 Thread Chris Johns
On 22/03/2018 18:22, Christian Mauderer wrote: > Am 22.03.2018 um 08:17 schrieb Chris Johns: >> On 22/03/2018 17:40, Christian Mauderer wrote: >>> This adds a vprintf handler that can be used to suppress all outputs of >>> the libbsd. >> >> Why would I want this? >> >> How would I enable the output

Re: [PATCH] vprintf: Add handler that mutes all output.

2018-03-22 Thread Christian Mauderer
Am 22.03.2018 um 08:17 schrieb Chris Johns: > On 22/03/2018 17:40, Christian Mauderer wrote: >> This adds a vprintf handler that can be used to suppress all outputs of >> the libbsd. > > Why would I want this? > > How would I enable the output so I could see it, for example when working with > th

Re: [PATCH] vprintf: Add handler that mutes all output.

2018-03-22 Thread Chris Johns
On 22/03/2018 17:40, Christian Mauderer wrote: > This adds a vprintf handler that can be used to suppress all outputs of > the libbsd. Why would I want this? How would I enable the output so I could see it, for example when working with the code? Chris _

[PATCH] vprintf: Add handler that mutes all output.

2018-03-21 Thread Christian Mauderer
This adds a vprintf handler that can be used to suppress all outputs of the libbsd. --- rtemsbsd/include/rtems/bsd/bsd.h | 9 + rtemsbsd/rtems/rtems-kernel-vprintf.c | 10 ++ 2 files changed, 19 insertions(+) diff --git a/rtemsbsd/include/rtems/bsd/bsd.h b/rtemsbsd/include/r