summaryrefslogtreecommitdiffstats
path: root/TraceScreen.c
AgeCommit message (Collapse)Author
2014-04-22safer code, test for return of fcntlHisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad
UTF-8 display of big numbers.
2012-11-10search and filter for the strace and lsof screens!Hisham Muhammad
2012-01-03make htop trunk compile on FreeBSD 8.2-STABLEHisham Muhammad
(thanks to Trond Endestrol)
2011-12-26major header cleanupHisham Muhammad
2011-09-24Convert affinity control from the deprecated PLPA to HWLOCHisham Muhammad
2010-08-24add support for steal/guest CPU time measurementHisham Muhammad
simplify processor data accounting (add CPUData structure) remove Process_clone trick
2010-07-31home and end keys in trace screensHisham Muhammad
2010-02-25warning fixesHisham Muhammad
2009-06-08fix to minor bug affecting the build process, a maintenance release will ↵Hisham Muhammad
follow shortly.
2009-06-02changes for htop 0.8.2Hisham Muhammad
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
Reduces resulting code size.
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