Home | History | Annotate | Line # | Download | only in pmap
      1 $NetBSD: TODO,v 1.1 2002/09/01 20:32:44 atatat Exp $
      2 
      3 1) The Solaris pmap command also has -r, -x, -l, and -F.  One or
      4 more of those may not apply to the way vm is managed under NetBSD,
      5 but the -x option (print resident/shared/private mapping details)
      6 would certainly be interesting to adapt.
      7 
      8 2 The rest of the Solaris p* commands (eg, pflags, pcred, pldd,
      9 psig, pstack, pfiles and pwdx (or perhaps not, since they're pretty
     10 much covered by our fstat), pwait, ptree, and ptime) would be nice
     11 to 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
     13 main trunk, and pstack will make much more sense after the nathanw_sa
     14 branch is brought to the head.
     15