summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-14 15:01:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-14 15:01:00 +0000
commita7202f6a17fb50784be3c044b621b26ae0130de0 (patch)
tree27fa526f9f4c43738a0d0617027a5944a8c3db49 /cpukit/ChangeLog
parent2010-07-14 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-a7202f6a17fb50784be3c044b621b26ae0130de0.tar.bz2
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1612/networking * ChangeLog, libcsupport/src/libio_sockets.c: Sockets need to have handlers in place. Null is no longer allowed.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 0de7109e3f..1ccad80c5d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ PR 1612/networking
+ * ChangeLog, libcsupport/src/libio_sockets.c: Sockets need to have
+ handlers in place. Null is no longer allowed.
+
2010-07-13 Vinu Rajashekhar <vinutheraj@gmail.com>
PR 1614/filesystem
@@ -5,8 +11,9 @@
libfs/src/imfs/imfs_load_tar.c: Fix rtems_tarfs_load to work with
pipe filesystem.
-2010-07-12 Jennifer Averett
+2010-07-12 Jennifer Averett <jennifer.averett@oarcorp.com>
+ PR 1612/networking
* libnetworking/rtems/rtems_syscall.c: Replaced null socket handlers
with default handlers. Null handlers are no longer allowed.