freebsd-dev/lib/libc/net
Mike Barcroft 03516cfeb0 o Remove some GCCisms in src/powerpc/include/endian.h.
o Unify <machine/endian.h>'s across all architectures.
o Make bswapXX() functions use a different spelling of u_int16_t and
  friends to reduce namespace pollution.  The bswapXX() functions
  don't actually exist, but we'll probably import these at some
  point.  Atleast one driver (if_de) depends on bswapXX() for big
  endian cases.
o Deprecate byteorder(3) prototypes from <sys/types.h>, these are
  now prototyped indirectly in <arpa/inet.h>.
o Deprecate in_addr_t and in_port_t typedefs in <sys/types.h>, these
  are now typedef'd in <arpa/inet.h>.
o Change byteorder(3) prototypes to use standards compliant uint32_t
  (spelled __uint32_t to reduce namespace pollution).
o Document new preferred headers and standards compliance.

Discussed with:	bde
PR:		29946
Reviewed by:	bmilekic
2001-08-30 00:04:19 +00:00
..
addr2ascii.3 mdoc(7) police: 2001-08-07 15:48:51 +00:00
addr2ascii.c It would help if I actually added the source code for these routines. 1996-06-13 20:45:42 +00:00
ascii2addr.c Fix the fix. 1996-12-13 13:31:12 +00:00
base64.c Add unsigned char cast to ctype macros arg 1999-11-04 04:30:44 +00:00
byteorder.3 o Remove some GCCisms in src/powerpc/include/endian.h. 2001-08-30 00:04:19 +00:00
ether_addr.c Const'ify parameters to ethers(3) routines as appropriate. 2000-07-18 22:44:52 +00:00
ethers.3 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
getaddrinfo.3 mdoc(7) police: 2001-08-07 15:48:51 +00:00
getaddrinfo.c Implement EDNS0 support, as EDNS0 support will be made mandatory for 2001-06-10 20:25:24 +00:00
gethostbydns.c Mark some functions as __printflike() and/or taking const char * arguments 2001-08-20 12:53:36 +00:00
gethostbyht.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
gethostbyname.3 Urge the reader to start using getaddrinfo(3) and getnameinfo(3) 2001-08-08 11:05:47 +00:00
gethostbynis.c Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
gethostnamadr.c Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
getifaddrs.3 mdoc(7) police: s;BSD/OS;.Bsx; where appropriate. 2001-08-13 17:07:40 +00:00
getifaddrs.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
getipnodebyname.3 mdoc(7) police: 2001-08-07 15:48:51 +00:00
getnameinfo.3 mdoc(7) police: 2001-08-07 15:48:51 +00:00
getnameinfo.c Correct 2nd argument of getnameinfo(3) to socklen_t. 2001-02-15 10:35:55 +00:00
getnetbydns.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
getnetbyht.c Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
getnetbynis.c Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
getnetent.3 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
getnetnamadr.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
getproto.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
getprotoent.3 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
getprotoent.c
getprotoname.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
getservbyname.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
getservbyport.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
getservent.3 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
getservent.c Small yet significant tweaks/cleanups: 1996-12-27 18:21:07 +00:00
herror.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
hesiod.3 man(7) -> mdoc(7). 2001-01-12 09:51:45 +00:00
hesiod.c strcpy -> strlcpy paranoia 2001-02-02 13:22:43 +00:00
if_indextoname.3 mdoc(7) police: 2001-08-07 15:48:51 +00:00
ifname.c KAME 4th patch 1999-12-16 18:32:01 +00:00
inet6_option_space.3 mdoc(7) police: 2001-08-07 15:48:51 +00:00
inet6_rthdr_space.3 mdoc(7) police: 2001-08-07 15:48:51 +00:00
inet_addr.c IPv4 address is not unsigned int. This change introduces in_addr_t. 2001-03-23 18:59:31 +00:00
inet_lnaof.c IPv4 address is not unsigned int. This change introduces in_addr_t. 2001-03-23 18:59:31 +00:00
inet_makeaddr.c IPv4 address is not unsigned int. This change introduces in_addr_t. 2001-03-23 18:59:31 +00:00
inet_net_ntop.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
inet_net_pton.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
inet_neta.c IPv4 address is not unsigned int. This change introduces in_addr_t. 2001-03-23 18:59:31 +00:00
inet_netof.c IPv4 address is not unsigned int. This change introduces in_addr_t. 2001-03-23 18:59:31 +00:00
inet_network.c IPv4 address is not unsigned int. This change introduces in_addr_t. 2001-03-23 18:59:31 +00:00
inet_ntoa.c Implement the weak aliases for private entry points in the inet_* 1998-09-02 00:53:17 +00:00
inet_ntop.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
inet_pton.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
inet.3 mdoc(7) police: collapse multiple spaces. 2001-08-17 15:25:55 +00:00
ip6opt.c KAME 4th patch 1999-12-16 18:32:01 +00:00
iso_addr.3 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
iso_addr.c
linkaddr.3 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
linkaddr.c
Makefile.inc Only pull in the MD files if they exist. This allows for progressive 2001-07-31 16:34:52 +00:00
map_v4v6.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
name6.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
ns_addr.c Oops, commit the version which actually works 2001-07-16 04:04:22 +00:00
ns_name.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
ns_netint.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
ns_ntoa.c Fixed printf format errors. 1998-06-30 17:30:22 +00:00
ns_parse.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
ns_print.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
ns_ttl.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
ns.3 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
nsap_addr.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
nsdispatch.3 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
nsdispatch.c Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
nslexer.l Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
nsparser.y Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
rcmd.3 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
rcmd.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
recv.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
res_comp.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
res_config.h Update the resolver parts to bind-8.1.2 level. I have not touched the 1998-06-11 09:03:02 +00:00
res_data.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
res_debug.c Implement EDNS0 support, as EDNS0 support will be made mandatory for 2001-06-10 20:25:24 +00:00
res_init.c Fill _res.sort_list with harmless entry. sortlist for IPv6/IPv4 2001-08-11 15:01:12 +00:00
res_mkquery.c Implement EDNS0 support, as EDNS0 support will be made mandatory for 2001-06-10 20:25:24 +00:00
res_mkupdate.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
res_query.c Implement EDNS0 support, as EDNS0 support will be made mandatory for 2001-06-10 20:25:24 +00:00
res_send.c Bring in fix from rev 1.32 that got lost during the conversion to kqueue. 2001-06-23 06:54:28 +00:00
res_update.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
resolver.3 mdoc(7) police: join split punctuation to macro calls. 2001-08-10 17:35:21 +00:00
rthdr.c CMSG_XXX macros alignment fixes to follow RFC2292. 2000-03-03 11:13:12 +00:00
send.c Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
vars.c KAME 4th patch 1999-12-16 18:32:01 +00:00