summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-04-28 11:12:03 +0000
committerChris Johns <chrisj@rtems.org>2009-04-28 11:12:03 +0000
commit046fe12b336f2dd06bfec543c3f67db1b5554774 (patch)
tree9eb36059bf4a950d802fddbb6feb7b7e0550affa /cpukit/ChangeLog
parent2009-04-28 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-046fe12b336f2dd06bfec543c3f67db1b5554774.tar.bz2
2009-04-28 Chris Johns <chrisj@rtems.org>
* libnetworking/nfs/bootp_subr.c: Fixed PR1384. The route set in the initialise pass is not deleted so an exists error is returned. Ignore the error. Print the server address as an IP address not hex digits. * libnetworking/rtems/rtems_dhcp.c: Fixed PR1338. Close the socket, handle the returned event flags.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 477ce23fda..0eccbe93ea 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,15 @@
2009-04-28 Chris Johns <chrisj@rtems.org>
+ * libnetworking/nfs/bootp_subr.c: Fixed PR1384. The route set in
+ the initialise pass is not deleted so an exists error is
+ returned. Ignore the error. Print the server address as an IP
+ address not hex digits.
+
+ * libnetworking/rtems/rtems_dhcp.c: Fixed
+ PR1338. Close the socket, handle the returned event flags.
+
+2009-04-28 Chris Johns <chrisj@rtems.org>
+
* sapi/include/confdefs.h: Add a prototype for Init with C linkage
and define Init task command line arguments if confdefs.h provides
an Init entry point.