Ralf Corsepius
2eb7d07e17
Regenerate.
2006-01-14 06:20:35 +00:00
Ralf Corsepius
4e971660a1
Remove all-local.
2006-01-12 09:57:43 +00:00
Joel Sherrill
790a300444
2006-01-08 Joel Sherrill <joel@OARcorp.com>
...
* libnetworking/rtems/rtems_mii_ioctl.h: Fix formatting.
2006-01-08 18:12:29 +00:00
Till Straumann
12dd862cbd
removed a few spaces...
2005-11-14 23:43:11 +00:00
Ralf Corsepius
6e469da982
Reflect mii.h and if_media.h having moved.
2005-11-14 05:48:12 +00:00
Ralf Corsepius
a98449013d
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* libnetworking/net/if_media.h, libnetworking/dev/mii/mii.h:
New (Moved from c/src/libchip).
2005-11-14 05:28:11 +00:00
Joel Sherrill
7554bb3a75
2005-11-08 Joel Sherrill <joel@OARcorp.com>
...
* 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-08 14:24:28 +00:00
Ralf Corsepius
199e748875
Eliminate obsolete types.
2005-11-06 09:22:09 +00:00
Till Straumann
e131ac0754
2005-11-02 straumanatslacdotstanford.edu
...
* 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-03 03:09:45 +00:00
Joel Sherrill
24cf3e5eb9
2005-11-02 Fredic Praca <freebsd-fr.org>
...
PR 842/networking
* libnetworking/libc/gethostbydns.c: Avoid use of dprintf(). Rename
dprintf to debugprintf().
2005-11-02 22:24:12 +00:00
Ralf Corsepius
b14d857949
2005-11-02 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* libnetworking/net/zlib.c: Remove.
* libnetworking/net/zlib.h: Remove.
* libnetworking/Makefile.am: Reflect changes above.
2005-11-02 07:50:12 +00:00
Ralf Corsepius
8281e06c0d
Update from FreeBSD.
2005-10-27 15:09:30 +00:00
Ralf Corsepius
0819f4c3bc
Remove.
2005-10-27 09:40:33 +00:00
Ralf Corsepius
393f75ffe8
2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* libnetworking/Makefile.am: Don't install loop.h.
2005-10-27 09:37:13 +00:00
Ralf Corsepius
e262e237ca
New.
2005-10-27 08:48:28 +00:00
Eric Norum
ea59f45339
Don't sign-extend address components.
2005-10-25 20:38:57 +00:00
Ralf Corsepius
14091f5c32
2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* libnetworking/sys/mount.h: Cosmetical update from FreeBSD.
Remove non-implemented interfaces (vfs, nfs, fsstat, etc.).
2005-09-19 06:11:41 +00:00
Ralf Corsepius
4e6948474c
Cosmetics
2005-09-16 14:20:51 +00:00
Ralf Corsepius
b11d8d3882
Update from FreeBSD
2005-09-16 06:28:20 +00:00
Ralf Corsepius
bc100edfc2
Remove superfluous includes.
2005-09-16 06:17:00 +00:00
Ralf Corsepius
d74c13b7f4
Partial update from FreeBSD.
2005-09-16 06:11:06 +00:00
Ralf Corsepius
039e1f309e
Partial update from FreeBSD.
2005-09-16 04:00:05 +00:00
Ralf Corsepius
a605cecde3
2005-08-06 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* libnetworking/nfs/bootp_subr.c: Don't include
nfs/nfs.h, nfs/krpc.h.
2005-08-06 03:28:49 +00:00
Ralf Corsepius
c79a45b76a
Regenerate.
2005-08-05 10:33:22 +00:00
Ralf Corsepius
66e365f258
2005-08-05 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* Makefile.am: Add libnetworking/memory.h
* libnetworking/Makefile.am: Remove memory.h
2005-08-05 10:32:53 +00:00
Ralf Corsepius
f8e6dba705
Partial update from FreeBSD.
2005-08-01 06:29:08 +00:00
Ralf Corsepius
707a733a1b
2005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* 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-06 09:57:10 +00:00
Ralf Corsepius
4b35e0e24e
Fix spelling mistake.
2005-07-06 09:56:57 +00:00
Ralf Corsepius
6d06a6371b
Partial update from FreeBSD.
2005-07-06 09:56:42 +00:00
Chris Johns
587e310edf
The DHCP header.
2005-06-30 04:03:56 +00:00
Chris Johns
d9b8e29870
DHCP server for RTEMS.
2005-06-30 04:01:12 +00:00
Joel Sherrill
91683dc04d
2005-06-17 Joel Sherrill <joel@OARcorp.com>
...
* libnetworking/net/if.h: Avoid use of struct mbuf to avoid unintended
dependencies added by the RTEMS specific tap interface.
2005-06-17 14:37:24 +00:00
Ralf Corsepius
ef73cf30ad
Partial update from FreeBSD.
2005-05-27 15:22:13 +00:00
Ralf Corsepius
fd65489a88
Remove BYTE_PACK.
2005-05-27 15:21:48 +00:00
Ralf Corsepius
a8d7bab3a9
2005-05-25 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* librpc/include/rpc/clnt.h: Partial update from FreeBSD.
2005-05-27 15:05:37 +00:00
Joel Sherrill
9d16b9c3f0
2005-05-26 Joel Sherrill <joel@OARcorp.com>
...
* libnetworking/lib/ftpfs.c, librpc/include/rpc/svc.h,
librpc/src/rpc/get_myaddress.c, librpc/src/rpc/pmap_getmaps.c,
librpc/src/rpc/pmap_getport.c: Remove warnings.
2005-05-27 00:37:13 +00:00
Ralf Corsepius
88afe8d4c9
Regenerate.
2005-05-24 05:07:59 +00:00
Ralf Corsepius
f6932d32d1
Remove (Unused, Non-POSIX/SUSV3).
2005-05-24 05:07:14 +00:00
Ralf Corsepius
c3713b3a93
Reflect changes to libnetworking/arpa/nameser.h.
2005-05-24 04:49:12 +00:00
Ralf Corsepius
5c7dd995c1
Update from FreeBSD.
2005-05-24 04:48:45 +00:00
Ralf Corsepius
23bf086596
Cosmetics from FreeBSD.
2005-05-24 04:25:19 +00:00
Ralf Corsepius
7adcf0377f
Remove BYTE_PACK.
...
Add __packed.
Partial update from FreeBSD.
2005-05-24 04:24:59 +00:00
Eric Norum
2a94c85420
Add "ICMP panic avoided" diagnostic counter.
2005-05-24 00:36:35 +00:00
Ralf Corsepius
a736847cb3
Partial update from FreeBSD.
2005-05-21 16:31:28 +00:00
Ralf Corsepius
3641cf08d0
2005-05-21 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* libnetworking/netinet/ip_icmp.h: Update from FreeBSD.
Abandon BYTE_PACK.
2005-05-21 13:44:25 +00:00
Ralf Corsepius
4d96472b06
Update from FreeBSD.
2005-05-21 13:37:17 +00:00
Joel Sherrill
182813e164
2005-05-20 Sergei Organov <osv@javad.ru>
...
PR networking/772.
* libnetworking/rtems/rtems_select.c (socket_select): fixed bug
setting SB_WAIT flag of so_rcv instead of so_snd when FWRITE.
2005-05-20 19:58:32 +00:00
Joel Sherrill
5c1af4caf0
2005-05-20 Sergei Organov <osv@topconrd.ru>
...
PR 749/networking
* libnetworking/rtems/rtems_showroute.c: Avoid NULL dereference.
2005-05-20 19:18:55 +00:00
Joel Sherrill
4e8c729f7f
2005-05-20 Eric Norum <norume@aps.anl.gov>
...
PR 793/networking
* libnetworking/netinet/ip_icmp.c: Malicious ICMP packet causes panic.
Just ignore it.
2005-05-20 18:56:42 +00:00
Ralf Corsepius
f583bb2c07
2005-05-14 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* libnetworking/netinet/tcp_usrreq.c: Cosmetics from FreeBSD.
* libnetworking/netinet/tcp_subr.c: Partical update from FreeBSD.
2005-05-14 07:08:17 +00:00