History log of /netbsd-src/usr.sbin/pstat/Makefile (Results 1 – 17 of 17)
Revision Date Author Comments
# 0537635d 23-Dec-2016 mrg <mrg@NetBSD.org>

for 64 bit mips platforms where we built userland largely as n32 by
default, build a handful of tools as n64 so they work properly.

unfortunately, they're also static as dynamic n64 has a problem.

for 64 bit mips platforms where we built userland largely as n32 by
default, build a handful of tools as n64 so they work properly.

unfortunately, they're also static as dynamic n64 has a problem.

of these tools pstat is probably the lowest hanging fruit to convert
to sysctl. systat would be close were it not for the netstat screen,
which includes netstat itself.

the rest are difficult to perhaps foolish.


the upside is that netstat, pmap and fstat all work properly now.

show more ...


# a97d5b18 02-Jan-2013 dsl <dsl@NetBSD.org>

pstat is a kmem groveller, set -D_KMEMUSER in CPPFLAGS


# 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 ...


# 9a150e02 05-Dec-2006 christos <christos@NetBSD.org>

revert debug flags I accidentally committed before.


# 11c53ad6 30-Oct-2006 christos <christos@NetBSD.org>

kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks to
/usr/include from /usr/include/sys. This makes all the one way hash
header handling identical.


# 17d72c8a 18-Sep-2002 lukem <lukem@NetBSD.org>

use NETBSDSRCDIR as appropriate


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

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


# 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)


# 0a94f4f0 25-Oct-1997 lukem <lukem@NetBSD.org>

use CPPFLAGS instead of CFLAGS


# 6b7bb49a 14-Jul-1997 thorpej <thorpej@NetBSD.org>

There hasn't been machine-dependent code in pstat since the introduction
of the kernel tty list; garbage-collect -D${MACHINE}.


# 4a5d7f4d 12-Jun-1997 mrg <mrg@NetBSD.org>

bring mrg-vm-swap2 onto mainilne.


# 484fdbba 11-Jan-1996 thorpej <thorpej@NetBSD.org>

New-style RCS ids.


# a2e52c42 25-Dec-1994 pk <pk@NetBSD.org>

Define `MAN'.


# 8900daa7 22-Jun-1994 chopps <chopps@NetBSD.org>

update for amiga (should also enable hp300 specific stuff for them too).


# 4ef6083e 13-May-1994 cgd <cgd@NetBSD.org>

clean up import. rcsids, notdef a bunch of things that don't yet work, etc.
generates a *lot* of warnings (from vnode.h) at compile time, but these
will go away "soon."


# fe8f3aee 13-May-1994 cgd <cgd@NetBSD.org>

Pstat, from Lite