History log of /netbsd-src/usr.bin/vmstat/Makefile (Results 1 – 25 of 35)
Revision Date Author Comments
# ed668386 02-Apr-2021 simonb <simonb@NetBSD.org>

Drop setgid kmem, simplify nlist setup.


# 1383c0c7 29-Dec-2016 mrg <mrg@NetBSD.org>

build vmstat as n64 on mips64. only kernel histories and hash stats
need to be fixed fot this to be reverted.


# e33113ab 06-Mar-2016 christos <christos@NetBSD.org>

Work around gcc on sparc64 bug


# 100b00cb 03-Jun-2014 joerg <joerg@NetBSD.org>

Convert the remaining uvmexp users to the sysctl as default source.


# 5b23be7a 03-Jun-2014 joerg <joerg@NetBSD.org>

Use vm.uvmexp data as much as possible for vmstat -s.
Temporarily disable shadowing warning until the other users are cleaned
up.


# 103ef387 17-Aug-2011 christos <christos@NetBSD.org>

document that we are using non-literal string formats.


# a216da57 26-May-2011 joerg <joerg@NetBSD.org>

Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be r

Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.

show more ...


# 301830e5 20-Dec-2010 christos <christos@NetBSD.org>

make this work with the per-cpu counters.


# c1ceae17 14-Apr-2009 lukem <lukem@NetBSD.org>

Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc

Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh
string2key telnet tn3270 verify_krb5_conf xlint

show more ...


# 4147a3c5 28-May-2007 tls <tls@NetBSD.org>

Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to
various string and memory copy and set functions (as

Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to
various string and memory copy and set functions (as well as a few system
calls and other miscellany) where known at function entry. RedHat has
evidently built all "core system packages" with this option for some time.

This option should be used at the top of Makefiles (or Makefile.inc where
this is used for subdirectories) but after any setting of LIB.

This is only useful for userland code, and cannot be used in libc or in
any code which includes the libc internals, because it overrides certain
libc functions with macros. Some effort has been made to make USE_FORT=yes
work correctly for a full-system build by having the bsd.sys.mk logic
disable the feature where it should not be used (libc, libssp iteself,
the kernel) but no attempt has been made to build the entire system with
USE_FORT and doing so will doubtless expose numerous bugs and misfeatures.

Adjust the system build so that all programs and libraries that are setuid,
directly handle network data (including serial comm data), perform
authentication, or appear likely to have (or have a history of having)
data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,
with the exception of libc, which cannot use USE_FORT and thus uses
only USE_SSP by default. Tested on i386 with no ill results; USE_FORT=no
per-directory or in a system build will disable if desired.

show more ...


# 3ceb6c1c 17-Oct-2006 christos <christos@NetBSD.org>

warns=4, pass lint.


# 75418af9 07-Jun-2006 kardel <kardel@NetBSD.org>

support timecounters (struct time gone, use time_second then)


# 7d866d26 14-Apr-2006 blymn <blymn@NetBSD.org>

Update statistics reporting to use new kernel framework, rename dkstats*
to a more generic name since it no longer just deals with disk.


# 71c77b43 07-Aug-2005 blymn <blymn@NetBSD.org>

Add support for tape statistics.


# 2229b6a7 26-Feb-2005 dsl <dsl@NetBSD.org>

WARNS=3


# 553c8f83 06-May-2001 wiz <wiz@NetBSD.org>

Move vmstat.8 to vmstat.1, since the program lives in /usr/bin now and is
not super-user-only.
Cf. short discussion on tech-userlevel.


# 21eedb0e 12-Sep-1999 chs <chs@NetBSD.org>

the PMAP_NEW option is gone as the new interface is no longer optional.


# d2397ac5 24-Mar-1999 mrg <mrg@NetBSD.org>

completely remove Mach VM support. all that is left is the all the
header files as UVM still uses (most of) these.


# ba7b5f16 18-Feb-1998 perry <perry@NetBSD.org>

add -DPMAP_NEW if PMAP_NEW is on in mk.conf


# 279ce528 09-Feb-1998 mrg <mrg@NetBSD.org>

add -DUVM to CPPFLAGS if defined(UVM)


# 1eaf5ee3 10-May-1996 thorpej <thorpej@NetBSD.org>

New userland code to read the statistics kept by the NetBSD generic
disk framework, from John M. Vinopal <banshee@gabriella.resort.com>


# 8aa3aa9d 07-May-1995 cgd <cgd@NetBSD.org>

always add sys/arch to include path


# 88c83841 28-Dec-1994 mycroft <mycroft@NetBSD.org>

Put back the -I/sys/arch.


# 9e975209 22-Dec-1994 cgd <cgd@NetBSD.org>

specify man pages the new way.


# ff5dbe5d 06-Oct-1994 mycroft <mycroft@NetBSD.org>

If we don't -I/sys, then don't -I/sys/arch, either.


12