summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/in_cksum_m68k.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit: Remove libnetworkingVijay Kumar Banerjee2021-04-071-221/+0
| | | | Update #3850
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-1/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Add missing prototypes.Ralf Corsepius2008-08-011-3/+2
|
* 2007-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-301-1/+1
| | | | | * libnetworking/netinet/in_cksum_m68k.h: Use __mcoldfire__ to identify coldfire cpus.
* 2005-03-14 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2005-03-141-5/+5
| | | | | * libnetworking/netinet/in_cksum_m68k.h: Change back to lcsum[12]_lbl to temporary labels.
* 2005-03-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-101-5/+5
| | | | | * libnetworking/netinet/in_cksum_m68k.h: Change back to lcsum[12]_lbl since my fix did not fix all issues.
* 2005-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-051-5/+5
| | | | | * libnetworking/netinet/in_cksum_m68k.h: Change lcsum[12]_lbl to temporary inline assembly labels to remove compilation error.
* Patch from Eric Norum and David Fiddes to put ColdFire support inJoel Sherrill1998-09-211-8/+9
| | | | the inet checksum routine.
* Patch from "David J. Fiddes" <D.J@fiddes.surfaid.org>:Joel Sherrill1998-09-111-126/+37
| | | | | | | | | | | I've fixed a few minor probs with the optimised version that Eric put together for me the other day and sent the fixes back to him. Provided he doesn't have a problem with it we've got a pretty solid in_cksum for the ColdFire as well as straight m68k. I've enclosed my updated in_cksum_m68k.c At the moment my own bottlenecks are elsewhere...as my driver is pulling 16bit data chunks through a libchip-esq access routine from the chip which for a polled I/O device is never going to be quick.
* Patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to make this compileJoel Sherrill1998-09-101-1/+1
| | | | for the ColdFire.
* Added i386 specific version of in_cksum.c and restructured the mainJoel Sherrill1998-08-211-0/+311
file to switch out to CPU specific implementations.