1. c0159bd Trim continuous TAB characters into one SPACE in trace output by WHR · 2 years, 7 months ago
  2. a21a6e7 Replace TAB characters into SPACE when reading trace output by WHR · 2 years, 7 months ago
  3. 6eb34bc Detect and workaround curses(3) macro ERR being incorrectly redefined by other system headers by WHR · 2 years, 7 months ago
  4. 6ac3821 Cleanup CRT.c by WHR · 2 years, 7 months ago
  5. 0a6db60 Try to enable backtrace(3) support for all platforms by WHR · 2 years, 7 months ago
  6. 1a5211b Change a tree-drawing character by WHR · 2 years, 7 months ago
  7. b1d8302 Fix function String_getToken testing EOF in string: EOF constant isn't a real character and therefore can't exist in strings; escalate type of 'unsigned short int' typed variables into 'unsigned int' in function String_getToken by WHR · 2 years, 7 months ago
  8. 03876d4 Handle KEY_PPAGE and KEY_NPAGE as same as KEY_UP and KEY_DOWN when moving a selected column by WHR · 2 years, 7 months ago
  9. 4218e9e Make function Platform_getUptime fail on unsupported platform to properly fallback to using utmpx(5) by WHR · 2 years, 7 months ago
  10. 6943655 Remove unused Platform_setTasksValues function definitions by WHR · 2 years, 7 months ago
  11. 3165f4d Colorize process state characters in help screen by WHR · 2 years, 7 months ago
  12. b690200 Fix inappropriate line breaking in help screen with a 80-character-wide terminal by WHR · 2 years, 7 months ago
  13. 30c1311 Make utmpx-based uptime implementation available as a fallback for all platforms that supporting utmpx(5) by WHR · 2 years, 7 months ago
  14. 2b000b3 Update PPID for existing processes on Solaris by WHR · 2 years, 7 months ago
  15. 117c294 Always update swap values on OpenBSD to avoid bogus values when no swap is configured by WHR · 2 years, 7 months ago
  16. ecb0241 Cleanup solaris/Platform.c by WHR · 2 years, 7 months ago
  17. 20c057b Truncate too long process name when showing it by WHR · 2 years, 7 months ago
  18. 3d82eb0 Cleanup solaris/SolarisProcessList.c by WHR · 2 years, 7 months ago
  19. 4749116 Properly update modifiable information for existing processes on OpenBSD by WHR · 2 years, 7 months ago
  20. b60e644 Fix tree view broken on OpenBSD 6.1+ with 'hide_high_level_processes' enabled by WHR · 2 years, 7 months ago
  21. 45ea821 Consider process 0 (sched) a kernel process on Solaris by WHR · 2 years, 7 months ago
  22. 1217817 Don't hide a process if it is root in tree view by WHR · 2 years, 7 months ago
  23. 4bd878d Fix sysctl(3) type mismatches; fix CPUData-related memory corruption on OpenBSD by WHR · 2 years, 7 months ago
  24. 8412d5c Support OpenBSD 5.0 by WHR · 2 years, 7 months ago
  25. 835b1af Don't use LWPID column on Solaris when building without libproc(3LIB) by WHR · 2 years, 7 months ago
  26. e9b9b5f Support reading process environment on Solaris without libproc(3LIB) by WHR · 2 years, 7 months ago
  27. 17af5d8 Change function Platform_getProcessEnv to accept a 'Process *' instead by WHR · 2 years, 7 months ago
  28. 8df8d75 Allow hiding high-level processes on OpenBSD if high-level processes would having a different ID from its main thread ID by WHR · 2 years, 7 months ago
  29. 579c60b Support Solaris without libproc(3LIB) by WHR · 2 years, 7 months ago
  30. 7bf6fd1 Move function xread out of Linux-specific code to allow it to be reused elsewhere by WHR · 2 years, 7 months ago
  31. 30c895a Remove 'traced' process state; fix the 'swapper' process isn't considered as a kernel process on DragonFly BSD by WHR · 2 years, 7 months ago
  32. 00e1355 Remove settings value 'hide_threads' by WHR · 2 years, 7 months ago
  33. dc65f2e Explicitly query information of process 0 if kern.proc.all sysctl didn't include that by WHR · 2 years, 7 months ago
  34. d9a9e2b Clean up function ProcessList_getKInfoProcs in darwin/DarwinProcessList.c by WHR · 2 years, 7 months ago
  35. a6edd8c Support showing kernel processes in a different color by WHR · 2 years, 7 months ago
  36. da227f6 Refactor function Process_isThread into Process_isExtraThreadProcess, which will no longer returning true for kernel process by WHR · 2 years, 7 months ago
  37. 6cb0d43 Fix kernel processes never showing on OpenBSD 5.2~6.0 by WHR · 2 years, 7 months ago
  38. 453d2fd Support OpenBSD 5.1 by WHR · 2 years, 7 months ago
  39. 35d0bdf Remove unused includes; fix include order in openbsd/OpenBSDProcessList.c by WHR · 2 years, 7 months ago
  40. c39c350 Workaround compiler warning "'struct proc' declared inside parameter list" on OpenBSD by WHR · 2 years, 7 months ago
  41. b3f82ec Remove unused or duplicated includes from openbsd/Platform.c by WHR · 2 years, 7 months ago
  42. 52c4f3a Use _SC_NPROCESSORS_CONF to get processor count by WHR · 2 years, 7 months ago
  43. b1c4174 Fix implicit declaration of strcmp(3) by WHR · 2 years, 7 months ago
  44. e71d126 Don't try to read sysctl on Cygwin by WHR · 2 years, 7 months ago
  45. b064da1 Define macro '_KERNEL' to get more macros defined from 'sys/proc.h' on OpenBSD if possible by WHR · 2 years, 7 months ago
  46. 02a9bf2 Support showing thread processes on OpenBSD by WHR · 2 years, 7 months ago
  47. 526256c Consider process 0 a kernel process on kFreeBSD by WHR · 2 years, 7 months ago
  48. ea40f6c Rename 2 settings variables by WHR · 2 years, 7 months ago
  49. 1939c8a Remove editor and CI configuration files by WHR · 2 years, 7 months ago
  50. 16c2f3f Check consistency when reading '<pid>/stat' from Linux procfs by WHR · 2 years, 7 months ago
  51. 5c6b8e2 Remove unnecessary and problematic type convertion for isprint(3) by WHR · 2 years, 7 months ago
  52. 1eaecc4 Port to Cygwin by WHR · 2 years, 7 months ago
  53. b16adf8 Fix formatting types mismatch for uid_t on Interix by WHR · 2 years, 7 months ago
  54. 4439429 Fix missing include for memmove(3) and memset(3) by WHR · 2 years, 7 months ago
  55. 3f4bd08 Check availability for getopt_long(3); Fix incorrect handling of getopt_long(3) or getopt(3) return value by WHR · 2 years, 7 months ago
  56. dea679e Port to Interix by WHR · 2 years, 7 months ago
  57. 3ef86ff Count kernel processes and threads separately by WHR · 2 years, 7 months ago
  58. 5c00d83 Fix incorrect buffer size for snprintf(3) by WHR · 2 years, 7 months ago
  59. e983ba2 s/Process_isKernelThread/Process_isKernelProcess/ by WHR · 2 years, 7 months ago
  60. e8a32cd Fix process time scale error on Solaris by WHR · 2 years, 7 months ago
  61. c3a7860 Show both real and effective user (id) of processes by WHR · 2 years, 7 months ago
  62. 334a00e Set process name to '<unsupported>' in UnsupportedProcessList by WHR · 2 years, 7 months ago
  63. a4a191e Fix nice values didn't minus NZERO on AIX by WHR · 2 years, 7 months ago
  64. bd615f2 Fix formatting types mismatch by WHR · 2 years, 7 months ago
  65. d979b36 Don't assume the compiler is GCC-compatible by WHR · 2 years, 7 months ago
  66. b475d50 Remove use of err(3) by WHR · 2 years, 7 months ago
  67. 7641825 Rewrite Platform_getProcessEnv to return a vector instead; implement Platform_getProcessEnv for FreeBSD by WHR · 2 years, 7 months ago
  68. 461353c Remove hardcoded path for Linux procfs by WHR · 2 years, 7 months ago
  69. d2697d8 Allow building with xlc(1) by WHR · 2 years, 7 months ago
  70. e4cf98d Fill command line with pi_comm if actual commnad line is not available on AIX by WHR · 2 years, 7 months ago
  71. b42b125 Fix defining variables in aix/Platform.h by WHR · 2 years, 7 months ago
  72. 548788c Add 'NAME' column for AIX process listing by WHR · 2 years, 7 months ago
  73. 0cda368 Merge remote-tracking branch 'NattyNarwhal/aix-wrk' into 'rivoreo-fork' by WHR · 2 years, 7 months ago
  74. ccac6ef Support CPU hot-plugging with Linux procfs by WHR · 2 years, 7 months ago
  75. e809cf6 Fix a null pointer dereference on OpenBSD by WHR · 2 years, 7 months ago
  76. 191f121 Don't try to read kstat on OpenBSD since it didn't support dynamic sysctl names by WHR · 2 years, 7 months ago
  77. ac01eec Listing threads is not supported in BSD; don't consider kernel process which itself containing threads a thread by WHR · 2 years, 7 months ago
  78. 0d814c9 Try truss(1) before strace(1) because Solaris has an unrelated strace(1M) command by WHR · 2 years, 7 months ago
  79. 247d747 Fix formatting types mismatch on Solaris by WHR · 2 years, 7 months ago
  80. b4006f3 Update version number by WHR · 2 years, 7 months ago
  81. 21801ef Fix Android compatibility issue by WHR · 2 years, 7 months ago
  82. ba7b30c Fix using hardcoded power_supply names when reading battery data on Linux via sysfs by WHR · 2 years, 7 months ago
  83. e0be815 Fix some file descriptor leaks by WHR · 2 years, 7 months ago
  84. 7647d0a Fix nice values didn't minus NZERO on Solaris by WHR · 2 years, 7 months ago
  85. 7066ea0 Add generic ZFS ARC size statistic by WHR · 2 years, 7 months ago
  86. 4376760 Optimize colors in help screen by WHR · 2 years, 7 months ago
  87. eb18d4c Add unified interface for kstat by WHR · 2 years, 7 months ago
  88. af5d8c0 Fix potential compatibility issue with Linux procfs meminfo by WHR · 2 years, 7 months ago
  89. 0563721 Fix defining variables in headers by WHR · 2 years, 7 months ago
  90. 6b2e2fa Skip private type definitions when generating header by WHR · 2 years, 7 months ago
  91. 93cd921 Make some private use functions 'static' by WHR · 2 years, 7 months ago
  92. f0722d7 Fix external variables didn't being marked as 'extern' in generated headers by WHR · 2 years, 7 months ago
  93. 040e5b0 Support showing command line on Solaris by WHR · 2 years, 7 months ago
  94. dae0cdd Translate scripts/MakeHeader.py into scripts/MakeHeader.sh to allow building without python(1) by WHR · 2 years, 7 months ago
  95. 47779e0 Adjust unit prefix names by WHR · 2 years, 7 months ago
  96. f68572e Add NAME column by WHR · 2 years, 7 months ago
  97. 4297561 Support tracing via truss(1) by WHR · 2 years, 7 months ago
  98. 3ea913d Style suggestion from kadler by Calvin Buckley · 4 years, 9 months ago
  99. 7a27d3d Remember to declare uptime func for platform by Calvin Buckley · 4 years, 9 months ago
  100. 9b66216 Fix totally bogus err shim by Calvin Buckley · 4 years, 9 months ago