summaryrefslogtreecommitdiffstats
path: root/TraceScreen.c
AgeCommit message (Collapse)Author
2006-08-24Fix bug 1538463.Hisham Muhammad
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-03Display error message when strace is not available.Hisham Muhammad
Mark autogen.sh executable in svn.
2006-05-30Remove references to ListBoxHisham Muhammad
2006-05-30Rename ListBox to Panel, matching dit.Hisham Muhammad
2006-05-09Wait for strace child process to die properlyHisham Muhammad
2006-03-23Fixes for header generation.Hisham Muhammad
2006-03-04Initial import.Hisham Muhammad