summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libnetworking/netinet (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-02-04Added PowerPC specific header checksum code.Joel Sherrill1-34/+5
1999-02-04Modified to include comments on how to get TCPDEBUG turned on andJoel Sherrill1-1/+1
printing messages.
1999-02-02Added debug #define and commented it out.Joel Sherrill1-0/+1
1999-02-02Added PowerPC specific in_cksum file.Joel Sherrill1-0/+4
1999-02-02New file. Based on the i386 version.Joel Sherrill1-0/+202
1999-01-26Switched from printf() to puts().Joel Sherrill1-1/+1
1999-01-04Patch from D. V. Henkel-Wallace <gumby@zembu.com> to use puts and have ↵Joel Sherrill1-1/+3
prototype.
1999-01-04Patch from D. V. Henkel-Wallace <gumby@zembu.com> to fix braces nesting problem.Joel Sherrill1-1/+2
1998-09-21Patch from Eric Norum and David Fiddes to put ColdFire support inJoel Sherrill1-8/+9
the inet checksum routine.
1998-09-11Patch from "David J. Fiddes" <D.J@fiddes.surfaid.org>:Joel Sherrill1-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.
1998-09-10Patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to make this compileJoel Sherrill1-1/+1
for the ColdFire.
1998-08-21Added i386 specific version of in_cksum.c and restructured the mainJoel Sherrill3-151/+515
file to switch out to CPU specific implementations.
1998-08-21Another missing piece. Thanks Eric.Joel Sherrill1-0/+3
1998-08-21All warnings removed.Joel Sherrill3-4/+4
1998-08-20Fixed many warnings.Joel Sherrill4-5/+9
1998-08-20FreeBSD stack compiles for the first time (except libc/strsep.c).Joel Sherrill1-2/+3
1998-08-20Base filesJoel Sherrill1-0/+52
1998-08-19Base filesJoel Sherrill43-0/+20297