summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-04-19Use sysdep_number_of_cpus()HEADmasterIgor Pashev4-4/+16
Fixed wrong value of this->cpuCount: htop now shows processes again and does not crash on exit.
2014-04-19Added me and Tim Creech to authorsIgor Pashev1-0/+2
2014-04-19Formatted with GNU indent -nutIgor Pashev2-345/+419
2014-04-19Removed linux artefactIgor Pashev1-4/+0
his->cpuCount = cpus - 1; was needed when we read /proc/stat
2014-04-16Missing #include "htop-sysdeps.h"Igor Pashev1-0/+2
2014-04-16Fixed NDEBUG/DEBUG inconsistecyIgor Pashev6-8/+8
asserts is on if NDEBUG is not defined, but it refers to functions which were declared if DEBUG is defined.
2014-04-16Removed hurty debug snippets from MakefileIgor Pashev1-7/+0
2014-04-15Use subdir-objects automake optionIgor Pashev1-1/+1
2014-04-15Need NCURSES_WIDECHAR for cchar_t in ncurseswIgor Pashev1-0/+1
2014-04-15Merge pull request #1 from tcreech/masterIgor Pashev2-0/+164
fill in sysdep_update_cpu_data from kstat
2013-12-11fix missing cpu bar (avg not working)Tim Creech2-0/+9
2013-11-20fill in sysdep_update_cpu_data from kstatTim Creech1-0/+155
2013-07-11Added .gitignoreIgor Pashev1-0/+28
2013-07-11Fixed proccess state on solarisIgor Pashev1-1/+1
2013-07-11Adjust nice value on solarisIgor Pashev1-1/+1
2013-07-11sysdep_uptime()Igor Pashev4-9/+28
2013-07-10Avoid ProcessList_statProcessDir and ProcessList_readCmdlineFileIgor Pashev1-9/+2
Both do not work on Solaris (permission denied & no such file). Both are implemented in sysdep_get_process_info()
2013-07-10/proc/%d/status is not accessibleIgor Pashev1-7/+21
2013-07-10Check for libtinfoIgor Pashev1-0/+1
2013-07-10Restored reading command line on linuxIgor Pashev1-7/+28
2013-07-10Removed INSTALLIgor Pashev1-229/+0
2013-07-10Solaris sysdep_get_process_infoIgor Pashev2-5/+61
2013-07-10Linux sysdep_get_process_info()Igor Pashev6-89/+114
2013-07-10sysdep_max_pid()Igor Pashev3-5/+17
2013-07-09sysdep_update_cpu_data(). Dummy for SolarisIgor Pashev4-66/+119
2013-07-07Require libkstat on solarisIgor Pashev1-15/+15
2013-07-04Solaris sysdep_get_meminfoIgor Pashev2-0/+28
/*TODO*/ this->sharedMem = 0; this->cachedMem = 0; this->buffersMem = 0;
2013-07-04Linux sysdep_get_meminfo()Igor Pashev4-46/+62
2013-07-04Use sysconf(_SC_NPROCESSORS_ONLN) to get number of CPUsIgor Pashev1-11/+1
2013-07-04Added sysdeps/solaris.c with dummy IO priority functionsIgor Pashev1-0/+13
2013-07-04Move get/set IO priority functions into sysdeps/linux.cIgor Pashev5-2/+53
2013-07-04Include stdbool.h for bool in function prototypesIgor Pashev1-0/+1
2013-07-04Use AC_PROG_CC_C99Igor Pashev2-10/+2
2013-05-24Performance improvements due to conditional parsing of IO data depending on ↵loderunner7-6/+61
selected fields. On my machine, this gives a ~20% improvement in htop process time use with the default config. git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@308 63cc0a6c-1f0e-0410-841e-f6a342073da8
2013-05-23Apply patch fixing typos, and catch another one. Closes #3613760.loderunner1-3/+3
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@307 63cc0a6c-1f0e-0410-841e-f6a342073da8
2013-04-29Performance improvementsloderunner3-71/+146
(thanks to Jann Horn) git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@306 63cc0a6c-1f0e-0410-841e-f6a342073da8
2013-02-26Don't end up killing init if process selected to be killed terminates before ↵loderunner2-4/+10
the user selects a signal. Closes #3606072. git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@305 63cc0a6c-1f0e-0410-841e-f6a342073da8
2013-02-26Add extra checks in configure.ac for different locations of (n)curses.hloderunner3-4/+12
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@304 63cc0a6c-1f0e-0410-841e-f6a342073da8
2013-02-26Remove explicit calls to curses.h in other filesloderunner7-7/+4
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@303 63cc0a6c-1f0e-0410-841e-f6a342073da8
2012-12-12Fix crash when pressing 'u'. Thanks to Quentin Carbonneaux.loderunner1-1/+2
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@302 63cc0a6c-1f0e-0410-841e-f6a342073da8
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ↵loderunner64-566/+662
UTF-8 display of big numbers. git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@301 63cc0a6c-1f0e-0410-841e-f6a342073da8
2012-11-10search and filter for the strace and lsof screens!loderunner19-299/+559
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@300 63cc0a6c-1f0e-0410-841e-f6a342073da8
2012-10-20fixes PGRP and SESN columns in case of big pids. Patch #3567904.loderunner1-11/+15
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@299 63cc0a6c-1f0e-0410-841e-f6a342073da8
2012-10-20Option to update process names on every refreshloderunner5-0/+14
(thanks to Rob Hoelz) git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@298 63cc0a6c-1f0e-0410-841e-f6a342073da8
2012-10-19Fail gracefully when /proc is not mountedloderunner4-3/+22
(thanks to Philipp Hagemeister) git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@297 63cc0a6c-1f0e-0410-841e-f6a342073da8
2012-10-04Add IO priority support ('i' key)loderunner14-72/+285
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@296 63cc0a6c-1f0e-0410-841e-f6a342073da8
2012-08-10Add -p flag, contributed by Rob Hoelzloderunner5-13/+50
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@295 63cc0a6c-1f0e-0410-841e-f6a342073da8
2012-07-12improve crash message loderunner1-0/+5
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@294 63cc0a6c-1f0e-0410-841e-f6a342073da8
2012-06-25don't downcast to int before determining number of hoursloderunner1-1/+1
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@293 63cc0a6c-1f0e-0410-841e-f6a342073da8
2012-06-05allow 'k' to kill multiple processes again (when did this break?...)loderunner1-2/+1
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@292 63cc0a6c-1f0e-0410-841e-f6a342073da8