| .. |
|
base64.c
|
libc: do not include <sys/types.h> where <sys/param.h> was already included
|
2016-04-18 21:05:15 +00:00 |
|
byteorder.3
|
Per Regents of the University of Calfornia letter, remove advertising
|
2007-01-09 00:28:16 +00:00 |
|
ether_addr.c
|
libc: do not include <sys/types.h> where <sys/param.h> was already included
|
2016-04-18 21:05:15 +00:00 |
|
ethers.3
|
Fix a pathname (s,netinet/if_ether.h,net/ethernet.h,).
|
2011-08-08 03:09:03 +00:00 |
|
eui64.3
|
eui64_aton and eui64_ntoa are actually the equivalent of ether_aton_r and
|
2012-02-08 11:30:13 +00:00 |
|
eui64.c
|
libc: do not include <sys/types.h> where <sys/param.h> was already included
|
2016-04-18 21:05:15 +00:00 |
|
gai_strerror.3
|
Markup fixes.
|
2006-09-17 21:27:35 +00:00 |
|
gai_strerror.c
|
Add NLS catalogs support to gai_strerror(3).
|
2009-11-09 12:46:59 +00:00 |
|
getaddrinfo.3
|
addrinfo.ai_family is an address family, not a protocol family.
|
2015-12-20 15:18:50 +00:00 |
|
getaddrinfo.c
|
libc: spelling fixes.
|
2016-04-30 01:24:24 +00:00 |
|
gethostbydns.c
|
Rename dprintf into dbg_printf to avoid collision with dprintf(3)
|
2016-05-10 07:45:44 +00:00 |
|
gethostbyht.c
|
libc: Make various internal file descriptors from fopen() close-on-exec.
|
2013-08-23 13:59:47 +00:00 |
|
gethostbyname.3
|
Consistently use 'af' as an argument name for address family.
|
2013-08-18 10:38:59 +00:00 |
|
gethostbynis.c
|
Remove _gethostbynisname() and _gethostbynisaddr(). These functions
|
2015-12-25 10:49:40 +00:00 |
|
gethostnamadr.c
|
libc: spelling fixes.
|
2016-04-30 01:24:24 +00:00 |
|
getifaddrs.3
|
Fix ifa_data description.
|
2014-11-25 15:09:34 +00:00 |
|
getifaddrs.c
|
libc: replace 0 with NULL for pointers.
|
2016-04-10 19:33:58 +00:00 |
|
getifmaddrs.3
|
Update manpages for r250887.
|
2013-05-21 21:39:18 +00:00 |
|
getifmaddrs.c
|
Switch to 2-clause license and standard text
|
2013-06-06 21:09:27 +00:00 |
|
getipnodebyname.3
|
mdoc: correct .Bd/.Bl arguments.
|
2012-03-26 21:22:53 +00:00 |
|
getnameinfo.3
|
Add PF_LOCAL support in getaddrinfo(3) and getnameinfo(3):
|
2015-09-20 01:09:23 +00:00 |
|
getnameinfo.c
|
sdl->sdl_len in sockaddr_dl can be longer than
|
2015-11-03 00:46:06 +00:00 |
|
getnetbydns.c
|
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
|
2015-09-20 21:21:01 +00:00 |
|
getnetbyht.c
|
libc: Make various internal file descriptors from fopen() close-on-exec.
|
2013-08-23 13:59:47 +00:00 |
|
getnetbynis.c
|
Replace index() and rindex() calls with strchr() and strrchr().
|
2012-01-03 18:51:58 +00:00 |
|
getnetent.3
|
- the preferred way to write a NULL pointer constant is with NULL
|
2012-11-16 15:02:35 +00:00 |
|
getnetnamadr.c
|
libc: spelling fixes.
|
2016-04-30 01:24:24 +00:00 |
|
getproto.c
|
Add declarations to netdb_private.h to eliminate -Wmissing-prototypes warnings.
|
2015-09-20 04:20:31 +00:00 |
|
getprotoent.3
|
- the preferred way to write a NULL pointer constant is with NULL
|
2012-11-16 15:02:35 +00:00 |
|
getprotoent.c
|
libc: do not include <sys/types.h> where <sys/param.h> was already included
|
2016-04-18 21:05:15 +00:00 |
|
getprotoname.c
|
When no protocol entry is found, getproto*_r(3) should
|
2010-10-05 15:40:59 +00:00 |
|
getservent.3
|
- the preferred way to write a NULL pointer constant is with NULL
|
2012-11-16 15:02:35 +00:00 |
|
getservent.c
|
libc: do not include <sys/types.h> where <sys/param.h> was already included
|
2016-04-18 21:05:15 +00:00 |
|
hesiod.3
|
Sort sections.
|
2005-01-20 09:17:07 +00:00 |
|
hesiod.c
|
libc: do not include <sys/types.h> where <sys/param.h> was already included
|
2016-04-18 21:05:15 +00:00 |
|
if_indextoname.3
|
Add missing includes.
|
2005-11-23 10:49:07 +00:00 |
|
if_indextoname.c
|
Use the LLINDEX macro to access the link-level I/F index. This makes
|
2012-05-19 02:39:43 +00:00 |
|
if_nameindex.c
|
Use the LLINDEX macro to access the link-level I/F index. This makes
|
2012-05-19 02:39:43 +00:00 |
|
if_nametoindex.c
|
Zero out a local variable also when PURIFY is not defined.
|
2015-09-10 10:23:23 +00:00 |
|
inet.3
|
Require users to provide a length information for inet_ntoa_r,
|
2007-06-14 07:13:28 +00:00 |
|
inet6_opt_init.3
|
Fix inet6_opt_get_val() prototype.
|
2005-11-23 16:07:54 +00:00 |
|
inet6_option_space.3
|
Markup and grammar fixes.
|
2005-01-24 18:14:18 +00:00 |
|
inet6_rth_space.3
|
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
|
2010-08-16 15:18:30 +00:00 |
|
inet6_rthdr_space.3
|
Markup and grammar fixes.
|
2005-01-24 18:14:18 +00:00 |
|
inet_net.3
|
Remove superfluous paragraph macro.
|
2012-03-25 12:13:24 +00:00 |
|
ip6opt.c
|
Minor indentation issue.
|
2016-04-20 16:03:53 +00:00 |
|
linkaddr.3
|
Nuke ascii2addr() and addr2ascii(). They have no consumers anywhere
|
2007-02-28 21:18:38 +00:00 |
|
linkaddr.c
|
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
|
2015-09-20 21:21:01 +00:00 |
|
Makefile.inc
|
Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.
|
2016-03-26 03:46:12 +00:00 |
|
map_v4v6.c
|
libc: do not include <sys/types.h> where <sys/param.h> was already included
|
2016-04-18 21:05:15 +00:00 |
|
name6.c
|
Don't call free_addrselectpolicy(&policyhead) before policyhead has been
|
2016-05-16 08:13:30 +00:00 |
|
netdb_private.h
|
Remove _gethostbynisname() and _gethostbynisaddr(). These functions
|
2015-12-25 10:49:40 +00:00 |
|
nscache.c
|
Define _NS_PRIVATE to make declarations visible.
|
2015-09-20 04:17:03 +00:00 |
|
nscachedcli.c
|
libc: spelling fixes.
|
2016-04-30 01:24:24 +00:00 |
|
nsdispatch.3
|
use .Mt to mark up email addresses consistently (part4)
|
2014-06-23 08:25:03 +00:00 |
|
nsdispatch.c
|
The fallback flag in nsdispatch prevents the fallback implementation of
|
2014-11-25 09:47:15 +00:00 |
|
nslexer.l
|
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
|
2015-09-20 21:21:01 +00:00 |
|
nsparser.y
|
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
|
2015-09-20 21:21:01 +00:00 |
|
nss_backends.h
|
= Implement name service switch modules (NSS modules). NSS modules
|
2003-04-17 14:14:22 +00:00 |
|
nss_compat.c
|
Add declarations to eliminate -Wmissing-prototypes warnings
|
2015-09-20 04:17:53 +00:00 |
|
ntoh.c
|
Add missing includes to eliminate -Wmissing-prototypes warnings
|
2015-09-20 04:15:37 +00:00 |
|
rcmd.3
|
Add a missing .El.
|
2009-03-01 05:47:14 +00:00 |
|
rcmd.c
|
libc: replace 0 with NULL for pointers.
|
2016-04-10 19:33:58 +00:00 |
|
rcmdsh.3
|
Per Regents of the University of Calfornia letter, remove advertising
|
2007-01-09 00:28:16 +00:00 |
|
rcmdsh.c
|
libc: Use namespace.h in a few more files.
|
2015-12-20 23:05:20 +00:00 |
|
recv.c
|
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
|
2015-09-20 21:21:01 +00:00 |
|
res_config.h
|
libc: spelling fixes.
|
2016-04-30 01:24:24 +00:00 |
|
resolver.3
|
Document how to enable strict RFC 1034 enforcements.
|
2009-05-29 07:55:44 +00:00 |
|
rthdr.c
|
libc: do not include <sys/types.h> where <sys/param.h> was already included
|
2016-04-18 21:05:15 +00:00 |
|
sctp_bindx.3
|
Fix name of a constant.
|
2015-06-14 20:16:36 +00:00 |
|
sctp_connectx.3
|
Remove the advertising clause from the Regents of the University of
|
2013-05-28 20:37:48 +00:00 |
|
sctp_freepaddrs.3
|
Remove the advertising clause from the Regents of the University of
|
2013-05-28 20:37:48 +00:00 |
|
sctp_getaddrlen.3
|
Remove the advertising clause from the Regents of the University of
|
2013-05-28 20:37:48 +00:00 |
|
sctp_getassocid.3
|
Remove the advertising clause from the Regents of the University of
|
2013-05-28 20:37:48 +00:00 |
|
sctp_getpaddrs.3
|
Remove the advertising clause from the Regents of the University of
|
2013-05-28 20:37:48 +00:00 |
|
sctp_opt_info.3
|
Remove the advertising clause from the Regents of the University of
|
2013-05-28 20:37:48 +00:00 |
|
sctp_recvmsg.3
|
sendmsg(3) -> sendmsg(2)
|
2016-02-29 17:19:15 +00:00 |
|
sctp_send.3
|
Various mdoc fixes and a few EOL whitespace removals.
|
2014-12-21 12:36:36 +00:00 |
|
sctp_sendmsg.3
|
sendmsg(3) -> sendmsg(2)
|
2016-02-29 17:19:15 +00:00 |
|
sctp_sys_calls.c
|
sctp_sendx() needs to provide the assoc_id back.
|
2016-01-24 22:31:34 +00:00 |
|
send.c
|
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
|
2015-09-20 21:21:01 +00:00 |
|
sockatmark.3
|
mdoc(7) police: "The .Fa argument.".
|
2002-12-19 09:40:28 +00:00 |
|
sockatmark.c
|
Add missing includes to eliminate -Wmissing-prototypes warnings
|
2015-09-20 04:15:37 +00:00 |
|
sourcefilter.3
|
use .Mt to mark up email addresses consistently (part4)
|
2014-06-23 08:25:03 +00:00 |
|
sourcefilter.c
|
libc: do not include <sys/types.h> where <sys/param.h> was already included
|
2016-04-18 21:05:15 +00:00 |
|
Symbol.map
|
Add an SCTP symbol which was missed in
|
2015-03-28 09:08:57 +00:00 |
|
vars.c
|
just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
|
2002-04-19 04:46:24 +00:00 |