diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-08 08:21:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-08 08:21:58 +0000 |
commit | 0aa6ba5d44af32d0bf460c8d92cda686bae64c92 (patch) | |
tree | 72424e60f565c397b8a2b10f88855f11b46c4010 /TODO | |
parent | 4423e5beefd6f17dfa836211899ee70edcc64a5b (diff) | |
download | busybox-w32-0aa6ba5d44af32d0bf460c8d92cda686bae64c92.tar.gz busybox-w32-0aa6ba5d44af32d0bf460c8d92cda686bae64c92.tar.bz2 busybox-w32-0aa6ba5d44af32d0bf460c8d92cda686bae64c92.zip |
make sure ps/top output what they claim: vsz, not rss ... down the line we should make the output controllable either at runtime or buildtime as both statistics are quite useful
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -154,6 +154,10 @@ patch | |||
154 | And while we're at it, a new patch filename quoting format is apparently | 154 | And while we're at it, a new patch filename quoting format is apparently |
155 | coming soon: http://marc.theaimsgroup.com/?l=git&m=112927316408690&w=2 | 155 | coming soon: http://marc.theaimsgroup.com/?l=git&m=112927316408690&w=2 |
156 | --- | 156 | --- |
157 | ps / top | ||
158 | Add support for both RSS and VSIZE rather than just one or the other. | ||
159 | Or make it a build option. | ||
160 | --- | ||
157 | man | 161 | man |
158 | It would be nice to have a man command. Not one that handles troff or | 162 | It would be nice to have a man command. Not one that handles troff or |
159 | anything, just one that can handle preformatted ascii man pages, possibly | 163 | anything, just one that can handle preformatted ascii man pages, possibly |