summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
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).