summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'rtems-4-8-0'.4.8.0cvs2git2009-07-134-0/+704
| | | | | | | | | Sprout from rtems-4-8-branch 2008-02-14 17:31:53 UTC Joel Sherrill <joel.sherrill@OARcorp.com> '2008-02-14 Joel Sherrill <joel.sherrill@OARcorp.com>' Cherrypick from rtems-4-8-branch 2009-07-13 14:20:37 UTC cvs2git <rtems-devel@rtems.org> 'This commit was manufactured by cvs2svn to create branch 'rtems-4-8-branch'.': contrib/crossrpms/patches/gdb-6.5-bfinrtems-20071114.diff cpukit/libnetworking/ifaddrs.h cpukit/libnetworking/libc/getifaddrs.c cpukit/libnetworking/libc/if_indextoname.c cpukit/libnetworking/libc/if_nameindex.c
* 2008-02-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-02-061-1/+1
| | | | | | | 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.
* Adjust to POSIX. Minor updates from FreeBSD.Ralf Corsepius2007-10-153-14/+7
|
* Add if_nameindex (from FreeBSD).Ralf Corsepius2007-10-151-0/+13
|
* Regenerate.Ralf Corsepius2007-10-041-0/+4
|
* 2007-10-04 Keith Robertson <kjrobert@alumni.uwaterloo.ca>,Ralf Corsepius2007-10-041-0/+5
| | | | | | | | | | 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-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-09-161-1/+3
| | | | | * libnetworking/net/ppp_defs.h: Include rtems/stdint.h. Use uint32_t for ext_accm.
* 2007-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-08-011-1/+5
| | | | | | | | 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-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.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-211-19/+8
| | | | | | * 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-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-213-0/+24
| | | | | * libnetworking/rtems/mkrootfs.h, libnetworking/rtems/rtems_bsdnet.h, libnetworking/rtems/rtems_bsdnet_internal.h: Add extern __cplusplus.
* Include <rtems/bsd/sys/cdefs.h>Ralf Corsepius2007-05-101-2/+1
|
* Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.Ralf Corsepius2007-05-1021-21/+21
|
* Regenerate.Ralf Corsepius2007-05-101-4/+0
|
* Reflect having removed sys/queue.h.Ralf Corsepius2007-05-101-1/+1
|
* Remove (moved to include/rtems/bsd/sys/queue.h).Ralf Corsepius2007-05-101-602/+0
|
* Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius2007-05-1033-33/+33
|
* Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius2007-05-109-9/+9
|
* Regenerate.Ralf Corsepius2007-05-091-4/+0
|
* Remove machine/endian.h.Ralf Corsepius2007-05-091-1/+1
|
* Remove.Ralf Corsepius2007-05-091-92/+0
|
* Include <rtems/endian.h> instead of <machine/endian.h>.Ralf Corsepius2007-05-093-3/+3
|
* Include <rtems/stdint.h> instead of <stdint.h>.Ralf Corsepius2007-05-091-1/+1
|
* 2007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-05-091-4/+0
| | | | | * libnetworking/machine/endian.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
* 2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-05-081-8/+38
| | | | | * libnetworking/machine/endian.h: Convert htons, htonl, ntohs, ntohl to inline functions, using uint[16,32]_t.
* 2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-05-081-1/+1
| | | | | * libnetworking/netdb.h: Change netent->n_net to uint32_t to comply with SUSv3.
* Eliminate __P.Ralf Corsepius2007-05-083-5/+5
|
* 2007-03-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-301-1/+3
| | | | | * libnetworking/Makefile.am: Move libc/send.c to libc_a_SOURCES. * libnetworking/Makefile.am: Move libc/recv.c to libc_a_SOURCES.
* cosmetics.Ralf Corsepius2007-03-301-2/+2
|
* Move libc/res_config.h to libnetworking_a_SOURCES (File is being used).Ralf Corsepius2007-03-301-4/+5
| | | | Remove libc/iso_addr.c, libc/iso_addr.3.
* Remove (Unused).Ralf Corsepius2007-03-302-230/+0
|
* Remove net/ppp-deflate.c, net/bsd-comp.c.Ralf Corsepius2007-03-301-1/+0
|
* Remove (Unused)Ralf Corsepius2007-03-302-1800/+0
|
* Eliminate SCCS, LINT. Add HAVE_CONFIG_H.Ralf Corsepius2007-03-3056-196/+170
|
* Further _IP_VHL removal preps.Ralf Corsepius2007-03-293-2/+32
|
* 2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-291-1/+3
| | | | * libnetworking/netinet/ip.h: Add FreeBSD's alignement macros.
* 2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-291-15/+6
| | | | * libnetworking/net/netisr.h: Partial update from FreeBSD.
* 2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-291-0/+7
| | | | * libnetworking/libc/strsep.c: Don't build if provided by libc.
* 2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-291-8/+6
| | | | * libnetworking/libc/rcmd.c: Eliminate __P(). Cosmetics.
* Remove selrecord, selwakeup (Unused).Ralf Corsepius2007-03-291-7/+0
|
* Preps to eliminate _IP_VHL (Abandoned in FreeBSD). Misc mergers from ↵Ralf Corsepius2007-03-292-22/+65
| | | | upstream FreeBSD.
* Preps to eliminate _IP_VHL (Abandoned in FreeBSD).Ralf Corsepius2007-03-291-1/+30
|
* Preps to eliminate _IP_VHL (Abandoned in FreeBSD).Ralf Corsepius2007-03-292-2/+14
|
* Partial update from FreeBSD.Ralf Corsepius2007-03-291-23/+22
|
* Eliminate __P().Ralf Corsepius2007-03-291-15/+15
|
* Regenerate.Ralf Corsepius2007-03-281-4/+0
|
* Remove (Unused).Ralf Corsepius2007-03-282-194/+0
|
* Remove net/ppp-comp.h.Ralf Corsepius2007-03-281-1/+1
|
* Regenerate.Ralf Corsepius2007-03-281-4/+0
|
* Remove sys/buf.h.Ralf Corsepius2007-03-281-1/+1
|