summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-10-04 14:24:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-10-04 14:24:27 +0000
commit9df2ef1b6cc84f97bae2746aa9c8696efa648716 (patch)
tree3b0c054009e2c2ecbc65500861e340b6af8d7758 /cpukit/ChangeLog
parentAdd if_nameindex etc. (from FreeBSD). (diff)
downloadrtems-9df2ef1b6cc84f97bae2746aa9c8696efa648716.tar.bz2
2007-10-04 Keith Robertson <kjrobert@alumni.uwaterloo.ca>,
Ralf Corsépius <ralf.corsepius@rtems.org> * libnetworking/ifaddrs.h, libnetworking/libc/getifaddrs.c, libnetworking/libc/if_indextoname.c, libnetworking/libc/if_nameindex.c: New (from FreeBSD) * Makefile.am: Add files above. * libnetworking/net/if.h: Add if_nameindex (from FreeBSD).
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 9731e1ce99..9370d7de87 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,12 @@
+2007-10-04 Keith Robertson <kjrobert@alumni.uwaterloo.ca>,
+ Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libnetworking/ifaddrs.h, libnetworking/libc/getifaddrs.c,
+ libnetworking/libc/if_indextoname.c,
+ libnetworking/libc/if_nameindex.c: New (from FreeBSD)
+ * Makefile.am: Add files above.
+ * libnetworking/net/if.h: Add if_nameindex (from FreeBSD).
+
2007-09-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/stackchk/check.c: Eliminate output with little information.