1. 0a6db60 Try to enable backtrace(3) support for all platforms by WHR · 2 years, 5 months ago
  2. 30c1311 Make utmpx-based uptime implementation available as a fallback for all platforms that supporting utmpx(5) by WHR · 2 years, 6 months ago
  3. 2b000b3 Update PPID for existing processes on Solaris by WHR · 2 years, 6 months ago
  4. ecb0241 Cleanup solaris/Platform.c by WHR · 2 years, 6 months ago
  5. 3d82eb0 Cleanup solaris/SolarisProcessList.c by WHR · 2 years, 6 months ago
  6. 45ea821 Consider process 0 (sched) a kernel process on Solaris by WHR · 2 years, 6 months ago
  7. 835b1af Don't use LWPID column on Solaris when building without libproc(3LIB) by WHR · 2 years, 6 months ago
  8. e9b9b5f Support reading process environment on Solaris without libproc(3LIB) by WHR · 2 years, 6 months ago
  9. 17af5d8 Change function Platform_getProcessEnv to accept a 'Process *' instead by WHR · 2 years, 6 months ago
  10. 579c60b Support Solaris without libproc(3LIB) by WHR · 2 years, 6 months ago
  11. a6edd8c Support showing kernel processes in a different color by WHR · 2 years, 6 months ago
  12. da227f6 Refactor function Process_isThread into Process_isExtraThreadProcess, which will no longer returning true for kernel process by WHR · 2 years, 6 months ago
  13. 35d0bdf Remove unused includes; fix include order in openbsd/OpenBSDProcessList.c by WHR · 2 years, 6 months ago
  14. 52c4f3a Use _SC_NPROCESSORS_CONF to get processor count by WHR · 2 years, 6 months ago
  15. ea40f6c Rename 2 settings variables by WHR · 2 years, 6 months ago
  16. 3ef86ff Count kernel processes and threads separately by WHR · 2 years, 6 months ago
  17. 5c00d83 Fix incorrect buffer size for snprintf(3) by WHR · 2 years, 6 months ago
  18. e983ba2 s/Process_isKernelThread/Process_isKernelProcess/ by WHR · 2 years, 6 months ago
  19. e8a32cd Fix process time scale error on Solaris by WHR · 2 years, 6 months ago
  20. c3a7860 Show both real and effective user (id) of processes by WHR · 2 years, 6 months ago
  21. 7641825 Rewrite Platform_getProcessEnv to return a vector instead; implement Platform_getProcessEnv for FreeBSD by WHR · 2 years, 6 months ago
  22. ac01eec Listing threads is not supported in BSD; don't consider kernel process which itself containing threads a thread by WHR · 2 years, 6 months ago
  23. 7647d0a Fix nice values didn't minus NZERO on Solaris by WHR · 2 years, 6 months ago
  24. 0563721 Fix defining variables in headers by WHR · 2 years, 6 months ago
  25. f0722d7 Fix external variables didn't being marked as 'extern' in generated headers by WHR · 2 years, 6 months ago
  26. 040e5b0 Support showing command line on Solaris by WHR · 2 years, 6 months ago
  27. f68572e Add NAME column by WHR · 2 years, 6 months ago
  28. cf04300 Solaris: update proc state letters to reflect Solaris usage by Guy M. Broome · 7 years ago
  29. c53e384 Solaris: bump copyright in Platform.{c,h} by Guy M. Broome · 7 years ago
  30. da4877f Solaris: fix a memory leak caused by calling ProcessList_getProcess twice for each LWP by Guy M. Broome · 7 years ago
  31. 0969f83 Solaris: Implement process environment listing by Guy M. Broome · 7 years ago
  32. 155d7cb Solaris: add placeholder message about environment listing by Guy M. Broome · 7 years ago
  33. 1ae7625 Solaris: showing a dash for the top-level process is no longer necessary by Guy M. Broome · 7 years ago
  34. 3c96467 Solaris: add warning about proc_walk_f callback function by Guy M. Broome · 7 years ago
  35. 7f40a3a Solaris: condense separate process vs lwp handling down to a single workflow by Guy M. Broome · 7 years ago
  36. 45fad05 Solaris: get completely out of the file handling business using libproc by Guy M. Broome · 7 years ago
  37. 4ba06c5 Solaris: Condense conditional blocks for new vs old LWPs and procs by Guy M. Broome · 7 years ago
  38. fa18ac9 Solaris: remove unneeded accumulators for process and thread counting by Guy M. Broome · 7 years ago
  39. 192e43c Solaris: Assorted post-LWP code cleanup by Guy M. Broome · 7 years ago
  40. 75598c1 Solaris: Implement kernel thread counting by Guy M. Broome · 7 years ago
  41. c235b45 Solaris: If a process has a running LWP, then the process is by definition running by Guy M. Broome · 7 years ago
  42. 42c3a1f Solaris: Implement LWP enumeration (#768) by gmbroome · 7 years ago
  43. 70bc51a Solaris: Fix virt and resident memory sizes. Was using KiB, needed pages. by Guy M. Broome · 7 years ago
  44. 5a75797 Solaris: code indentation fix by gmbroome · 7 years ago
  45. cda84fc Solaris: enough changes made to justify a copyright bump to 2018 by Guy M. Broome · 7 years ago
  46. 6935523 Solaris: fix memory allocation for usernames (some empty usernames in 32-bit builds) by Guy M. Broome · 7 years ago
  47. cefbe49 Solaris: fix malloc() / free() issues with zone name handling by Guy M. Broome · 7 years ago
  48. 4bd6880 Solaris: Import backtrace-on-abort from Linux, with minor modification for Solaris by Guy M. Broome · 7 years ago
  49. 697f5bb Import Solaris support (#741) by gmbroome · 7 years ago