summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-06 17:14:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-06 17:14:29 +0000
commit8d3e9254852f788bc60b19838b788015f07bacba (patch)
tree89985af40a67bb409f139ca5769e1738ec07e9df /cpukit/libnetworking/ChangeLog
parent2003-02-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-8d3e9254852f788bc60b19838b788015f07bacba.tar.bz2
2003-02-06 Mike Siers <mikes@poliac.com>
PR 342/networking * kern/uipc_mbuf.c: The RTEMS version of the m_copyback is changing the m_len value of the mbuf. I looked into the source from another BSD system and the mbuf length is not changed inside this function. The m_copyback function is only being used in the net/rtsock.c file. So I think this problem is only visable under certain routing table conditions.
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog
index 038e1019a3..d2a0e034d1 100644
--- a/cpukit/libnetworking/ChangeLog
+++ b/cpukit/libnetworking/ChangeLog
@@ -1,3 +1,13 @@
+2003-02-06 Mike Siers <mikes@poliac.com>
+
+ PR 342/networking
+ * kern/uipc_mbuf.c: The RTEMS version of the m_copyback is changing
+ the m_len value of the mbuf. I looked into the source from another
+ BSD system and the mbuf length is not changed inside this function.
+ The m_copyback function is only being used in the net/rtsock.c file.
+ So I think this problem is only visable under certain routing table
+ conditions.
+
2003-02-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 341/networking