summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2008-05-01 02:57:49 +0000
committerChris Johns <chrisj@rtems.org>2008-05-01 02:57:49 +0000
commit50303dfbd1c7cd9f101242908eaf0404c58b4af7 (patch)
tree4ce817d7cd613fe32d5968ca6b440f44d1b68df9 /cpukit/ChangeLog
parent2008-04-30 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-50303dfbd1c7cd9f101242908eaf0404c58b4af7.tar.bz2
2008-05-01 Maarten Van Es <maarten@mind.be>
* libnetworking/rtems/rtems_dhcp.c: Removed panic()s. Added interface for rtems_dhcp_failsafe. * libnetworking/rtems/rtems_dhcp.h: Added interface for rtems_dhcp_failsafe. 2008-05-01 Arnout Vandecappelle <arnout@mind.be> * libnetworking/nfs/bootp_subr: Allow some errors for sosend() and return on timeout in bootpc_call(). Removed panic()s. * libnetworking/rtems/rtems_glue.c: Fix the cast for the SIOCAIFADDR ioctl call. * libnetworking/rtems/rtems_dhcp_failsafe.c, libnetworking/rtems/rtems_dhcp_failsafe.h: New. * libnetworking/Makefile.am, libnetworking/preinstall.am: Added rtems_dhcp_failsafe.c and rtems_dhcp_failsafe.h files.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f440697764..527fd55aaf 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,20 @@
+2008-05-01 Maarten Van Es <maarten@mind.be>
+ * libnetworking/rtems/rtems_dhcp.c: Removed panic()s. Added
+ interface for rtems_dhcp_failsafe.
+ * libnetworking/rtems/rtems_dhcp.h: Added interface for
+ rtems_dhcp_failsafe.
+
+2008-05-01 Arnout Vandecappelle <arnout@mind.be>
+
+ * libnetworking/nfs/bootp_subr: Allow some errors for sosend() and
+ return on timeout in bootpc_call(). Removed panic()s.
+ * libnetworking/rtems/rtems_glue.c: Fix the cast for the
+ SIOCAIFADDR ioctl call.
+ * libnetworking/rtems/rtems_dhcp_failsafe.c,
+ libnetworking/rtems/rtems_dhcp_failsafe.h: New.
+ * libnetworking/Makefile.am, libnetworking/preinstall.am: Added
+ rtems_dhcp_failsafe.c and rtems_dhcp_failsafe.h files.
+
2008-04-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/include/rtems/rtems/timer.h: Fix typo.