summaryrefslogtreecommitdiffstats
path: root/Process.c
AgeCommit message (Collapse)Author
2007-11-08Improve construction of tree view, properly nesting threads.Hisham Muhammad
Add CPU affinity screen ('a' key). BUGFIX: Correct display of TPGID field. Add TGID field.
2007-08-10OpenVZ support, contributed by Sergey LychkoHisham Muhammad
2007-05-21Add support of NLWP field, by Bert WesargHisham Muhammad
2007-05-17Fixes for /proc location, submitted by Florent ThoumieHisham Muhammad
2007-04-05Apply patches by Matthias Lederhofer adding extraHisham Muhammad
memory status fields
2007-04-05Switch to unsigned keys in hash, according to issue #1688290 Hisham Muhammad
in the sf tracker
2006-11-29Fix gcc warning.Hisham Muhammad
2006-11-20Changes suggested by Bo LiuHisham Muhammad
2006-11-13Sanity cleanup.Hisham Muhammad
2006-11-08Ok, second take on fixing the handling of comm.-Hisham Muhammad
2006-11-08Initialize variable.Hisham Muhammad
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-03-24Remove unfinished code.Hisham Muhammad
2006-03-23Fixes for header generation.Hisham Muhammad
2006-03-04Initial import.Hisham Muhammad