summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/in_cksum.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-11-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-11-271-1/+2
| | | | | * libnetworking/netinet/in_cksum.c: ARM optimized version does not support Thumb.
* 2006-09-11 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill2006-09-111-2/+2
| | | | | * libnetworking/netinet/in_cksum.c: Joel should have used int32_t not uint32_t when removing warnings.
* *** empty log message ***Joel Sherrill2006-09-011-1/+1
|
* 2006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-311-4/+4
| | | | | | | | | | | | | | | * ftpd/ftpd.c, libcsupport/include/sys/ioccom.h, libcsupport/src/ioctl.c, libnetworking/kern/uipc_mbuf.c, libnetworking/libc/inet_addr.c, libnetworking/net/ethernet.h, libnetworking/net/if.c, libnetworking/net/if_ethersubr.c, libnetworking/net/if_ppp.c, libnetworking/net/if_pppvar.h, libnetworking/net/if_var.h, libnetworking/net/ppp_tty.c, libnetworking/netinet/in_cksum.c, libnetworking/nfs/bootp_subr.c, libnetworking/rtems/rtems_bsdnet_internal.h, libnetworking/sys/mbuf.h, pppd/md4.c, pppd/pppd.h: Remove warnings due to improper use of int which shows up on 16 bit targets. Added ioctl_command_t since IOCTL command argument does not reliably fit into 16 bits.
* 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-141-4/+4
| | | | | | * Makefile.am: Re-add dirstamps to PREINSTALL_FILES. Add PREINSTALL_FILES to CLEANFILES. * netinet/in_cksum.c: #include netinet/in_cksum_<cpu>.h.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-111-4/+0
|
* 2002-10-04 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill2002-10-041-0/+4
| | | | | | * netinet/in_cksum.c, netinet/ip_icmp.h, netinet/ip_input.c, netinet/tcp_input.c, netinet/tcp_subr.c, netinet/tcp_var.h, sys/queue.h: Address alignment requirements for the ARM.
* 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-021-0/+2
| | | | | * netinet/in_cksum.c: #include <string.h> for puts in generic routines.
* 2002-07-30 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill2002-07-301-2/+6
| | | | | * netinet/in_cksum.c, netinet/in_cksum_arm.c: Added ARM in_cksum support.
* Added PowerPC specific in_cksum file.Joel Sherrill1999-02-021-0/+4
|
* Switched from printf() to puts().Joel Sherrill1999-01-261-1/+1
|
* Added i386 specific version of in_cksum.c and restructured the mainJoel Sherrill1998-08-211-151/+6
| | | | file to switch out to CPU specific implementations.
* Another missing piece. Thanks Eric.Joel Sherrill1998-08-211-0/+3
|
* Base filesJoel Sherrill1998-08-191-0/+308