summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-28 18:38:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-28 18:38:13 +0000
commitf29332dabb08e793f12bfaaf49d851052f3d8bb0 (patch)
treebdfda0ecbd7119b9c3c607e95c9990b75fadf81b /apps/ChangeLog.txt
parent51f1a88cb89e90f522a94c1dfe5ae16f17465121 (diff)
downloadnuttx-f29332dabb08e793f12bfaaf49d851052f3d8bb0.tar.gz
nuttx-f29332dabb08e793f12bfaaf49d851052f3d8bb0.tar.bz2
nuttx-f29332dabb08e793f12bfaaf49d851052f3d8bb0.zip
Lock the scheduler when starting NSH builtin applications to eliminate race conditions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4988 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index ee7b8f26a..e24d0472d 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -260,4 +260,6 @@
termios ioctls, then don't bother trying to configure the baud, parity
etc.
* apps/nslib: If waitpid() is supported, then NSH not catches the
- return value from spawned applications.
+ return value from spawned applications (provided by Mike Smith)
+ * apps/nslib: Lock the schedule while starting built-in applications
+ in order to eliminate race conditions (also from Mike Smith).