NetBSD/lib/libc/net
mrg de11d87641 introduce some common variables for use in GCC warning disables:
GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints.  many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."
2019-10-13 07:28:04 +00:00
..
Lint_htonl.c
Lint_htons.c
Lint_ntohl.c
Lint_ntohs.c
Makefile.inc introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
base64.c
byteorder.3
ethers.3 Fix Bl argument. 2017-10-30 15:46:38 +00:00
ethers.c
gai_strerror.3
getaddrinfo.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
getaddrinfo.c Adjust English usage in message for EAI_NONAME. 2018-12-13 04:41:41 +00:00
gethnamaddr.c
gethostbyname.3
getifaddrs.3 Add freeifaddrs to the NAME section 2017-10-25 16:29:20 +00:00
getifaddrs.c
getnameinfo.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
getnameinfo.c
getnetent.3 Consistenly use "host byte order". 2018-02-21 14:11:09 +00:00
getnetent.c
getnetnamadr.c
getpeereid.3
getpeereid.c Enforce that getpeereid only returns success on AF_LOCAL sockets, instead 2018-02-16 19:21:49 +00:00
getprotobyname.c
getprotobyname_r.c
getprotobynumber.c
getprotobynumber_r.c
getprotoent.3
getprotoent.c
getprotoent_r.c
getservbyname.c
getservbyname_r.c
getservbyport.c
getservbyport_r.c
getservent.3
getservent.c
getservent_r.c
hesiod.3
hesiod.c Remove entirely redundant free right after declaration. 2017-03-10 18:02:32 +00:00
hostent.h
if_indextoname.3
if_indextoname.c
if_nameindex.c
if_nametoindex.c - SIOCGIFINDEX was added in 2013, but if_freenameindex(3) have not used it 2018-08-22 03:12:31 +00:00
inet6_getscopeid.3
inet6_opt_init.3
inet6_option_space.3
inet6_rth_space.3
inet6_rthdr_space.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
inet6_scopeid.c
ip6opt.c
iso_addr.c
linkaddr.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
linkaddr.c Fix comment: s/ACCD/ADDC/ 2016-12-07 10:03:29 +00:00
nsdispatch.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
nsdispatch.c
nslexer.l
nsparser.y
protoent.h
rcmd.3
rcmd.c
recv.c
resolver.3 Fix typos, as reported by Eitan Adler. Update dates. 2018-02-07 11:16:05 +00:00
rthdr.c Fix typo(s/suppport/support/) in comment. From FreeBSD. 2019-05-29 02:30:42 +00:00
sctp_bindx.3 Various improvements. 2018-08-13 06:00:21 +00:00
sctp_connectx.3 Various improvements. 2018-08-13 06:00:21 +00:00
sctp_freepaddrs.3 Various improvements. 2018-08-13 06:00:21 +00:00
sctp_getaddrlen.3 Various improvements. 2018-08-13 06:00:21 +00:00
sctp_getassocid.3 Various improvements. 2018-08-13 06:00:21 +00:00
sctp_getpaddrs.3 Various improvements. 2018-08-13 06:00:21 +00:00
sctp_opt_info.3 Various improvements. 2018-08-13 06:00:21 +00:00
sctp_peeloff.3 Various improvements. 2018-08-13 06:00:21 +00:00
sctp_recvmsg.3 Various improvements. 2018-08-13 06:00:21 +00:00
sctp_send.3 Various improvements. 2018-08-13 06:00:21 +00:00
sctp_sendmsg.3 Various improvements. 2018-08-13 06:00:21 +00:00
sctp_sys_calls.c Add userland support for SCTP and manpages. 2018-08-02 08:40:47 +00:00
send.c
servent.h
sethostent.c
sockatmark.3
sockatmark.c
vars6.c