summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-08 19:37:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-08 19:37:10 -0600
commit42b35d7ff6526a7d2b3521d969ac3c6a4e00ccae (patch)
tree7f527d7d7360a2500f321f414402644b03ea8837 /nuttx/ChangeLog
parented717b37b0161e4989f04ae3f7f75df3f66724b5 (diff)
downloadnuttx-42b35d7ff6526a7d2b3521d969ac3c6a4e00ccae.tar.gz
nuttx-42b35d7ff6526a7d2b3521d969ac3c6a4e00ccae.tar.bz2
nuttx-42b35d7ff6526a7d2b3521d969ac3c6a4e00ccae.zip
Add syslog system calls
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 71a512192..c9c5d8a2e 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8802,6 +8802,7 @@
* drivers/: Correct everything under nuttx/drivers, nuttx/arch, nuttx/net,
nuttx/binfmt, and nuttx/configs to use the corrected syslog interfaces
(2014-10-8).
- * libc/syslog: Move syslog logic from libc/misc and libc/stdio to
- libc/syslog (2014-10-8).
-
+ * libc/syslog and fs/syslog: Move syslog logic from libc/misc and
+ libc/stdio to libc/syslog and fs/syslog. Also move some syslog logic
+ from fs/driver to fs/syslog (2014-10-8).
+ * fs/syslog/fs_syslogmask.c: Implement syslogmask() (2014-10-8).