summaryrefslogtreecommitdiff
path: root/nuttx/include/syslog.h
Commit message (Expand)AuthorAgeFilesLines
* Update comments and function headersGregory Nutt2014-10-091-31/+90
* Backing out some logic: Remove syslog functions from syscallsGregory Nutt2014-10-091-26/+1
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-091-6/+0
* Passing va_list in syscall does not work. Temporarily moved syslog and lowsy...Gregory Nutt2014-10-081-2/+28
* Add syslog system callsGregory Nutt2014-10-081-3/+16
* Move syslog logic from libc/misc and libc/stdio to libc/syslogGregory Nutt2014-10-081-1/+6
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-8/+9
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-081-0/+5
* Update ChangeLogGregory Nutt2014-10-081-1/+21
* make standard syslog and vsyslog POSIX compliant (also modify non-standard sy...Gregory Nutt2014-10-081-4/+4
* Remove non-portable references to syslog from apps/examplesGregory Nutt2014-10-081-4/+58
* Updated Open1788 calibration; More compilation fixes from Mike Smithpatacongo2013-03-051-0/+1
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-0/+94