summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* More partial updates from FreeBSD.Ralf Corsepius2005-05-071-2/+25
|
* 2005-05-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-061-2/+0
| | | | | * libnetworking/net/if.h: Revert include of sys/mbuf.h in this .h file since it causes other problems.
* 2005-05-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-063-4/+6
| | | | | * libnetworking/net/if.h, libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Removed warnings.
* 2005-04-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-283-3/+8
| | | | | | | | | | | | * libnetworking/kern/kern_sysctl.c, libnetworking/libc/inet_ntop.c, libnetworking/net/if_ppp.c, libnetworking/net/pppcompress.c, libnetworking/net/slcompress.c, libnetworking/netinet/ip_output.c, libnetworking/netinet/udp_usrreq.c, libnetworking/nfs/bootp_subr.c, libnetworking/rtems/rtems_select.c, libnetworking/rtems/rtems_showifstat.c, libnetworking/rtems/rtems_showroute.c, libnetworking/rtems/rtems_syscall.c: Fixed type mismatch and uninitialized variable warnings.
* 2005-04-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-184-272/+194
| | | | | | | * libnetworking/net/if.h: Update from FreeBSD. * libnetworking/net/if_loop.c: Reflect updates. * libnetworking/net/if_ppp.c: Reflect updates. * libnetworking/net/if_types.h: Update from FreeBSD.
* 2005-04-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-183-8/+9
| | | | | | * libnetworking/net/ethernet.h: Add RTEMS outdated either_input. * libnetworking/net/if.c: Partial update from FreeBSD. * libnetworking/net/if_ethersubr.c: Partial update from FreeBSD.
* 2005-04-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-181-0/+232
| | | | | * libnetworking/net/if_var.h: New (extracted from net/if.h). * libnetworking/Makefile.am: Add net/if_var.h.
* Cosmetics from FreeBSD.Ralf Corsepius2005-04-182-78/+63
|
* 2005-04-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-171-171/+147
| | | | * libnetworking/net/rtsock.c: More updates from FreeBSD.
* Partial update from FreeBSD.Ralf Corsepius2005-04-171-8/+4
|
* Cosmetical update from FreeBSD.Ralf Corsepius2005-04-171-4/+0
|
* Partial updates from FreeBSD.Ralf Corsepius2005-04-151-0/+3
|
* Partial updates from FreeBSD.Ralf Corsepius2005-04-142-8/+47
|
* Cosmetical update from FreeBSD.Ralf Corsepius2005-04-141-8/+8
|
* 2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-082-13/+15
| | | | | * libnetworking/net/if_ppp.c, libnetworking/net/if_pppvar.h: Ansification, cosmetics from FreeBSD.
* 2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-281-12/+12
| | | | * libnetworking/net/if_pppvar.h: Ansify.
* 2004-12-03 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-12-032-2/+8
| | | | | | | | | | | | * libnetworking/net/if_ethersubr.c, libnetworking/net/radix.h, libnetworking/netinet/if_ether.h, libnetworking/netinet/igmp_var.h, libnetworking/netinet/in_var.h, libnetworking/netinet/tcp_timer.h, libnetworking/netinet/udp_usrreq.c, libnetworking/rtems/rtems_glue.c: Misc. updates from FreeBSD and bugfixes tripped by GCC-4.0.0.
* 2004-12-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-12-023-19/+26
| | | | | | | | | * libnetworking/net/radix.c, libnetworking/net/radix.h, libnetworking/net/route.h, libnetworking/netinet/if_ether.h, libnetworking/netinet/in_var.h, libnetworking/netinet/tcp_timer.h, libnetworking/netinet/udp_usrreq.c, libnetworking/netinet/udp_var.h, libnetworking/sys/callout.h, libnetworking/sys/socketvar.h, libnetworking/sys/sysctl.h: Cosmetics from FreeBSD.
* Install working version of ether_sprintf().Eric Norum2004-10-251-9/+11
|
* 2004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-222-0/+768
| | | | | | * libnetworking/Makefile.am: Reflect changes below. * libnetworking/net/slcompress.h: New (from FreeBSD). * libnetworking/net/slcompress.c: New (from FreeBSD).
* 2004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-221-5/+68
| | | | | | | | | | * libnetworking/opt_atalk.h, libnetworking/opt_bdg.h, libnetworking/opt_inet.h, libnetworking/opt_inet6.h, libnetworking/opt_ipx.h, libnetworking/opt_mac.h, libnetworking/opt_netgraph.h: New (Stubs). * libnetworking/net/if_loop.c: Cosmetical update from FreeBSD. * libnetworking/net/if_ethersubr.c: Update from FreeBSD. * libnetworking/net/if.h: Update from FreeBSD.
* 2004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-221-227/+102
| | | | * libnetworking/net/if_ethersubr.c: Update from FreeBSD.
* 2004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-221-25/+18
| | | | | | | | * libnetworking/opt_atalk.h, libnetworking/opt_bdg.h, libnetworking/opt_inet.h, libnetworking/opt_inet6.h, libnetworking/opt_ipx.h, libnetworking/opt_mac.h, libnetworking/opt_netgraph.h: New (Stubs). * libnetworking/net/if_loop.c: Cosmetical update from FreeBSD.
* 2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-221-1/+1
| | | | * libnetworking/net/ethernet.h: Remove BYTE_PACK.
* 2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-221-19/+340
| | | | * libnetworking/net/ethernet.h: Update from FreeBSD.
* 2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-221-12/+24
| | | | | * libnetworking/net/if_ethersubr.c: Cosmetical updates from FreeBSD. Add ether_sprintf.
* 2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-221-29/+20
| | | | | * libnetworking/net/if.h; Cosmetical updates from FreeBSD. Remove if_poll* (Not implemented in RTEMS, abandoned by FreeBSD).
* 2004-04-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-241-1/+1
| | | | * libnetworking/net/route.c: Reflect changes to radix.h.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-222-186/+236
| | | | | * libnetworking/net/radix.h, libnetworking/net/radix.c: Partial update from FreeBSD.
* Use -D_KERNEL instead of -DKERNEL for greater FreeBSD compliance.Ralf Corsepius2004-04-209-15/+15
|
* 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-201-9/+9
| | | | * libnetworking/net/bpf.h: Partial update from FreeBSD.
* Remove stray white spaces.Ralf Corsepius2004-04-151-10/+10
|
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+1
|
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
|
* 2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-291-1/+1
| | | | | | | | | | * libnetworking/lib/ftpfs.c, libnetworking/lib/rtems_bsdnet_ntp.c, libnetworking/lib/tftpDriver.c, libnetworking/machine/endian.h, libnetworking/net/if_ppp.c, libnetworking/rtems/rtems_bsdnet.h, libnetworking/rtems/rtems_bsdnet_internal.h, libnetworking/rtems/rtems_glue.c, libnetworking/rtems/rtems_syscall.c: Convert to using c99 fixed size types.
* Unused.Ralf Corsepius2004-03-081-2/+0
|