summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-04-06Bump version to 3.0.0beta43.0.0beta4Hisham Muhammad
2018-04-06Portability: make list of default screens per-platformHisham Muhammad
2018-04-06Minor style fixes.Hisham Muhammad
2018-04-06Update some field accesses to new structuresHisham Muhammad
2018-04-06Add -t command-line flag for tree viewDaniel Flanagan
2018-04-06macOS: fix the switched version test (#772)pmalhaire
2018-04-06Solaris: update proc state letters to reflect Solaris usageGuy M. Broome
2018-04-06Solaris: bump copyright in Platform.{c,h}Guy M. Broome
2018-04-06Solaris: fix a memory leak caused by calling ProcessList_getProcess twice for...Guy M. Broome
2018-04-06Solaris: Implement process environment listingGuy M. Broome
2018-04-06Solaris: add placeholder message about environment listingGuy M. Broome
2018-04-06Solaris: showing a dash for the top-level process is no longer necessaryGuy M. Broome
2018-04-06Solaris: add warning about proc_walk_f callback functionGuy M. Broome
2018-04-06Solaris: condense separate process vs lwp handling down to a single workflowGuy M. Broome
2018-04-06Solaris: get completely out of the file handling business using libprocGuy M. Broome
2018-04-06Solaris: Condense conditional blocks for new vs old LWPs and procsGuy M. Broome
2018-04-06Solaris: remove unneeded accumulators for process and thread countingGuy M. Broome
2018-04-06Solaris: Assorted post-LWP code cleanupGuy M. Broome
2018-04-06Solaris: Implement kernel thread countingGuy M. Broome
2018-04-06Solaris: If a process has a running LWP, then the process is by definition ru...Guy M. Broome
2018-04-06Collapse current subtree pressing BackspaceHisham Muhammad
2018-04-06Solaris: Implement LWP enumeration (#768)gmbroome
2018-04-06OpenBSD: read Battery datanerd972
2018-04-06macOS: keep scanning thread for versions before High Sierra (#728)pmalhaire
2018-04-06Solaris: Fix virt and resident memory sizes. Was using KiB, needed pages.Guy M. Broome
2018-04-06New makefile targets to rebuild and clean htop headers.Explorer09
2018-04-06Linux: change how kernel threads are detectedHisham Muhammad
2018-04-06Fix overflow for signals >= 100.Hisham Muhammad
2018-04-06strace: increase string lengthHisham Muhammad
2018-04-06Solaris: code indentation fixgmbroome
2018-04-06Solaris: enough changes made to justify a copyright bump to 2018Guy M. Broome
2018-04-06Solaris: fix memory allocation for usernames (some empty usernames in 32-bit ...Guy M. Broome
2018-04-06Solaris: fix malloc() / free() issues with zone name handlingGuy M. Broome
2018-04-06Solaris: Link against libmalloc to fix various crashesGuy M. Broome
2018-04-06Solaris: Import backtrace-on-abort from Linux, with minor modification for So...Guy M. Broome
2018-04-06Use fork/exec instead of popen to run lsof (#757)wangqr
2018-04-06Use AM_CFLAGS and AM_LDFLAGS in Makefile.am (#760)Kang-Che Sung (宋岡哲)
2018-04-06Import Solaris support (#741)gmbroome
2018-03-16Changed type of some integer variables to avoid overflowsSebastian Martin Dicke
2018-02-26Bump version to 3.0.0beta33.0.0beta3Hisham Muhammad
2018-02-26Update generated headerHisham Muhammad
2018-02-26Fix inttypes.h headerHisham Muhammad
2018-02-26Darwin: expose LAST_PROCESSFIELD like the other platformsHisham Muhammad
2018-02-26Add more default screensHisham Muhammad
2018-02-26Only compute counters is process is shownHisham Muhammad
2018-02-26Implemented various performance countersHisham Muhammad
2018-02-26Add IPC performance counter for LinuxHisham Muhammad
2018-02-26Add perf counter objectHisham Muhammad
2018-02-26configure.ac: add --enable-perfcountersHisham Muhammad
2018-02-26Set default sort keys in default screensHisham Muhammad