summaryrefslogtreecommitdiffstats
path: root/htop.c
AgeCommit message (Collapse)Author
2006-11-16Add information about the status columnHisham Muhammad
(which I always forget) in the help page
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-08-04--sort-key flag in the command-line, overriding theHisham Muhammad
saved setting in .htoprc for the session. (thanks to Rodolfo Borges)
2006-07-23No longer untag processes after sending a signalHisham Muhammad
(useful for when SIGTERM fails and one wants to try again with SIGKILL).
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-05-30Remove references to ListBoxHisham Muhammad
2006-05-30Rename ListBox to Panel, matching dit.Hisham Muhammad
2006-05-30Rename TypedVector to Vector, matching dit.Hisham Muhammad
2006-03-23Fixes for header generation.Hisham Muhammad
2006-03-13Complete implementation of --with-proc, making htop more FreeBSD-friendlyHisham Muhammad
2006-03-04Initial import.Hisham Muhammad