NetBSD/usr.bin/pkill
mrg 832d47522a introduce new GCC 12 warning disables and use them in a few places
this introduces 4 new warning disable flags:

   CC_WNO_MISSING_TEMPLATE_KEYWORD
   CC_WNO_REGISTER
   CC_WNO_STRINGOP_OVERREAD
   CC_WNO_ARRAY_BOUNDS

and documents them in README.warnings.  of these, the string op
and array bounds are both problematic (real bugs) and also spurious
(not real bugs), and the other 2 are mostly temporary for older
3rd party code.

add some new uses of CC_WNO_STRINGOP_OVERFLOW.

fix m68k build for gallium and GCC 12.
2023-08-08 06:27:31 +00:00
..
Makefile introduce new GCC 12 warning disables and use them in a few places 2023-08-08 06:27:31 +00:00
pkill.1 Add a -q option for pgrep to not print anything; similar to grep -q. 2022-10-29 08:17:16 +00:00
pkill.c Add a -q option for pgrep to not print anything; similar to grep -q. 2022-10-29 08:17:16 +00:00