| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
changing format_k2 to take a long long. Because itoa is defined as a K&R
C function, without prototyping its arguments, format_k2 passed a 64-bit
value, but itoa() received only the first word, showing '0' in all memory
fields.
|
|
|
|
|
|
|
|
|
| |
to match the values passed in and prevent the SIZE field being corrupted
when more than 2TB is allocated.
PR: bin/129706
Approved by: rrs (mentor)
MFC after: 1 week
|
| |
|
| |
|
|
|
|
| |
Obtained from: The ports collection.
|
|
the src/contrib/top part right now). This tools is simply too system-
dependant to maintain it in the ports collection.
|