Home | History | Annotate | Download | only in ps
History log of /src/bin/ps/Makefile
RevisionDateAuthorComments
 1.31  14-Sep-2021  christos Provide symbolic printing of some keywords by capitalizing them.
 1.30  06-Apr-2021  simonb We only need -Wno-format-y2k for print.c .
 1.29  14-Aug-2011  christos branches: 1.29.44;
Document non-literal formats
 1.28  19-Jun-2002  jdolecek g/c procfs fallback code, it's redundant now that we use sysctl to get
process info
 1.27  26-May-2000  simonb branches: 1.27.6;
Use new sysctl/kvm interfaces. This will stop the "proc size mismatch"
errors when internal kernel structures change size. Also remove
the sgid bit - all live kernel data is accessed through the sysctl
interface.
 1.26  12-Sep-1999  chs the PMAP_NEW option is gone as the new interface is no longer optional.
 1.25  26-Mar-1999  bgrayson Added experimental fallback /proc-based lookup. Warnings are printed when the
fallback method is used, as the results could be untrustworthy if an
intruder is present. It is highly likely that NetBSD-1.5 will have
an improved kvm interface for reading process information, at which
point this code can be garbage-collected. Also added a word to the
man page -x option description while I was here.
 1.24  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.23  25-Aug-1998  tv Add CWARNFLAGS+=-Wno-format-y2k.
 1.22  25-Aug-1998  ross Kill the CFLAGS+=-Wno-format-y2k which will go, for now, into bsd.sys.mk
It wasn't working anyway, although that could have been fixed by moving it
down below the .include <bsd.prog.mk> line.

It's not completely clear that this usage of %y is in fact y2k-safe, it
seems safer for now to have a single XXX option in bsd.sys.mk, and we need
to rev this anyway for -Wno-uninitialized
 1.21  21-Aug-1998  tv This needs strftime()'s %y; use -Wno-format-y2k.
 1.20  18-Feb-1998  perry add -DPMAP_NEW if PMAP_NEW is on in mk.conf
 1.19  09-Feb-1998  mrg add -DUVM to CPPFLAGS if defined(UVM)
 1.18  21-Jul-1997  christos Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.inc
now that all /bin has been cleaned.
 1.17  20-Jul-1997  christos Fix compiler warnings
Add WARNS=1
 1.16  26-Oct-1995  jtc LIBMATH -> LIBM (PR# 1688)
 1.15  21-May-1995  mycroft Split out some helper functions again.
 1.14  18-May-1995  mycroft Create and strvis(3) the argument and environment lists only as needed.
Do not keep extra copies around.
 1.13  21-Mar-1995  cgd convert to new RCS id conventions.
 1.12  03-Aug-1994  deraadt do not need -I/sys
 1.11  03-Jul-1994  deraadt devname is in libc now
 1.10  17-May-1994  pk Restore "${DESTDIR}" in CFLAGS.
 1.9  12-May-1994  mycroft Need devname.c.
 1.8  09-May-1994  cgd clean up import
 1.7  28-Jan-1994  cgd needs -lkvm, not -lutil
 1.6  14-Aug-1993  mycroft Fix library dependencies.
 1.5  01-Aug-1993  mycroft Add RCS identifiers.
 1.4  17-Jun-1993  mycroft Don't need -I/sys. (Why was it here?)
 1.3  23-Mar-1993  cgd changed "Id" to "Header" for rcsids
 1.2  22-Mar-1993  cgd added rcs ids to all files
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  09-May-1994  cgd new ps, to match libkvm
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.27.6.1  23-Apr-2002  nathanw Add support for handling multi-LWP processes by selecting one LWP as
"representative" of the process.
Also add a -s option that prints a line for each LWP.
While I'm here, remove the /proc fallback code.
 1.29.44.2  21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.29.44.1  21-Apr-2020  martin Sync with HEAD

RSS XML Feed