Fix some cases where %zd was used wrongly across the tree.
sdpquery(1): Remove an unneeded explicit -Wno-unused-but-set-variable.-Wunused-but-set-variable comes in at WARNS==4 only.
build - prepare for higher optimization levels* Add NO_STRICT_ALIASING, NO_STRICT_OVERFLOW, and NO_WARRAY_BOUNDS make variables as-needed.
Fix typo in some manpages: specifed -> specified
add .Mt to man pages in usr.bin/
gcc47 warnings: A few more fixesusr.bin/make pass -fno-address, NO_WERROR=trueusr.bin/monitor modified source fileusr.bin/netstat modified source file (2)usr.bin/sdpquery WARNS=2, pass -fno-u
gcc47 warnings: A few more fixesusr.bin/make pass -fno-address, NO_WERROR=trueusr.bin/monitor modified source fileusr.bin/netstat modified source file (2)usr.bin/sdpquery WARNS=2, pass -fno-unused-but-set-variableMake has several evaluations that gcc47 believes will always(without exception) evaluate to true or false. Likely gcc47 is notdetecting some cases correctly, so -Wno-address was passed to it.However, -Werror overrides it, so NO_WERROR had to be set on thisMakefile.The remaining GCC warnings will be left for swildner to handle.The -Werror flag will be suppress for GCC47 until further notice.
show more ...
Add a missing '-width' in various manpages' lists.
Fix WARNS6: values_len is size_t, thus n must be unsigned.
Mobe btpin(1), rfcomm_sppd(1) and sdpquery(1) where they really should be -into /usr/bin.