From 50303dfbd1c7cd9f101242908eaf0404c58b4af7 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 1 May 2008 02:57:49 +0000 Subject: 2008-05-01 Maarten Van Es * 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 * 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. --- cpukit/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'cpukit/ChangeLog') 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 + * 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 + + * 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 * rtems/include/rtems/rtems/timer.h: Fix typo. -- cgit v1.2.3