summaryrefslogtreecommitdiffstats
path: root/TraceScreen.c
Commit message (Collapse)AuthorAgeFilesLines
* Silence warnings about seteuid return value.Hisham2016-05-251-1/+1
| | | | Closes #483.
* Check for failure in allocations.Hisham2016-02-021-1/+1
|
* refactor *Screen classes, add InfoScreen superclassHisham Muhammad2016-01-121-156/+98
|
* add some security checks when running SUID rootMichael Klein2015-12-021-0/+1
| | | | | | on Darwin, htop needs to run with root privileges to display information about other users processes. This commit makes running htop SUID root a bit more safe.
* Clean up some needless malloc casts, convert some mallocs to callocs, and ↵Michael McConville2015-09-161-1/+1
| | | | fix some style
* Rename String to StringUtils.David Hunt2015-08-191-1/+1
| | | | | | | | | Fixes building on case-insensitive filesystems where String.h gets confused with <string.h>. From d734dacea0a10d0465dad4e95b3421511e7da112 Mon Sep 17 00:00:00 2001 From: David Hunt <dhunt@iolanthe.attlocal.net> Date: Sat, 11 Jul 2015 20:56:31 -0500 Subject: [PATCH 1/8] Rename String to StringUtils
* fix compiler warningsChristian Hesse2015-05-151-1/+2
| | | | | | | | | gcc gives warnings like this: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result Assign value to a variable, cast to (void) to discard it.
* incremental search and filter reintegrated!Hisham Muhammad2015-03-231-4/+3
|
* Move FunctionBar inside PanelHisham Muhammad2015-03-231-7/+7
|
* safer code, test for return of fcntlHisham Muhammad2014-04-221-3/+5
|
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-6/+7
| | | | UTF-8 display of big numbers.
* search and filter for the strace and lsof screens!Hisham Muhammad2012-11-101-50/+96
|
* make htop trunk compile on FreeBSD 8.2-STABLEHisham Muhammad2012-01-031-0/+1
| | | | | (thanks to Trond Endestrol)
* major header cleanupHisham Muhammad2011-12-261-6/+9
|
* Convert affinity control from the deprecated PLPA to HWLOCHisham Muhammad2011-09-241-1/+1
|
* add support for steal/guest CPU time measurementHisham Muhammad2010-08-241-4/+4
| | | | | | simplify processor data accounting (add CPUData structure) remove Process_clone trick
* home and end keys in trace screensHisham Muhammad2010-07-311-0/+6
|
* warning fixesHisham Muhammad2010-02-251-2/+2
|
* fix to minor bug affecting the build process, a maintenance release will ↵Hisham Muhammad2009-06-081-0/+1
| | | | follow shortly.
* changes for htop 0.8.2Hisham Muhammad2009-06-021-7/+7
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-1/+1
| | | | | Reduces resulting code size.
* Fix bug 1538463.Hisham Muhammad2006-08-241-0/+1
|
* Performance improvement hackathon: improve process comparison routines,Hisham Muhammad2006-07-111-1/+1
| | | | | | | | | | 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.
* Updates for new version of the MakeHeader.py script.Hisham Muhammad2006-06-061-3/+0
|
* Display error message when strace is not available.Hisham Muhammad2006-06-031-0/+2
| | | | | | Mark autogen.sh executable in svn.
* Remove references to ListBoxHisham Muhammad2006-05-301-13/+13
|
* Rename ListBox to Panel, matching dit.Hisham Muhammad2006-05-301-16/+16
|
* Wait for strace child process to die properlyHisham Muhammad2006-05-091-0/+3
|
* Fixes for header generation.Hisham Muhammad2006-03-231-1/+3
|
* Initial import.Hisham Muhammad2006-03-041-0/+164

© 2014-2024 Faster IT GmbH | imprint | privacy policy