Gregory Nutt
|
02444cfb2c
|
Update comments and function headers
|
2014-10-09 07:38:38 -06:00 |
Gregory Nutt
|
d2c8e13ed5
|
Backing out some logic: Remove syslog functions from syscalls
|
2014-10-09 06:58:23 -06:00 |
Gregory Nutt
|
4efb064169
|
Remove non-standard, conditional syslog_enable(), instead only the required, standard setlogmask()
|
2014-10-09 06:09:03 -06:00 |
Gregory Nutt
|
bbc658930a
|
Passing va_list in syscall does not work. Temporarily moved syslog and 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
|
2014-10-08 20:12:52 -06:00 |
Gregory Nutt
|
323084f32f
|
Add syslog system calls
|
2014-10-08 19:37:10 -06:00 |
Gregory Nutt
|
a8399d5c6b
|
Move syslog logic from libc/misc and libc/stdio to libc/syslog
|
2014-10-08 17:16:41 -06:00 |
Gregory Nutt
|
f40857c04f
|
All NSH-related files under nuttx/configs changed to use the corrected syslog interfaces
|
2014-10-08 14:28:55 -06:00 |
Gregory Nutt
|
7b310711a1
|
Update everything under nuttx/arch to use the corrected syslog interfaces
|
2014-10-08 12:48:47 -06:00 |
Gregory Nutt
|
8db42f5b54
|
Update ChangeLog
|
2014-10-08 10:48:47 -06:00 |
Gregory Nutt
|
f8ed7323c0
|
make standard syslog and vsyslog POSIX compliant (also modify non-standard syslog functions for compatibility). This will break a lot of things until ALL usage of syslog is updated to use the modified interfaces
|
2014-10-08 09:44:15 -06:00 |
Gregory Nutt
|
047deada84
|
Remove non-portable references to syslog from apps/examples
|
2014-10-08 08:33:00 -06:00 |
patacongo
|
95af0bc8bf
|
Updated Open1788 calibration; More compilation fixes from Mike Smith
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5707 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-05 13:20:26 +00:00 |
patacongo
|
ad430fc198
|
Add syslog.h; rename lib_rawprintf() to syslog()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-28 21:55:16 +00:00 |