summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/net (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-27Bugfix: Moved definition of ppp_softc into source file.Thomas Doerfler2-2/+2
2007-10-04Add if_nameindex etc. (from FreeBSD).Ralf Corsepius1-0/+13
2007-09-162007-09-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+3
* libnetworking/net/ppp_defs.h: Include rtems/stdint.h. Use uint32_t for ext_accm.
2007-05-10Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.Ralf Corsepius3-3/+3
2007-05-10Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius5-5/+5
2007-05-10Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius4-4/+4
2007-05-09Include <rtems/stdint.h> instead of <stdint.h>.Ralf Corsepius1-1/+1
2007-03-30Remove (Unused)Ralf Corsepius2-1800/+0
2007-03-292007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-15/+6
* libnetworking/net/netisr.h: Partial update from FreeBSD.
2007-03-28Remove (Unused).Ralf Corsepius1-5/+0
2007-03-28Use net/slcompress.h instead of net/pppcompress.h.Ralf Corsepius2-8/+8
2007-03-28Cosmetics from FreeBSD.Ralf Corsepius1-1/+1
2007-03-28Remove (Abandoned in FreeBSD).Ralf Corsepius2-758/+0
2007-03-28Eliminate __P().Ralf Corsepius1-6/+6
2007-03-28Cosmetics from FreeBSD.Ralf Corsepius1-24/+29
2007-03-28Update from FreeBSD.Ralf Corsepius1-22/+22
2007-03-27Include <net/ppp_comp.h>. Warn about using it.Ralf Corsepius1-165/+2
2007-03-272007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+168
* libnetworking/net/ppp_comp.h: New (copy of ppp-comp.h).
2007-03-272007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-19/+22
* libnetworking/net/ppp-comp.h: Eliminate __P(). Cosmetics from FreeBSD.
2007-03-272007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-13/+22
* libnetworking/net/raw_cb.c: Sync with FreeBSD.
2007-03-26Partial update from FreeBSD.Ralf Corsepius2-35/+22
2007-03-25More updates from FreeBSD.Ralf Corsepius2-8/+6
2007-03-25Partial update from FreeBSD.Ralf Corsepius3-25/+22
2007-03-18Use struct rtems_termios_linesw instead of struct linesw (PR 1229).Ralf Corsepius1-2/+2
2007-03-17Remove __P().Ralf Corsepius2-5/+5
2006-12-08Cosmetics from FreeBSD.Ralf Corsepius1-47/+45
2006-09-142006-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-5/+6
* libnetworking/net/route.c, librpc/src/rpc/auth_none.c, librpc/src/rpc/auth_unix.c, librpc/src/rpc/authunix_prot.c, librpc/src/rpc/rpc_callmsg.c, librpc/src/rpc/rpc_prot.c, librpc/src/rpc/rtems_portmapper.c: Removed 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 Sherrill3-5/+5
2006-08-312006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill7-9/+9
* 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 Sherrill8-12/+13
* 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
* 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 Sherrill1-1/+1
* 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-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.
2005-11-142005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+527
* 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 Sherrill1-2/+4
* 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-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-06-172005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+2
* libnetworking/net/if.h: Avoid use of struct mbuf to avoid unintended dependencies added by the RTEMS specific tap interface.
2005-05-27Partial update from FreeBSD.Ralf Corsepius1-2/+3
2005-05-12Partial update from FreeBSD.Ralf Corsepius1-17/+14
2005-05-12Update from FreeBSD, add __packed.Ralf Corsepius1-42/+63
2005-05-12Remove BYTE_PACK.Ralf Corsepius1-9/+9
2005-05-12Define BYTE_PACK.Ralf Corsepius1-1/+1
2005-05-11Abandon AF_NS.Ralf Corsepius1-4/+0
2005-05-10Remove if_ipending (obsolete, unused).Ralf Corsepius1-2/+1
2005-05-10Remove IFI_* (obsolete, unused).Ralf Corsepius1-6/+0