summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-19Use sysdep_number_of_cpus()HEADmasterIgor Pashev4-4/+16
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
2014-04-16Missing #include "htop-sysdeps.h"Igor Pashev1-0/+2
2014-04-16Fixed NDEBUG/DEBUG inconsistecyIgor Pashev6-8/+8
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
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
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
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 s...loderunner7-6/+61
2013-05-23Apply patch fixing typos, and catch another one. Closes #3613760.loderunner1-3/+3
2013-04-29Performance improvementsloderunner3-71/+146
2013-02-26Don't end up killing init if process selected to be killed terminates before ...loderunner2-4/+10
2013-02-26Add extra checks in configure.ac for different locations of (n)curses.hloderunner3-4/+12
2013-02-26Remove explicit calls to curses.h in other filesloderunner7-7/+4
2012-12-12Fix crash when pressing 'u'. Thanks to Quentin Carbonneaux.loderunner1-1/+2
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...loderunner64-566/+662
2012-11-10search and filter for the strace and lsof screens!loderunner19-299/+559
2012-10-20fixes PGRP and SESN columns in case of big pids. Patch #3567904.loderunner1-11/+15
2012-10-20Option to update process names on every refreshloderunner5-0/+14
2012-10-19Fail gracefully when /proc is not mountedloderunner4-3/+22
2012-10-04Add IO priority support ('i' key)loderunner14-72/+285
2012-08-10Add -p flag, contributed by Rob Hoelzloderunner5-13/+50
2012-07-12improve crash message loderunner1-0/+5
2012-06-25don't downcast to int before determining number of hoursloderunner1-1/+1
2012-06-05allow 'k' to kill multiple processes again (when did this break?...)loderunner1-2/+1