xref: /netbsd/usr.bin/pmap/TODO (revision 6550d01e)
1$NetBSD: TODO,v 1.1 2002/09/01 20:32:44 atatat Exp $
2
31) The Solaris pmap command also has -r, -x, -l, and -F.  One or
4more of those may not apply to the way vm is managed under NetBSD,
5but the -x option (print resident/shared/private mapping details)
6would certainly be interesting to adapt.
7
82 The rest of the Solaris p* commands (eg, pflags, pcred, pldd,
9psig, pstack, pfiles and pwdx (or perhaps not, since they're pretty
10much covered by our fstat), pwait, ptree, and ptime) would be nice
11to have, too.  Some of them ought to be doable now, but others
12(like pwait) will probably be easier once we have kqueue on the
13main trunk, and pstack will make much more sense after the nathanw_sa
14branch is brought to the head.
15