summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics from FreeBSD.Ralf Corsepius2009-01-031-2/+2
|
* Add in_addr_t.Ralf Corsepius2009-01-031-1/+6
| | | | Re-base "struct in_addr" on in_addr_t (mandated by POSIX).
* Remove struct ip_opts (unused).Ralf Corsepius2009-01-031-12/+0
|
* Add missing initializers.Ralf Corsepius2008-12-231-1/+1
|
* Add missing initializers.Ralf Corsepius2008-12-234-6/+6
|
* Add missing initializers.Ralf Corsepius2008-12-222-4/+4
|
* Add missing initializers.Ralf Corsepius2008-12-221-4/+18
|
* Include <errno.h> (POSIX,C99) instead of <sys/errno.h> (BSD'ism).Ralf Corsepius2008-12-2214-14/+14
|
* Stop using old-style function definitions.Ralf Corsepius2008-09-071-3/+3
|
* Stop using old-style function definitions.Ralf Corsepius2008-09-0116-461/+198
|
* Fix broken declaration of tcp_trace().Ralf Corsepius2008-09-011-1/+1
|
* Remove BSD "Add clause" (From FreeBSD).Ralf Corsepius2008-09-017-28/+0
|
* Add missing prototypes.Ralf Corsepius2008-08-191-4/+5
|
* 2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-181-3/+4
| | | | | | | | * libcsupport/include/rtems/libcsupport.h, libcsupport/src/scandir.c, libmisc/cpuuse/cpuusagereset.c, libmisc/monitor/mon-monitor.c, libmisc/serdbg/serdbg.c, libmisc/serdbg/serdbg.h, libnetworking/netinet/in_cksum_powerpc.h, shttpd/compat_rtems.h: Fix warnings.
* Add missing prototype.Ralf Corsepius2008-08-181-3/+3
|
* Add missing prototypes.Ralf Corsepius2008-08-181-3/+3
|
* Add missing prototypes.Ralf Corsepius2008-08-012-7/+8
|
* 2008-05-23 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-05-231-0/+1
| | | | | | | * libnetworking/netinet/ip_output.c: when fragmenting multicast packets M_MCAST must be set on all fragments. This was fixed in FreeBSD ip_output.c 1.82 on 1998/8/23 ! (see my email to rtems-users from 2008/5/15).
* 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.
* 2008-02-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-052-0/+26
| | | | | | | | | | | * libnetworking/kern/uipc_socket2.c, libnetworking/netinet/tcp_usrreq.c, libnetworking/netinet/udp_usrreq.c, libnetworking/rtems/rtems_bsdnet.h, libnetworking/rtems/rtems_glue.c: Add configuration parameters for network stack efficiency multiplier and default socket buffer sizes. Change default multiplier from 8 to 2 to match GNU/Linux. This has no impact on performance on the BSPs tested.
* 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.
* 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.
* Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.Ralf Corsepius2007-05-102-2/+2
|
* Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius2007-05-1017-17/+17
|
* Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius2007-05-102-2/+2
|
* Include <rtems/endian.h> instead of <machine/endian.h>.Ralf Corsepius2007-05-091-1/+1
|
* 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.
* 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
|
* Use uint32_t optlen.Ralf Corsepius2007-03-281-2/+2
|
* Eliminate __P().Ralf Corsepius2007-03-285-16/+16
|
* Reflect changes to sys/protosw.h.Ralf Corsepius2007-03-281-4/+4
|
* 2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-281-10/+11
| | | | | * libnetworking/netinet/ip_input.c: Eliminate __P(). Change "int next" to "int32_t next" for 16bit targets.
* Eliminate __P().Ralf Corsepius2007-03-282-7/+7
|
* Eliminate __P().Ralf Corsepius2007-03-282-6/+6
|
* 2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-271-17/+17
| | | | * libnetworking/netinet/ip_mroute.c: Eliminate __P().
* 2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-271-10/+19
| | | | * libnetworking/netinet/ip_mroute.h: Partial update from FreeBSD.
* 2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-261-5/+5
| | | | * libnetworking/netinet/if_ether.h: Eliminate __P().
* 2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-261-14/+14
| | | | * libnetworking/netinet/ip_var.h: Eliminate __P().
* Fix typo in previous patch.Ralf Corsepius2007-03-261-1/+1
|
* 2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-261-4/+4
| | | | * libnetworking/netinet/in.h: Eliminate __P().
* 2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-261-6/+6
| | | | * libnetworking/netinet/tcp_var.h: Eliminate __P().
* 2007-03-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-251-7/+11
| | | | | * libnetworking/netinet/udp_var.h: Cosmetics from FreeBSD. Remove __P();
* More partial updates from FreeBSD.Ralf Corsepius2007-03-251-4/+12
|
* Remove __P().Ralf Corsepius2007-03-252-6/+6
|
* Partial updates from FreeBSD.Ralf Corsepius2007-03-251-41/+29
|