summaryrefslogtreecommitdiffstats
path: root/ProcessList.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support of NLWP field, by Bert WesargHisham Muhammad2007-05-211-2/+2
|
* keep debug code up-to-dateHisham Muhammad2007-05-171-1/+1
|
* Fixes for /proc location, submitted by Florent ThoumieHisham Muhammad2007-05-171-3/+3
|
* Make process memory percentage calculation saner.Hisham Muhammad2007-04-101-2/+2
|
* Apply patches by Matthias Lederhofer adding extraHisham Muhammad2007-04-051-1/+1
| | | | | memory status fields
* Switch to unsigned keys in hash, according to issue #1688290 Hisham Muhammad2007-04-051-1/+1
| | | | | in the sf tracker
* Minor tweak.Hisham Muhammad2006-11-131-2/+1
|
* Bugfix: collect orphaned items during tree generationHisham Muhammad2006-11-121-0/+15
| | | | | | at the end of the tree. Add debugging sanity checks.
* Don't double-free comm when it's an existingProcessHisham Muhammad2006-11-091-2/+2
|
* Ok, second take on fixing the handling of comm.-Hisham Muhammad2006-11-081-4/+5
|
* Oops.Hisham Muhammad2006-11-081-1/+0
|
* Avoid double free of prototype's comm.Hisham Muhammad2006-11-081-4/+4
|
* Fix asserts, don't use freed memory.Hisham Muhammad2006-11-081-3/+3
|
* Add lots of debugging asserts and try to clean up behavior of lists in general.Hisham Muhammad2006-11-081-12/+22
| | | | | Make dumping of proc data controlled by a separate debug define.
* Handle situation instead of assuming it would never happen,Hisham Muhammad2006-10-261-1/+1
| | | | | as it was seen out in the field and tested here.
* Allocate per-processor values in a contiguous chunk of memoryHisham Muhammad2006-10-041-45/+24
|
* Contribution by Philipp Richter: Display IO-Wait, IRQ and Soft-IRQ values in ↵Hisham Muhammad2006-10-041-3/+52
| | | | | | | status bar (minor modifications: default to false, add help)
* Share name strings from UsersListHisham Muhammad2006-07-121-6/+1
|
* Perform RichString operations by hand.Hisham Muhammad2006-07-121-24/+26
| | | | | Avoid unnecessary operations when processing entries on ProcessList.
* Performance improvement hackathon: improve process comparison routines,Hisham Muhammad2006-07-111-52/+88
| | | | | | | | | | disable useless code in release builds such as runtime type-checking on dynamic data structures and process fields that are not being computed, faster(?) method for verifying the process owner (still need to ensure correctness), don't destroy and create process objects for hidden kernel threads over and over. Phew. I shouldn't be doing all this today, but I could not resist.
* Updates for new version of the MakeHeader.py script.Hisham Muhammad2006-06-061-10/+4
|
* Use long long types to avoid overflowHisham Muhammad2006-06-051-43/+52
|
* Disable old hack that's interfering with real debugging.Hisham Muhammad2006-06-051-9/+0
|
* Rename TypedVector to Vector, matching dit.Hisham Muhammad2006-05-301-33/+33
|
* - Overhaul meters implementation;Hisham Muhammad2006-04-101-1/+1
| | | | | | - add AllCPUsMeter; - because of that, the new .htoprc is incompatible with previous released versions.
* * make debug targetHisham Muhammad2006-03-241-31/+109
| | | | | * Support for generating a /proc trace for debugging purposes.
* Complete implementation of --with-proc, making htop more FreeBSD-friendlyHisham Muhammad2006-03-131-0/+5
|
* Initial import.Hisham Muhammad2006-03-041-0/+589

© 2014-2024 Faster IT GmbH | imprint | privacy policy