summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: Moved definition of ppp_softc into source file.Thomas Doerfler2008-05-272-2/+2
|
* Add if_nameindex etc. (from FreeBSD).Ralf Corsepius2007-10-041-0/+13
|
* 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.
* Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.Ralf Corsepius2007-05-103-3/+3
|
* Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius2007-05-105-5/+5
|
* Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius2007-05-104-4/+4
|
* Include <rtems/stdint.h> instead of <stdint.h>.Ralf Corsepius2007-05-091-1/+1
|
* Remove (Unused)Ralf Corsepius2007-03-302-1800/+0
|
* 2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-291-15/+6
| | | | * libnetworking/net/netisr.h: Partial update from FreeBSD.
* Remove (Unused).Ralf Corsepius2007-03-281-5/+0
|
* Use net/slcompress.h instead of net/pppcompress.h.Ralf Corsepius2007-03-282-8/+8
|
* Cosmetics from FreeBSD.Ralf Corsepius2007-03-281-1/+1
|
* Remove (Abandoned in FreeBSD).Ralf Corsepius2007-03-282-758/+0
|
* Eliminate __P().Ralf Corsepius2007-03-281-6/+6
|
* Cosmetics from FreeBSD.Ralf Corsepius2007-03-281-24/+29
|
* Update from FreeBSD.Ralf Corsepius2007-03-281-22/+22
|
* Include <net/ppp_comp.h>. Warn about using it.Ralf Corsepius2007-03-271-165/+2
|
* 2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-271-0/+168
| | | | * libnetworking/net/ppp_comp.h: New (copy of ppp-comp.h).
* 2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-271-19/+22
| | | | | * libnetworking/net/ppp-comp.h: Eliminate __P(). Cosmetics from FreeBSD.
* 2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-271-13/+22
| | | | * libnetworking/net/raw_cb.c: Sync with FreeBSD.
* Partial update from FreeBSD.Ralf Corsepius2007-03-262-35/+22
|
* More updates from FreeBSD.Ralf Corsepius2007-03-252-8/+6
|
* Partial update from FreeBSD.Ralf Corsepius2007-03-253-25/+22
|
* Use struct rtems_termios_linesw instead of struct linesw (PR 1229).Ralf Corsepius2007-03-181-2/+2
|
* Remove __P().Ralf Corsepius2007-03-172-5/+5
|
* Cosmetics from FreeBSD.Ralf Corsepius2006-12-081-47/+45
|
* 2006-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-141-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-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-011-2/+2
| | | | * libnetworking/net/if_loop.c: Remove warning.
* *** empty log message ***Joel Sherrill2006-09-013-5/+5
|
* 2006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-317-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-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-308-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-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-301-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.
* * libnetworking/net/if_ethersubr.c: (ether_ioctl)Till Straumann2006-08-221-0/+3
| | | | | Return error for unknown/unsupported ioctl command. (Change merged from freeBSD).
* 2006-08-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-151-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-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-06-241-2/+4
| | | | | * libnetworking/net/if_var.h: #include <sys/queue.h>. Cosmetics from FreeBSD.
* 2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-141-0/+527
| | | | | * libnetworking/net/if_media.h, libnetworking/dev/mii/mii.h: New (Moved from c/src/libchip).
* 2005-11-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-11-081-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-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-022-6405/+0
| | | | | | * libnetworking/net/zlib.c: Remove. * libnetworking/net/zlib.h: Remove. * libnetworking/Makefile.am: Reflect changes above.
* Update from FreeBSD.Ralf Corsepius2005-10-272-39/+58
|
* Remove.Ralf Corsepius2005-10-271-11/+0
|
* 2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-272-21/+28
| | | | * libnetworking/Makefile.am: Don't install loop.h.
* 2005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-06-171-1/+2
| | | | | * libnetworking/net/if.h: Avoid use of struct mbuf to avoid unintended dependencies added by the RTEMS specific tap interface.
* Partial update from FreeBSD.Ralf Corsepius2005-05-271-2/+3
|
* Partial update from FreeBSD.Ralf Corsepius2005-05-121-17/+14
|
* Update from FreeBSD, add __packed.Ralf Corsepius2005-05-121-42/+63
|
* Remove BYTE_PACK.Ralf Corsepius2005-05-121-9/+9
|
* Define BYTE_PACK.Ralf Corsepius2005-05-121-1/+1
|
* Abandon AF_NS.Ralf Corsepius2005-05-111-4/+0
|
* Remove if_ipending (obsolete, unused).Ralf Corsepius2005-05-101-2/+1
|
* Remove IFI_* (obsolete, unused).Ralf Corsepius2005-05-101-6/+0
|