Home | History | Annotate | Download | only in vmstat
History log of /src/usr.bin/vmstat/Makefile
RevisionDateAuthorComments
 1.35  02-Apr-2021  simonb Drop setgid kmem, simplify nlist setup.
 1.34  29-Dec-2016  mrg build vmstat as n64 on mips64. only kernel histories and hash stats
need to be fixed fot this to be reverted.
 1.33  06-Mar-2016  christos branches: 1.33.2;
Work around gcc on sparc64 bug
 1.32  03-Jun-2014  joerg Convert the remaining uvmexp users to the sysctl as default source.
 1.31  03-Jun-2014  joerg Use vm.uvmexp data as much as possible for vmstat -s.
Temporarily disable shadowing warning until the other users are cleaned
up.
 1.30  17-Aug-2011  christos branches: 1.30.18;
document that we are using non-literal string formats.
 1.29  26-May-2011  joerg 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.
 1.28  20-Dec-2010  christos make this work with the per-cpu counters.
 1.27  14-Apr-2009  lukem 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
 1.26  28-May-2007  tls branches: 1.26.20;
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.
 1.25  17-Oct-2006  christos warns=4, pass lint.
 1.24  07-Jun-2006  kardel support timecounters (struct time gone, use time_second then)
 1.23  14-Apr-2006  blymn Update statistics reporting to use new kernel framework, rename dkstats*
to a more generic name since it no longer just deals with disk.
 1.22  07-Aug-2005  blymn branches: 1.22.2;
Add support for tape statistics.
 1.21  26-Feb-2005  dsl WARNS=3
 1.20  06-May-2001  wiz 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.
 1.19  12-Sep-1999  chs the PMAP_NEW option is gone as the new interface is no longer optional.
 1.18  24-Mar-1999  mrg completely remove Mach VM support. all that is left is the all the
header files as UVM still uses (most of) these.
 1.17  18-Feb-1998  perry add -DPMAP_NEW if PMAP_NEW is on in mk.conf
 1.16  09-Feb-1998  mrg add -DUVM to CPPFLAGS if defined(UVM)
 1.15  10-May-1996  thorpej New userland code to read the statistics kept by the NetBSD generic
disk framework, from John M. Vinopal <banshee@gabriella.resort.com>
 1.14  07-May-1995  cgd always add sys/arch to include path
 1.13  28-Dec-1994  mycroft Put back the -I/sys/arch.
 1.12  22-Dec-1994  cgd specify man pages the new way.
 1.11  06-Oct-1994  mycroft If we don't -I/sys, then don't -I/sys/arch, either.
 1.10  30-May-1994  hpeyerl ${.CURDIR} works better.
 1.9  30-May-1994  hpeyerl Make this compile under hp300.
 1.8  21-May-1994  chopps add machine define if m68k arch.
 1.7  11-May-1994  cgd rcsids
 1.6  11-May-1994  cgd clean up import. also, stub read_names for the i386, and comment out
some refs to kmem stats fields that we don't have yet. This will need
hacking, (1) for the various ports, (2) for the kmem stuff, and won't
work completely right until those happen, and until the new vm system
is integrated.
 1.5  15-Apr-1994  cgd clean, exported variable (and contents) changes
 1.4  28-Jan-1994  cgd needs -lkvm, not -lutil
 1.3  25-Sep-1993  pk -I/sys --> -I${DESTDIR}/sys, to support cross-compilation.
 1.2  30-Jul-1993  mycroft Add RCS identifiers.
 1.1  09-Apr-1993  cgd branches: 1.1.1;
added, from net/2 (patch 124).
 1.1.1.1  11-May-1994  cgd updated vmstat
 1.22.2.1  22-Apr-2006  simonb Sync with head.
 1.26.20.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.30.18.1  10-Aug-2014  tls Rebase.
 1.33.2.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)

RSS XML Feed