Xiang Xiao
|
f579c43754
|
drivers/syslog: Ensure interrupt log doesn't interlace in normal log. Don't call syslog_putc in syslog_default_write because syslog_putc will try to empty the interrupt buffer every time.
|
2018-11-09 08:46:32 -06:00 |
|
Gregory Nutt
|
20727d17c3
|
SYSLOG: Add option to buffer SYSLOG output to avoid interleaving.
|
2017-05-10 14:42:43 -06:00 |
|
Gregory Nutt
|
cbb36416ab
|
Need to use back- not forward-slash in character constant
|
2016-06-27 09:52:50 -06:00 |
|
Gregory Nutt
|
9c87749afc
|
SYSLOG device channel: Pre-pending CR to LF is now a configuration option
|
2016-06-22 10:08:20 -06:00 |
|
Gregory Nutt
|
91b82dcae3
|
SYSLOG character device channel will now expand LF to CR-LF
|
2016-06-22 08:36:50 -06:00 |
|
Gregory Nutt
|
e6a1d53869
|
Extend SYSLOG logic so that we can send SYSLOG output to a file. Not verified on initial commit.
|
2016-06-21 12:54:47 -06:00 |
|
Gregory Nutt
|
5b2aa7bf99
|
Remove all traces of CONFIG_SYSLOG
|
2016-06-19 13:59:43 -06:00 |
|