summaryrefslogtreecommitdiff
path: root/nuttx/include/syslog.h
Commit message (Collapse)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
| | | | standard setlogmask()
* Passing va_list in syscall does not work. Temporarily moved syslog and ↵Gregory Nutt2014-10-081-2/+28
| | | | lowsyslog into kernel code and access via a system call. Need to revisit. Will probably need to move all of syslog back from fs/syslog to libc/syslog
* 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 ↵Gregory Nutt2014-10-081-8/+9
| | | | syslog interfaces
* 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 ↵Gregory Nutt2014-10-081-4/+4
| | | | syslog functions for compatibility). This will break a lot of things until ALL usage of syslog is updated to use the modified interfaces
* 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
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5707 42af7a65-404d-4744-a932-0658087f49c3
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-0/+94
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3