summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2006-07-13 01:27:30 +0000
committerTill Straumann <strauman@slac.stanford.edu>2006-07-13 01:27:30 +0000
commit47854a0d16605dcfcb22eef65b48310d7f9984a8 (patch)
treefd8f303e979dadeb4feb80bbb3a05c349b3233d4 /cpukit/ChangeLog
parent * shared/pci/pcibios.c: let pci_find_device() return (diff)
downloadrtems-47854a0d16605dcfcb22eef65b48310d7f9984a8.tar.bz2
PR 1110/networking
* libnetworking/machine/in_cksum.h: Replaced PPC and i386 assembly algorithms (must not assume carry bit is preserved across multiple asms). Added packet header as a 'm' input operand for all CPU variants. Added carry bit to clobber list.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index aadec4844b..23b324c738 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2006-07-12 Till Straumann <strauman@slac.stanford.edu>
+ PR 1110/networking
+ * libnetworking/machine/in_cksum.h: Replaced PPC and
+ i386 assembly algorithms (must not assume carry bit is preserved
+ across multiple asms). Added packet header as a 'm' input
+ operand for all CPU variants. Added carry bit to clobber list.
+
+2006-07-12 Till Straumann <strauman@slac.stanford.edu>
+
* pppd/sys-rtems.c: fixed error message so that the correct
ioctl is reported.