- 25 Mar, 2017 1 commit
-
-
coypoop authored
sys/time.h for struct timeval
-
- 29 Dec, 2016 1 commit
-
-
Tomasz Kramkowski authored
In all the cases where sprintf was being used within htop, snprintf could have been used. This patch replaces all uses of sprintf with snprintf which makes sure that if a buffer is too small to hold the resulting string, the string is simply cut short instead of causing a buffer overflow which leads to undefined behaviour. `sizeof(variable)` was used in these cases, as opposed to `sizeof variable` which is my personal preference because `sizeof(variable)` was already used in one way or another in other parts of the code.
-
- 26 May, 2016 1 commit
-
-
Hisham authored
Closes #483.
-
- 02 Feb, 2016 1 commit
-
-
Hisham authored
-
- 12 Jan, 2016 1 commit
-
-
Hisham Muhammad authored
-
- 02 Dec, 2015 1 commit
-
-
Michael Klein authored
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.
-
- 17 Sep, 2015 1 commit
-
-
Michael McConville authored
-
- 19 Aug, 2015 1 commit
-
-
David Hunt authored
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
-
- 15 May, 2015 1 commit
-
-
Christian Hesse authored
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.
-
- 23 Mar, 2015 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 22 Apr, 2014 1 commit
-
-
Hisham Muhammad authored
-
- 05 Dec, 2012 1 commit
-
-
Hisham Muhammad authored
Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
-
- 10 Nov, 2012 1 commit
-
-
Hisham Muhammad authored
-
- 03 Jan, 2012 1 commit
-
-
Hisham Muhammad authored
(thanks to Trond Endestrol)
-
- 26 Dec, 2011 1 commit
-
-
Hisham Muhammad authored
-
- 24 Sep, 2011 1 commit
-
-
Hisham Muhammad authored
-
- 24 Aug, 2010 1 commit
-
-
Hisham Muhammad authored
simplify processor data accounting (add CPUData structure) remove Process_clone trick
-
- 31 Jul, 2010 1 commit
-
-
Hisham Muhammad authored
-
- 25 Feb, 2010 1 commit
-
-
Hisham Muhammad authored
-
- 08 Jun, 2009 1 commit
-
-
Hisham Muhammad authored
-
- 02 Jun, 2009 1 commit
-
-
Hisham Muhammad authored
-
- 09 Mar, 2008 1 commit
-
-
Hisham Muhammad authored
Reduces resulting code size.
-
- 24 Aug, 2006 1 commit
-
-
Hisham Muhammad authored
-
- 11 Jul, 2006 1 commit
-
-
Hisham Muhammad authored
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.
-
- 06 Jun, 2006 1 commit
-
-
Hisham Muhammad authored
-
- 03 Jun, 2006 1 commit
-
-
Hisham Muhammad authored
Mark autogen.sh executable in svn.
-
- 30 May, 2006 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 09 May, 2006 1 commit
-
-
Hisham Muhammad authored
-
- 23 Mar, 2006 1 commit
-
-
Hisham Muhammad authored
-
- 04 Mar, 2006 1 commit
-
-
Hisham Muhammad authored
-