aboutsummaryrefslogtreecommitdiff
path: root/procps/nmeter.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* ps: fix overflow in USER and VSZ columnsDenis Vlasenko2008-01-061-1/+4
| | | | | | | | | | | | | | | | | function old new delta smart_ulltoa4 - 280 +280 smart_ulltoa5 283 408 +125 ulltoa6_and_space - 25 +25 scale 28 38 +10 bbunpack 358 366 +8 ps_main 259 261 +2 glob3 35 37 +2 fill_bounds 172 174 +2 process_stdin 456 446 -10 smart_ulltoa6 406 - -406 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 6/1 up/down: 454/-416) Total: 38 bytes
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
| | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-3/+3
| | | | | | | | | trylink: explain how to modify link and drastically decrease amount of padding (unfortunately, needs hand editing ATM). *: add ALIGN1 / ALIGN2 to global strings and arrays of bytes and shorts size saving: 0.5k
* install: fix install a b /a/link/to/dirDenis Vlasenko2007-06-171-1/+6
| | | | | install: fix -s (strip) option nmeter: add TODO
* move several applets to more correct ex-project. No code changes.Denis Vlasenko2007-06-121-0/+889