summaryrefslogtreecommitdiffstats
path: root/contrib/top/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix brokenness in top on big-endian 32-bit systems introduced whennwhitehorn2010-04-191-1/+1
| | | | | | | 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.
* Change the 'amt' parameter in format_k2 from int to unsigned long longbrucec2010-03-131-1/+1
| | | | | | | | | 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
* Resolve conflicts.dwmalone2002-01-241-5/+25
|
* Fixed printf format errors.bde1998-07-061-1/+2
|
* Apply the FreeBSD-local patches.joerg1997-03-231-7/+40
| | | | Obtained from: The ports collection.
* This is the long-awaited import of top into the base system (actually,joerg1997-03-231-0/+453
the src/contrib/top part right now). This tools is simply too system- dependant to maintain it in the ports collection.
OpenPOWER on IntegriCloud