summaryrefslogtreecommitdiff
path: root/cpukit/libnetworking (follow)
AgeCommit message (Collapse)Author
2009-07-13This commit was manufactured by cvs2svn to create branch 'rtems-4-8-branch'.cvs2git
Cherrypick from master 2009-07-13 14:20:36 UTC Ralf Corsepius <ralf.corsepius@rtems.org> 'Add autoconf-sources.add.': contrib/crossrpms/autotools/autoconf-sources.add contrib/crossrpms/autotools/automake-sources.add contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff contrib/crossrpms/patches/gdb-6.5-bfinrtems-20071114.diff contrib/crossrpms/patches/gdb-6.5-bfinrtems-20090122.diff cpukit/libnetworking/ifaddrs.h cpukit/libnetworking/libc/getifaddrs.c cpukit/libnetworking/libc/if_indextoname.c cpukit/libnetworking/libc/if_nameindex.c
2008-09-01Fix broken declaration of tcp_trace().Ralf Corsepius
2008-02-062008-02-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1277/networking * libnetworking/netinet/in_cksum_i386.h: Use q instead of r in constraint for assembly language. This restricts the register choice to the a-d registers.
2007-10-15Adjust to POSIX. Minor updates from FreeBSD.Ralf Corsepius
2007-10-15Add if_nameindex (from FreeBSD).Ralf Corsepius
2007-10-04Regenerate.Ralf Corsepius
2007-10-042007-10-04 Keith Robertson <kjrobert@alumni.uwaterloo.ca>,Ralf Corsepius
Ralf Corsépius <ralf.corsepius@rtems.org> * libnetworking/ifaddrs.h, libnetworking/libc/getifaddrs.c, libnetworking/libc/if_indextoname.c, libnetworking/libc/if_nameindex.c: New (from FreeBSD) * Makefile.am: Add files above. * libnetworking/net/if.h: Add if_nameindex (from FreeBSD).
2007-09-162007-09-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* libnetworking/net/ppp_defs.h: Include rtems/stdint.h. Use uint32_t for ext_accm.
2007-08-012007-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1248/networking * libnetworking/rtems/rtems_glue.c: Luke Stras <luke@spacequest.com> reported that when no interfaces are successfully attached, the default route is broken and may result in a jump to an illegal address.
2007-07-302007-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* libnetworking/netinet/in_cksum_m68k.h: Use __mcoldfire__ to identify coldfire cpus.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* libnetworking/rtems/rtems_syscall.c: Remove RTEMS versions of send() and recv(). We already had the BSD versions and these conflict sometimes when linking.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* libnetworking/rtems/mkrootfs.h, libnetworking/rtems/rtems_bsdnet.h, libnetworking/rtems/rtems_bsdnet_internal.h: Add extern __cplusplus.
2007-05-10Include <rtems/bsd/sys/cdefs.h>Ralf Corsepius
2007-05-10Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.Ralf Corsepius
2007-05-10Regenerate.Ralf Corsepius
2007-05-10Reflect having removed sys/queue.h.Ralf Corsepius
2007-05-10Remove (moved to include/rtems/bsd/sys/queue.h).Ralf Corsepius
2007-05-10Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius
2007-05-10Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius
2007-05-09Regenerate.Ralf Corsepius
2007-05-09Remove machine/endian.h.Ralf Corsepius
2007-05-09Remove.Ralf Corsepius
2007-05-09Include <rtems/endian.h> instead of <machine/endian.h>.Ralf Corsepius
2007-05-09Include <rtems/stdint.h> instead of <stdint.h>.Ralf Corsepius
2007-05-092007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* libnetworking/machine/endian.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
2007-05-082007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* libnetworking/machine/endian.h: Convert htons, htonl, ntohs, ntohl to inline functions, using uint[16,32]_t.
2007-05-082007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* libnetworking/netdb.h: Change netent->n_net to uint32_t to comply with SUSv3.
2007-05-08Eliminate __P.Ralf Corsepius
2007-03-302007-03-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* libnetworking/Makefile.am: Move libc/send.c to libc_a_SOURCES. * libnetworking/Makefile.am: Move libc/recv.c to libc_a_SOURCES.
2007-03-30cosmetics.Ralf Corsepius
2007-03-30Move libc/res_config.h to libnetworking_a_SOURCES (File is being used).Ralf Corsepius
Remove libc/iso_addr.c, libc/iso_addr.3.
2007-03-30Remove (Unused).Ralf Corsepius
2007-03-30Remove net/ppp-deflate.c, net/bsd-comp.c.Ralf Corsepius
2007-03-30Remove (Unused)Ralf Corsepius
2007-03-30Eliminate SCCS, LINT. Add HAVE_CONFIG_H.Ralf Corsepius
2007-03-29Further _IP_VHL removal preps.Ralf Corsepius
2007-03-292007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* libnetworking/netinet/ip.h: Add FreeBSD's alignement macros.
2007-03-292007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* libnetworking/net/netisr.h: Partial update from FreeBSD.
2007-03-292007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* libnetworking/libc/strsep.c: Don't build if provided by libc.
2007-03-292007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* libnetworking/libc/rcmd.c: Eliminate __P(). Cosmetics.
2007-03-29Remove selrecord, selwakeup (Unused).Ralf Corsepius
2007-03-29Preps to eliminate _IP_VHL (Abandoned in FreeBSD). Misc mergers from ↵Ralf Corsepius
upstream FreeBSD.
2007-03-29Preps to eliminate _IP_VHL (Abandoned in FreeBSD).Ralf Corsepius
2007-03-29Preps to eliminate _IP_VHL (Abandoned in FreeBSD).Ralf Corsepius
2007-03-29Partial update from FreeBSD.Ralf Corsepius
2007-03-29Eliminate __P().Ralf Corsepius
2007-03-28Regenerate.Ralf Corsepius
2007-03-28Remove (Unused).Ralf Corsepius
2007-03-28Remove net/ppp-comp.h.Ralf Corsepius
2007-03-28Regenerate.Ralf Corsepius