summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/streams.h
Commit message (Expand)AuthorAgeFilesLines
* Implement setlogmask(); move some syslog logic from libc/syslog to fs/syslogGregory Nutt2014-10-081-0/+45
* Add basic data structures that will allow us to move named semaphore support ...Gregory Nutt2014-09-281-1/+1
* Add seekable standard streamsGregory Nutt2014-06-141-27/+34
* Add support for seekable memory streamsGregory Nutt2014-06-141-30/+108
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-111-1/+1
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-111-2/+21
* Implemented line-oriented buffering for std outputpatacongo2011-05-141-6/+10
* update comments; add lib_zeroinstreampatacongo2009-06-011-22/+102
* Make lib/ stream implementation visible outside of lib/patacongo2009-05-311-0/+192