History log of /netbsd-src/usr.bin/pkill/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# 832d4752 08-Aug-2023 mrg <mrg@NetBSD.org>

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

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.

show more ...


# 1153d206 06-Dec-2010 mrg <mrg@NetBSD.org>

install prenice(1) and man page links.


# ba2ed01c 13-Apr-2009 lukem <lukem@NetBSD.org>

Fix sign-compare issues


# 0aa8a979 16-Jul-2005 christos <christos@NetBSD.org>

WARNS=3 and remove default values.


# 3b8a0d4f 01-Mar-2002 ad <ad@NetBSD.org>

pgrep and pkill: search the process table for processes with a particular
set of characteristics, and either print or signal the matching set. Mostly
compatible with the Solaris commands of the same

pgrep and pkill: search the process table for processes with a particular
set of characteristics, and either print or signal the matching set. Mostly
compatible with the Solaris commands of the same name.

show more ...