summaryrefslogtreecommitdiffstats
path: root/ProcessList.c
AgeCommit message (Collapse)Author
2006-11-12Bugfix: collect orphaned items during tree generationHisham Muhammad
at the end of the tree. Add debugging sanity checks.
2006-11-09Don't double-free comm when it's an existingProcessHisham Muhammad
2006-11-08Ok, second take on fixing the handling of comm.-Hisham Muhammad
2006-11-08Oops.Hisham Muhammad
2006-11-08Avoid double free of prototype's comm.Hisham Muhammad
2006-11-08Fix asserts, don't use freed memory.Hisham Muhammad
2006-11-08Add lots of debugging asserts and try to clean up behavior of lists in general.Hisham Muhammad
Make dumping of proc data controlled by a separate debug define.
2006-10-26Handle situation instead of assuming it would never happen,Hisham Muhammad
as it was seen out in the field and tested here.
2006-10-04Allocate per-processor values in a contiguous chunk of memoryHisham Muhammad
2006-10-04Contribution by Philipp Richter: Display IO-Wait, IRQ and Soft-IRQ values in ↵Hisham Muhammad
status bar (minor modifications: default to false, add help)
2006-07-12Share name strings from UsersListHisham Muhammad
2006-07-12Perform RichString operations by hand.Hisham Muhammad
Avoid unnecessary operations when processing entries on ProcessList.
2006-07-11Performance improvement hackathon: improve process comparison routines,Hisham Muhammad
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.
2006-06-06Updates for new version of the MakeHeader.py script.Hisham Muhammad
2006-06-05Use long long types to avoid overflowHisham Muhammad
2006-06-05Disable old hack that's interfering with real debugging.Hisham Muhammad
2006-05-30Rename TypedVector to Vector, matching dit.Hisham Muhammad
2006-04-10- Overhaul meters implementation;Hisham Muhammad
- add AllCPUsMeter; - because of that, the new .htoprc is incompatible with previous released versions.
2006-03-24* make debug targetHisham Muhammad
* Support for generating a /proc trace for debugging purposes.
2006-03-13Complete implementation of --with-proc, making htop more FreeBSD-friendlyHisham Muhammad
2006-03-04Initial import.Hisham Muhammad