From e4810b1352b911cad4e2d914e2f0d6d5cb98dc0b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 15 Sep 2014 10:19:58 -0600 Subject: Update ChangeLog --- nuttx/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'nuttx/ChangeLog') 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). -- cgit v1.2.3