summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/in_cksum.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-07cpukit: Remove libnetworkingVijay Kumar Banerjee1-186/+0
Update #3850
2018-09-10network: Use kernel/user space header filesSebastian Huber1-0/+2
Add and use <machine/rtems-bsd-kernel-space.h> and <machine/rtems-bsd-user-space.h> similar to the libbsd to avoid command line defines and defines scattered throught the code base. Simplify cpukit/libnetworking/Makefile.am. Update #3375.
2013-06-20sparc in_cksum: Use __sparc__ which is available in -ansi modeJoel Sherrill1-1/+1
2013-06-19Added in_cksum_sparc.h to optimize IP checksum calculations for SPARC.Jiri Gaisler1-0/+4
2013-03-11nios2: Add optimized IP checksum supportJeffrey O. Hill1-0/+4
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-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.
2010-03-28Add HAVE_CONFIG_H support to let files receive configure defines.Ralf Corsepius1-0/+4
2009-11-30Whitespace removal.Ralf Corsepius1-1/+1
2008-09-01Remove BSD "Add clause" (From FreeBSD).Ralf Corsepius1-4/+0
2008-08-18Add missing prototypes.Ralf Corsepius1-3/+3
2007-11-272007-11-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+2
* libnetworking/netinet/in_cksum.c: ARM optimized version does not support Thumb.
2006-09-112006-09-11 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill1-2/+2
* libnetworking/netinet/in_cksum.c: Joel should have used int32_t not uint32_t when removing warnings.
2006-09-01*** empty log message ***Joel Sherrill1-1/+1
2006-08-312006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-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-142004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-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.
2003-03-11Merger from rtems-4-6-branch.Ralf Corsepius1-4/+0
2002-10-042002-10-04 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill1-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-022002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+2
* netinet/in_cksum.c: #include <string.h> for puts in generic routines.
2002-07-302002-07-30 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill1-2/+6
* netinet/in_cksum.c, netinet/in_cksum_arm.c: Added ARM in_cksum support.
1999-02-02Added PowerPC specific in_cksum file.Joel Sherrill1-0/+4
1999-01-26Switched from printf() to puts().Joel Sherrill1-1/+1
1998-08-21Added i386 specific version of in_cksum.c and restructured the mainJoel Sherrill1-151/+6
file to switch out to CPU specific implementations.
1998-08-21Another missing piece. Thanks Eric.Joel Sherrill1-0/+3
1998-08-19Base filesJoel Sherrill1-0/+308