summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-03-25Linux: change how kernel threads are detectedHisham Muhammad
2018-03-25Fix overflow for signals >= 100.Hisham Muhammad
2018-03-25strace: increase string lengthHisham Muhammad
2018-03-16Solaris: code indentation fixgmbroome
2018-03-16Solaris: enough changes made to justify a copyright bump to 2018Guy M. Broome
2018-03-16Solaris: fix memory allocation for usernames (some empty usernames in 32-bit ...Guy M. Broome
2018-03-16Solaris: fix malloc() / free() issues with zone name handlingGuy M. Broome
2018-03-16Solaris: Link against libmalloc to fix various crashesGuy M. Broome
2018-03-16Solaris: Import backtrace-on-abort from Linux, with minor modification for So...Guy M. Broome
2018-03-16Use fork/exec instead of popen to run lsof (#757)wangqr
2018-03-16Use AM_CFLAGS and AM_LDFLAGS in Makefile.am (#760)Kang-Che Sung (宋岡哲)
2018-03-02Import Solaris support (#741)gmbroome
2018-02-26Fix bashisms (#749)Jesin
2018-02-26Add Contributing Guide!Hisham Muhammad
2018-02-26Updates to generated header filesHisham Muhammad
2018-02-26Protect against overflows in RichString_setAttrnHisham Muhammad
2018-02-26Update ChangeLogHisham Muhammad
2018-02-26use CFLAGS from ncurses*-config, if present (#745)Michael Klein
2018-02-26Fix build failure ('major' undefined) in glibc 2.28. (#746)Kang-Che Sung (宋岡哲)
2018-02-18Remove unused function from unsupported/Hisham Muhammad
2018-02-18Make settings file finding sequence more straightforwardHisham Muhammad
2018-02-18Only consider a read successful when the file seems validHisham Muhammad
2018-02-18Replace size_t with int/void* unionHisham Muhammad
2018-02-18linux/Battery.c: make sure fd is always closedHisham Muhammad
2018-02-18Fix out-of-bounds readHisham Muhammad
2018-02-18Fix indentationHisham Muhammad
2018-02-17Update ChangeLogHisham Muhammad
2018-02-17linux/LinuxProcessList.c: Fix indentation.Hisham Muhammad
2018-02-17call clear() function when SIGWINCH is received. (#660)guoci
2018-02-17linux/LinuxProcessList: fix reading of number of read syscalls of processMarc Kleine-Budde
2018-02-17Fix preservation of LDFLAGS value during configure scriptHisham Muhammad
2018-02-17Update ChangeLogHisham Muhammad
2018-02-13Fix issue with small terminals.Hisham Muhammad
2018-02-05Optimize Vector_size on non-debug buildsHisham Muhammad
2018-02-05Handle unexpected values for character passed to isalnumHisham Muhammad
2018-02-05Check for pkgconfig's presence before using it.Hisham Muhammad
2018-02-05Fix color behavior on some terminals.Hisham Muhammad
2018-02-04Bump version to 2.1.02.1.0Hisham Muhammad
2018-02-04parseBatInfo: check `line` for NULL before passing it to String_getToken()Jan Chren (rindeal)
2018-02-04Clarify we are looking for the null terminationcoypoop
2018-02-04Typo in man pageViktor Szépe
2018-02-04Fix: infinite loop in tree view on macOSWataru Ashihara
2018-02-04Add support for Linux TASK_IDLEVladimir Panteleev
2018-02-04Darwin: disable thread reading due to bug in macOS High SierraHisham Muhammad
2018-01-23htop scans /proc to determine how many running tasks exist. Since thatLucas C. Villa Real
2017-12-04Adds support for linux delay accounting (#667)André Carvalho
2017-10-23fix fallthough comments for GCC 7.xChristian Hesse
2017-10-13Merge pull request #678 from evelikov/remove-libtoolHisham Muhammad
2017-09-22Remove libtool referencesEmil Velikov
2017-09-14Make 'c' key work with threads as well.Hisham Muhammad