summaryrefslogtreecommitdiff
path: root/nuttx/drivers/syslog
Commit message (Expand)AuthorAgeFilesLines
* Update README filesGregory Nutt2014-12-151-3/+13
* Update everything under nuttx/drivers to use the corrected syslog interfacesGregory Nutt2014-10-081-4/+4
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* SAMA5D4-EK: NSH configuration now has the RAMLOG enabled by defaultGregory Nutt2014-07-011-3/+4
* RAMLOG: syslog_putc must set errno and return EOF on a failureGregory Nutt2014-07-011-5/+21
* Rename CONFIG_RAMLOG_CONSOLE_BUFSIZE to just CONFIG_RAMLOG_BUFSIZEGregory Nutt2014-07-013-4/+4
* More trailing whilespace removalGregory Nutt2014-04-132-4/+4
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-6/+4
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-3/+2
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-3/+3
* Fix syslog mutual exclusion and interrupt level logicpatacongo2012-08-021-3/+11
* The initial SYLOG device logic was valiant but yet still not enoughpatacongo2012-08-024-181/+88
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-024-0/+1060