aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-02-08 08:21:58 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-02-08 08:21:58 +0000
commit2f011cf6459116975eb15cb85a9d7949c1eba9f4 (patch)
tree72424e60f565c397b8a2b10f88855f11b46c4010 /TODO
parent69e92e11b82f87b212ce9aa14596042339d0288c (diff)
downloadbusybox-w32-2f011cf6459116975eb15cb85a9d7949c1eba9f4.tar.gz
busybox-w32-2f011cf6459116975eb15cb85a9d7949c1eba9f4.tar.bz2
busybox-w32-2f011cf6459116975eb15cb85a9d7949c1eba9f4.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
git-svn-id: svn://busybox.net/trunk/busybox@17813 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 78f48fc01..79cea71b5 100644
--- a/TODO
+++ b/TODO
@@ -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---
157ps / top
158 Add support for both RSS and VSIZE rather than just one or the other.
159 Or make it a build option.
160---
157man 161man
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