Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-19 | Use sysdep_number_of_cpus()HEADmaster | Igor Pashev | 4 | -4/+16 | |
Fixed wrong value of this->cpuCount: htop now shows processes again and does not crash on exit. | |||||
2014-04-19 | Added me and Tim Creech to authors | Igor Pashev | 1 | -0/+2 | |
2014-04-19 | Formatted with GNU indent -nut | Igor Pashev | 2 | -345/+419 | |
2014-04-19 | Removed linux artefact | Igor Pashev | 1 | -4/+0 | |
his->cpuCount = cpus - 1; was needed when we read /proc/stat | |||||
2014-04-16 | Missing #include "htop-sysdeps.h" | Igor Pashev | 1 | -0/+2 | |
2014-04-16 | Fixed NDEBUG/DEBUG inconsistecy | Igor Pashev | 6 | -8/+8 | |
asserts is on if NDEBUG is not defined, but it refers to functions which were declared if DEBUG is defined. | |||||
2014-04-16 | Removed hurty debug snippets from Makefile | Igor Pashev | 1 | -7/+0 | |
2014-04-15 | Use subdir-objects automake option | Igor Pashev | 1 | -1/+1 | |
2014-04-15 | Need NCURSES_WIDECHAR for cchar_t in ncursesw | Igor Pashev | 1 | -0/+1 | |
2014-04-15 | Merge pull request #1 from tcreech/master | Igor Pashev | 2 | -0/+164 | |
fill in sysdep_update_cpu_data from kstat | |||||
2013-12-11 | fix missing cpu bar (avg not working) | Tim Creech | 2 | -0/+9 | |
2013-11-20 | fill in sysdep_update_cpu_data from kstat | Tim Creech | 1 | -0/+155 | |
2013-07-11 | Added .gitignore | Igor Pashev | 1 | -0/+28 | |
2013-07-11 | Fixed proccess state on solaris | Igor Pashev | 1 | -1/+1 | |
2013-07-11 | Adjust nice value on solaris | Igor Pashev | 1 | -1/+1 | |
2013-07-11 | sysdep_uptime() | Igor Pashev | 4 | -9/+28 | |
2013-07-10 | Avoid ProcessList_statProcessDir and ProcessList_readCmdlineFile | Igor Pashev | 1 | -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 accessible | Igor Pashev | 1 | -7/+21 | |
2013-07-10 | Check for libtinfo | Igor Pashev | 1 | -0/+1 | |
2013-07-10 | Restored reading command line on linux | Igor Pashev | 1 | -7/+28 | |
2013-07-10 | Removed INSTALL | Igor Pashev | 1 | -229/+0 | |
2013-07-10 | Solaris sysdep_get_process_info | Igor Pashev | 2 | -5/+61 | |
2013-07-10 | Linux sysdep_get_process_info() | Igor Pashev | 6 | -89/+114 | |
2013-07-10 | sysdep_max_pid() | Igor Pashev | 3 | -5/+17 | |
2013-07-09 | sysdep_update_cpu_data(). Dummy for Solaris | Igor Pashev | 4 | -66/+119 | |
2013-07-07 | Require libkstat on solaris | Igor Pashev | 1 | -15/+15 | |
2013-07-04 | Solaris sysdep_get_meminfo | Igor Pashev | 2 | -0/+28 | |
/*TODO*/ this->sharedMem = 0; this->cachedMem = 0; this->buffersMem = 0; | |||||
2013-07-04 | Linux sysdep_get_meminfo() | Igor Pashev | 4 | -46/+62 | |
2013-07-04 | Use sysconf(_SC_NPROCESSORS_ONLN) to get number of CPUs | Igor Pashev | 1 | -11/+1 | |
2013-07-04 | Added sysdeps/solaris.c with dummy IO priority functions | Igor Pashev | 1 | -0/+13 | |
2013-07-04 | Move get/set IO priority functions into sysdeps/linux.c | Igor Pashev | 5 | -2/+53 | |
2013-07-04 | Include stdbool.h for bool in function prototypes | Igor Pashev | 1 | -0/+1 | |
2013-07-04 | Use AC_PROG_CC_C99 | Igor Pashev | 2 | -10/+2 | |
2013-05-24 | Performance improvements due to conditional parsing of IO data depending on ↵ | loderunner | 7 | -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-23 | Apply patch fixing typos, and catch another one. Closes #3613760. | loderunner | 1 | -3/+3 | |
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@307 63cc0a6c-1f0e-0410-841e-f6a342073da8 | |||||
2013-04-29 | Performance improvements | loderunner | 3 | -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-26 | Don't end up killing init if process selected to be killed terminates before ↵ | loderunner | 2 | -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-26 | Add extra checks in configure.ac for different locations of (n)curses.h | loderunner | 3 | -4/+12 | |
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@304 63cc0a6c-1f0e-0410-841e-f6a342073da8 | |||||
2013-02-26 | Remove explicit calls to curses.h in other files | loderunner | 7 | -7/+4 | |
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@303 63cc0a6c-1f0e-0410-841e-f6a342073da8 | |||||
2012-12-12 | Fix crash when pressing 'u'. Thanks to Quentin Carbonneaux. | loderunner | 1 | -1/+2 | |
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@302 63cc0a6c-1f0e-0410-841e-f6a342073da8 | |||||
2012-12-05 | Changes in object model: separate class objects to store vtable. Also, nicer ↵ | loderunner | 64 | -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-10 | search and filter for the strace and lsof screens! | loderunner | 19 | -299/+559 | |
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@300 63cc0a6c-1f0e-0410-841e-f6a342073da8 | |||||
2012-10-20 | fixes PGRP and SESN columns in case of big pids. Patch #3567904. | loderunner | 1 | -11/+15 | |
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@299 63cc0a6c-1f0e-0410-841e-f6a342073da8 | |||||
2012-10-20 | Option to update process names on every refresh | loderunner | 5 | -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-19 | Fail gracefully when /proc is not mounted | loderunner | 4 | -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-04 | Add IO priority support ('i' key) | loderunner | 14 | -72/+285 | |
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@296 63cc0a6c-1f0e-0410-841e-f6a342073da8 | |||||
2012-08-10 | Add -p flag, contributed by Rob Hoelz | loderunner | 5 | -13/+50 | |
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@295 63cc0a6c-1f0e-0410-841e-f6a342073da8 | |||||
2012-07-12 | improve crash message | loderunner | 1 | -0/+5 | |
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@294 63cc0a6c-1f0e-0410-841e-f6a342073da8 | |||||
2012-06-25 | don't downcast to int before determining number of hours | loderunner | 1 | -1/+1 | |
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@293 63cc0a6c-1f0e-0410-841e-f6a342073da8 | |||||
2012-06-05 | allow 'k' to kill multiple processes again (when did this break?...) | loderunner | 1 | -2/+1 | |
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@292 63cc0a6c-1f0e-0410-841e-f6a342073da8 |