summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking (unfollow)
Commit message (Collapse)AuthorFilesLines
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-012006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* libnetworking/net/if_loop.c: Remove warning.
2006-09-01*** empty log message ***Joel Sherrill7-9/+9
2006-09-01*** empty log message ***Joel Sherrill5-16/+16
2006-09-012006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-5/+5
* libcsupport/src/malloc.c, libnetworking/rtems/rtems_glue.c, libnetworking/sys/mbuf.h: Remove warnings -- use uintptr_t or properly sized integers.
2006-08-312006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill13-24/+31
* 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.
2006-08-302006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill15-34/+38
* libcsupport/include/sys/ioccom.h, libnetworking/kern/uipc_socket2.c, libnetworking/net/ethernet.h, libnetworking/net/if.h, libnetworking/net/if_ethersubr.c, libnetworking/net/if_ppp.c, libnetworking/net/if_pppvar.h, libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c, libnetworking/net/slcompress.c, libnetworking/netinet/in.h, libnetworking/netinet/ip_icmp.c, libnetworking/netinet/tcp.h, libnetworking/netinet/tcp_seq.h, libnetworking/sys/protosw.h, libnetworking/sys/socketvar.h: Remove warnings. Most of the warnings were 16/32 bit integer sizing issues. Some constants had L appended, some had casts add, some types were changed to reflect a bit width requirement.
2006-08-302006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* libmisc/cpuuse/cpuuse.c, libmisc/monitor/mon-command.c, libmisc/monitor/mon-driver.c, libmisc/monitor/mon-symbols.c, libmisc/rtmonuse/rtmonuse.c, libmisc/stackchk/check.c, libnetworking/libc/res_debug.c, telnetd/telnetd.c: Remove printf format warnings.
2006-08-302006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-4/+7
* libcsupport/src/utsname.c, libnetworking/libc/res_debug.c, libnetworking/net/if_media.h, libnetworking/rtems/rtems_mii_ioctl.c, librpc/src/rpc/svc_simple.c: Remove printf format warnings.
2006-08-22 * libnetworking/net/if_ethersubr.c: (ether_ioctl)Till Straumann1-0/+3
Return error for unknown/unsupported ioctl command. (Change merged from freeBSD).
2006-08-152006-08-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+2
* libnetworking/kern/kern_sysctl.c: Change int to int32_t. * libnetworking/net/if_loop.c: Add cast to long. These plus a patch to machine/param.h let the h8300 build multilib.
2006-08-10 * libnetworking/rtems/rtems_mii_ioctl_kern.c:Till Straumann1-1/+1
fixed wrong calculation of 1000baseTx autonegotiation result.
2006-08-09 * libnetworking/rtems/rtems_mii_ioctl_kern.c:Till Straumann1-2/+13
read ANER and include partner's autoneg capability when determining active link parameters.
2006-07-13 PR 1110/networkingTill Straumann1-44/+52
* libnetworking/machine/in_cksum.h: Replaced PPC and i386 assembly algorithms (must not assume carry bit is preserved across multiple asms). Added packet header as a 'm' input operand for all CPU variants. Added carry bit to clobber list.
2006-07-09applied patches for PR1117/1118/1119/1120Thomas Doerfler2-1/+3
2006-06-242006-06-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+4
* libnetworking/net/if_var.h: #include <sys/queue.h>. Cosmetics from FreeBSD.
2006-05-31Update icps_allecho counter.Eric Norum1-4/+7
2006-05-30Add flag to inhibit ICMP replies.Eric Norum3-3/+10
2006-05-25Provide customisable mbuf allocation.Eric Norum4-4/+53
Patch from Steven Johnson <sjohnson@sakuraindustries.com>
2006-04-132006-04-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
PR 949/networking * libnetworking/sys/socket.h: GNU/Linux is wrong in making MSG_DONTWAIT public. It is strictly BSD and not SUSV. See http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/socket.h.html for clarification.
2006-04-122006-04-12 Lars Munch <lars@segv.dk>Joel Sherrill1-1/+1
PR 949/networking * libnetworking/sys/socket.h: Make MSG_DONTWAIT public as in GNU/Linux.
2006-01-14Regenerate.Ralf Corsepius1-7/+22
2006-01-12Remove all-local.Ralf Corsepius1-12/+16
2006-01-082006-01-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-14/+15
* libnetworking/rtems/rtems_mii_ioctl.h: Fix formatting.
2005-11-14 removed a few spaces...Till Straumann1-2/+2
2005-11-14Reflect mii.h and if_media.h having moved.Ralf Corsepius1-3/+2
2005-11-142005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+733
* libnetworking/net/if_media.h, libnetworking/dev/mii/mii.h: New (Moved from c/src/libchip).
2005-11-082005-11-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+6
* libnetworking/net/if.h: Add forward reference declaration to struct mbuf so ifru_tap callback is properly typed. * libnetworking/rtems/rtems_bsdnet.h: Add definition of _BSD_VISIBLE which needs to be defined so various pieces of the .h files are visible to device drives.
2005-11-06Eliminate obsolete types.Ralf Corsepius2-3/+3
2005-11-032005-11-02 straumanatslacdotstanford.eduTill Straumann3-0/+421
* libnetworking/Makefile.am, libnetworking/preinstall.am: Added simple implementation of ethernet media ioctl SIOCSIFMEDIA/SIOCGIFMEDIA for mii compliant phys. * libnetworking/rtems/rtems_mii_ioctl.c, libnetworking/rtems/rtems_mii_ioctl.h, libnetworking/rtems/rtems_mii_ioctl_kern.c: New files.
2005-11-022005-11-02 Fredic Praca <freebsd-fr.org>Joel Sherrill1-7/+7
PR 842/networking * libnetworking/libc/gethostbydns.c: Avoid use of dprintf(). Rename dprintf to debugprintf().
2005-11-022005-11-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-6405/+0
* libnetworking/net/zlib.c: Remove. * libnetworking/net/zlib.h: Remove. * libnetworking/Makefile.am: Reflect changes above.
2005-10-27Update from FreeBSD.Ralf Corsepius2-39/+58
2005-10-27Remove.Ralf Corsepius1-11/+0
2005-10-272005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-21/+28
* libnetworking/Makefile.am: Don't install loop.h.
2005-10-27New.Ralf Corsepius1-0/+11
2005-10-25Don't sign-extend address components.Eric Norum1-2/+2
2005-09-192005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-218/+11
* libnetworking/sys/mount.h: Cosmetical update from FreeBSD. Remove non-implemented interfaces (vfs, nfs, fsstat, etc.).
2005-09-16CosmeticsRalf Corsepius1-8/+6
2005-09-16Update from FreeBSDRalf Corsepius1-46/+15
2005-09-16Remove superfluous includes.Ralf Corsepius1-4/+1
2005-09-16Partial update from FreeBSD.Ralf Corsepius2-29/+27
2005-09-16Partial update from FreeBSD.Ralf Corsepius1-77/+60
2005-08-062005-08-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+0
* libnetworking/nfs/bootp_subr.c: Don't include nfs/nfs.h, nfs/krpc.h.
2005-08-05Regenerate.Ralf Corsepius1-4/+4
2005-08-052005-08-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-490/+33
* Makefile.am: Add libnetworking/memory.h * libnetworking/Makefile.am: Remove memory.h
2005-08-01Partial update from FreeBSD.Ralf Corsepius1-16/+15
2005-07-062005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-4/+1
* libnetworking/lib/syslog.c: Fix spelling mistake. * libnetworking/sys/uio.h: Partial update from FreeBSD. * libnetworking/kern/kern_subr.c: Reflect changes above.
2005-07-06Fix spelling mistake.Ralf Corsepius1-1/+1
2005-07-06Partial update from FreeBSD.Ralf Corsepius1-13/+20