Age | Commit message (Expand) | Author | Files | Lines |
2014-04-19 | Use sysdep_number_of_cpus()HEADmaster | Igor Pashev | 4 | -4/+16 |
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 |
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 |
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 |
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 |
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 |
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 s... | loderunner | 7 | -6/+61 |
2013-05-23 | Apply patch fixing typos, and catch another one. Closes #3613760. | loderunner | 1 | -3/+3 |
2013-04-29 | Performance improvements | loderunner | 3 | -71/+146 |
2013-02-26 | Don't end up killing init if process selected to be killed terminates before ... | loderunner | 2 | -4/+10 |
2013-02-26 | Add extra checks in configure.ac for different locations of (n)curses.h | loderunner | 3 | -4/+12 |
2013-02-26 | Remove explicit calls to curses.h in other files | loderunner | 7 | -7/+4 |
2012-12-12 | Fix crash when pressing 'u'. Thanks to Quentin Carbonneaux. | loderunner | 1 | -1/+2 |
2012-12-05 | Changes in object model: separate class objects to store vtable. Also, nicer ... | loderunner | 64 | -566/+662 |
2012-11-10 | search and filter for the strace and lsof screens! | loderunner | 19 | -299/+559 |
2012-10-20 | fixes PGRP and SESN columns in case of big pids. Patch #3567904. | loderunner | 1 | -11/+15 |
2012-10-20 | Option to update process names on every refresh | loderunner | 5 | -0/+14 |
2012-10-19 | Fail gracefully when /proc is not mounted | loderunner | 4 | -3/+22 |
2012-10-04 | Add IO priority support ('i' key) | loderunner | 14 | -72/+285 |
2012-08-10 | Add -p flag, contributed by Rob Hoelz | loderunner | 5 | -13/+50 |
2012-07-12 | improve crash message | loderunner | 1 | -0/+5 |
2012-06-25 | don't downcast to int before determining number of hours | loderunner | 1 | -1/+1 |
2012-06-05 | allow 'k' to kill multiple processes again (when did this break?...) | loderunner | 1 | -2/+1 |