summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-15 10:19:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-15 10:19:58 -0600
commite4810b1352b911cad4e2d914e2f0d6d5cb98dc0b (patch)
treee3ff6912be6e4fdc95019d3c59364fc4c97ff858 /nuttx/ChangeLog
parenta49456f15b8103e88ffccb626096c1c7c1e1dd27 (diff)
downloadnuttx-e4810b1352b911cad4e2d914e2f0d6d5cb98dc0b.tar.gz
nuttx-e4810b1352b911cad4e2d914e2f0d6d5cb98dc0b.tar.bz2
nuttx-e4810b1352b911cad4e2d914e2f0d6d5cb98dc0b.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 153b9abeb..3438bec95 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8547,3 +8547,13 @@
arch.h, and othr files: Add the initial implementation of the process
kernel stack logic. Not yet integrated into the main OS logic nor
tested (2014-9-14).
+ * binfmt/binfmt_execsymtab.c and Makefile, sched/task/task_execv.c,
+ task_posixspawn.c, and Make.defs, include/unistd.h,
+ include/nuttx/binfmt/symtab.h, and libc/unistd/Make.defs: execv() is
+ a basic system interface. It should not be in libc/ but rather in
+ sched/task. Its symboltable helper logic also belongs in the kernel
+ but belongs in binfmt/ with the other symbol table logic (2014-9-15).
+ * include/sys/syscall.h, syscall/syscall.csv, syscall_lookup.h, and
+ syscall_stublookup.c: execl() is not a system interface. It belongs
+ in libc and should not have a system call associated with it
+ (2014-9-15).