summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-08 16:25:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-08 16:25:30 +0000
commit4c8b88b97559ddc6714fc17e9a281a13a65f88c0 (patch)
treebe370af4ffb6147bbbf103f66fcc69ed55bf5893 /nuttx/ChangeLog
parent2e5aef172a920610e3071325b4be95b71a83948a (diff)
downloadnuttx-4c8b88b97559ddc6714fc17e9a281a13a65f88c0.tar.gz
nuttx-4c8b88b97559ddc6714fc17e9a281a13a65f88c0.tar.bz2
nuttx-4c8b88b97559ddc6714fc17e9a281a13a65f88c0.zip
Add execv() and execl(); Move lm3s header files for compatibility
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5492 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e2d8a586b..ee6b088cf 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3880,4 +3880,16 @@
OS layered architecture.
* include/unistd.h, arch/arch/src/*: Implement a simple vfork().
On initial checkin, this API is available only for ARM platforms.
+ * binfmt/binfmt_exec.c: exec() now sets the priority of the new task
+ to the same priority as the current task (instead of the arbirtrary
+ value of 50).
+ * libc/unisted/lib_execv.c and lib_execl.c: New, somewhat flawed,
+ implementations of execv() and execl().
+ * tools/cfgdefine.c: Strips quotes from CONFIG_EXECFUNCS_SYMTAB
+ value.
+ * arch/arm/include/lm3s/chip.h: Move chip definitions into
+ public include area for compatibility with other architectures.
+ * arch/arm/src/lm3s/chip: Move register definition header files
+ into a new chip/ sub-directory.
+