Note that fcntl(2) returns EINVAL for invalid command.
[netbsd-mini2440.git] / usr.bin / pmap / TODO
blobbcb07750d55a71f80658f3cebd73a212b7b81cb3
1 $NetBSD$
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.
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.