summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-26 19:24:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-26 19:24:15 +0000
commit87b88cefa2d7358754b61280dd94132f165759dd (patch)
treeb76d3b9bdb96d3dbd3bc0b109562976cac155b25 /cpukit/ChangeLog
parentLet TCP/IP stack pick port rather than hard coding selection. Correction of ... (diff)
downloadrtems-87b88cefa2d7358754b61280dd94132f165759dd.tar.bz2
2008-09-26 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1316/cpukit * score/src/coremsgbroadcast.c: Give error when message is too large like when sending a message. This was the documented behavior.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 12c5817223..f7873c4c68 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-26 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ PR 1316/cpukit
+ * score/src/coremsgbroadcast.c: Give error when message is too large
+ like when sending a message. This was the documented behavior.
+
2008-09-25 Eric Norum <norume@aps.anl.gov>
* libnetworking/lib/rtems_bsdnet_ntp.c: Let TCP/IP stack pick port