summaryrefslogtreecommitdiff
path: root/nuttx/lib/stdio/lib_syslogstream.c
Commit message (Expand)AuthorAgeFilesLines
* Still trying to recover directory contentspatacongo2012-11-101-122/+0
* Trying to recover from deleted directory contentspatacongo2012-11-101-0/+122
* move lib/ to libc/ to make room for a true lib/ directory. Rename libraries ...patacongo2012-11-101-122/+0
* Fix some places in library where semaphore is not released on error conditionspatacongo2012-08-311-1/+1
* Revise recent changes to serial driver error handling: Errors other than EIN...patacongo2012-08-141-3/+2
* drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-121-4/+26
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-5/+3
* Fix a C++ link issue: If constant strings used only in constructor, the don't...patacongo2012-05-171-1/+1
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-1/+1
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-111-2/+2
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-111-0/+103