1049 Commits (c53e3842136c5793052405c8111813750134fa81)
 

Author SHA1 Message Date
Guy M. Broome c53e384213 Solaris: bump copyright in Platform.{c,h} 8 years ago
Guy M. Broome da4877f48c Solaris: fix a memory leak caused by calling ProcessList_getProcess twice for each LWP 8 years ago
Guy M. Broome 0969f83b21 Solaris: Implement process environment listing 8 years ago
Guy M. Broome 155d7cbeee Solaris: add placeholder message about environment listing 8 years ago
Guy M. Broome 1ae7625c42 Solaris: showing a dash for the top-level process is no longer necessary 8 years ago
Guy M. Broome 3c96467f7b Solaris: add warning about proc_walk_f callback function 8 years ago
Guy M. Broome 7f40a3a5af Solaris: condense separate process vs lwp handling down to a single workflow 8 years ago
Guy M. Broome 45fad05b4a Solaris: get completely out of the file handling business using libproc 8 years ago
Guy M. Broome 4ba06c51e5 Solaris: Condense conditional blocks for new vs old LWPs and procs 8 years ago
Guy M. Broome fa18ac964c Solaris: remove unneeded accumulators for process and thread counting 8 years ago
Guy M. Broome 192e43c1ed Solaris: Assorted post-LWP code cleanup 8 years ago
Guy M. Broome 75598c1389 Solaris: Implement kernel thread counting 8 years ago
Guy M. Broome c235b45cd6 Solaris: If a process has a running LWP, then the process is by definition running 8 years ago
Hisham Muhammad 0dbedf95a8 Collapse current subtree pressing Backspace 8 years ago
gmbroome 42c3a1fcb3 Solaris: Implement LWP enumeration (#768) 8 years ago
nerd972 1cf8f429a5 OpenBSD: read Battery data 8 years ago
pmalhaire 23f96048c7 macOS: keep scanning thread for versions before High Sierra (#728) 8 years ago
Guy M. Broome 70bc51a387 Solaris: Fix virt and resident memory sizes. Was using KiB, needed pages. 8 years ago
Explorer09 442b0d2576 New makefile targets to rebuild and clean htop headers. 8 years ago
Hisham Muhammad 47cf1532b0 Linux: change how kernel threads are detected 8 years ago
Hisham Muhammad dc050e8088 Fix overflow for signals >= 100. 8 years ago
Hisham Muhammad aa3dc634dc strace: increase string length 8 years ago
gmbroome 5a75797f4d Solaris: code indentation fix 8 years ago
Guy M. Broome cda84fcddc Solaris: enough changes made to justify a copyright bump to 2018 8 years ago
Guy M. Broome 69355234d0 Solaris: fix memory allocation for usernames (some empty usernames in 32-bit builds) 8 years ago
Guy M. Broome cefbe499db Solaris: fix malloc() / free() issues with zone name handling 8 years ago
Guy M. Broome 76ef3682db Solaris: Link against libmalloc to fix various crashes 8 years ago
Guy M. Broome 4bd68809e4 Solaris: Import backtrace-on-abort from Linux, with minor modification for Solaris 8 years ago
wangqr a042cfece2 Use fork/exec instead of popen to run lsof (#757) 8 years ago
Kang-Che Sung (宋岡哲) 2e3c35d66d Use AM_CFLAGS and AM_LDFLAGS in Makefile.am (#760) 8 years ago
gmbroome 697f5bb9c1 Import Solaris support (#741) 8 years ago
Jesin d4ea7cd65c Fix bashisms (#749) 8 years ago
Hisham Muhammad 9ca1c993ac Add Contributing Guide! 8 years ago
Hisham Muhammad ccd156f8ba Updates to generated header files 8 years ago
Hisham Muhammad 858af2505f Protect against overflows in RichString_setAttrn 8 years ago
Hisham Muhammad 655c7293d2 Update ChangeLog 8 years ago
Michael Klein bc5d46982f use CFLAGS from ncurses*-config, if present (#745) 8 years ago
Kang-Che Sung (宋岡哲) c01f40eb3e Fix build failure ('major' undefined) in glibc 2.28. (#746) 8 years ago
Hisham Muhammad eed18dd107 Remove unused function from unsupported/ 8 years ago
Hisham Muhammad f914617508 Make settings file finding sequence more straightforward 8 years ago
Hisham Muhammad 03b2581745 Only consider a read successful when the file seems valid 8 years ago
Hisham Muhammad 8c653212c0 Replace size_t with int/void* union 8 years ago
Hisham Muhammad b064d501ae linux/Battery.c: make sure fd is always closed 8 years ago
Hisham Muhammad ff78a1bfce Fix out-of-bounds read 8 years ago
Hisham Muhammad f4f35da7e0 Fix indentation 8 years ago
Hisham Muhammad 76366be3f1 Update ChangeLog 8 years ago
Hisham Muhammad 6dda8d2586 linux/LinuxProcessList.c: Fix indentation. 8 years ago
guoci 5fca258f33 call clear() function when SIGWINCH is received. (#660) 8 years ago
Marc Kleine-Budde 70ed51a303 linux/LinuxProcessList: fix reading of number of read syscalls of process 8 years ago
Hisham Muhammad df9922a67e Fix preservation of LDFLAGS value during configure script 8 years ago