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