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
|
5ce2ece134
|
syslog: Add header file inclusion to eliminate a warning; mm/iob: private function needs static storage class.
|
2017-05-16 12:26:23 -06:00 |
|
Jussi Kivilinna
|
a6e556d31c
|
I had to make following change to fix interrupt context syslog (INTBUFFER untested)
|
2017-05-16 10:56:49 -06:00 |
|
Gregory Nutt
|
20727d17c3
|
SYSLOG: Add option to buffer SYSLOG output to avoid interleaving.
|
2017-05-10 14:42:43 -06:00 |
|