summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-12 12:51:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-12 12:51:06 -0600
commit409a88cc31a18d52bf893b422659be109b1c9185 (patch)
tree0c3152c616c6477b2f07c148879eb34178795e4a /nuttx/ChangeLog
parent939eb11d4bd5f3d1abcb397ffbcbea8a1f12f46a (diff)
downloadnuttx-409a88cc31a18d52bf893b422659be109b1c9185.tar.gz
nuttx-409a88cc31a18d52bf893b422659be109b1c9185.tar.bz2
nuttx-409a88cc31a18d52bf893b422659be109b1c9185.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a14ab48b3..a322e4947 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8500,3 +8500,12 @@
more efficient, but I never tried it (2014-9-12).
* binfmt/libelf/libelf_load.c: ELF: Critical bugfix.. BSS was not being
cleared (2014-9-12).
+ * configs/sama5d4-ek/knsh/defconfig and defconfig.ROMFS: Enable NSH
+ file applications in these configurations (2014-9-12).
+ * libc/Kconfig, unistd/lib_execsymtab.c, configs/sim/nsh/defconfig, and
+ stm32f4discovery/posix_spawn/defconfig: Having a symbol table is an
+ option. There are no symbol tables with CONFIG_BUILD_KERNEL, for
+ example (2014-9-12).
+ * syscall/syscall.csv and include/sys/syscall.h: exevc, execvl,
+ posix_spawn, and posix_spawnp were not properly integrated as system
+ calls (2014-9-12).