1. 37df28d Document the vi mode in man page by WHR · 2 years, 5 months ago
  2. c013348 Update columns documentation in the man page by WHR · 2 years, 5 months ago
  3. 08547be Merge remote-tracking branch 'scootergrisen/patch-1' into 'rivoreo-fork' by WHR · 2 years, 5 months ago
  4. a36e899 Move 'vi_mode' CheckItem into newly added ControlOptionsPanel by WHR · 2 years, 5 months ago
  5. 9b8f771 Implement vi(1)-style key-bindings by WHR · 2 years, 5 months ago
  6. 5dab3b2 Remove 'err.h' checking as it is no longer used by WHR · 2 years, 5 months ago
  7. c74e5c0 Fix incorrect buffer size for strftime(3); expand a compact 'switch' block in darwin/DarwinProcess.c by WHR · 2 years, 5 months ago
  8. 808f8b9 Reformat usage message; update copyright notices and license information by WHR · 2 years, 5 months ago
  9. f3326bd Exit on invalid command line usage; fix incorrect description for long options in usage message by WHR · 2 years, 5 months ago
  10. b13807d Make several pointers to 'Hashtable' object read-only by WHR · 2 years, 5 months ago
  11. d91709b Update following process after searching next / previous (key n / N) by WHR · 2 years, 5 months ago
  12. a5497e4 Honour setting of counting CPUs from 0/1 when presenting meters by Ricardo Nabinger Sanchez · 6 years ago
  13. 5656fae Remove unnecessary type casts by WHR · 2 years, 5 months ago
  14. 7a08fb6 Support using Linux-specific code with kFreeBSD linprocfs(5) by WHR · 2 years, 5 months ago
  15. 602204d Rewrite 'Platform_getMaxPid' for Solaris by WHR · 2 years, 5 months ago
  16. c62c9a6 Fix failure to get processor count with Linux procfs and without Linux sysfs; add a missing closedir(3) call by WHR · 2 years, 5 months ago
  17. b1a22a1 Don't unfollow process on LEFT or RIGHT key by WHR · 2 years, 5 months ago
  18. 8776c4b Use new object type names (after 'typedef') if possible by WHR · 2 years, 5 months ago
  19. 7d35dfd Simplify boolean type toggle in 'Process_toggleTag' by WHR · 2 years, 5 months ago
  20. 75303f8 Rename enumeration types to remove plural names by WHR · 2 years, 5 months ago
  21. 5a0f6a1 Rename all constants in ColorSchemes to be consistent by WHR · 2 years, 5 months ago
  22. a754650 Rename all constants in ColorElements to avoid identifier pollution by WHR · 2 years, 5 months ago
  23. 303f823 Display total thread count regardless 'hide_thread_processes' setting by WHR · 2 years, 5 months ago
  24. 3fbee69 Handle KEY_PPAGE and KEY_NPAGE as same as KEY_UP and KEY_DOWN when moving a selected meter by WHR · 2 years, 5 months ago
  25. 9d78d87 Remove a few unnecessary #includes by Antoine Motet · 6 years ago
  26. 6a767c0 Fix CPU usage on OpenBSD by Antoine Motet · 6 years ago
  27. 923e459 Remove unnecessary type casts by WHR · 2 years, 5 months ago
  28. b347b25 Be consistent with name and head comment of source files by WHR · 2 years, 5 months ago
  29. 42dac52 Fix incorrect buffer size for snprintf(3) by WHR · 2 years, 5 months ago
  30. 9c8d061 Merge remote-tracking branch 'wangqr/dev-follow-process-on-demand' into 'rivoreo-fork' by WHR · 2 years, 5 months ago
  31. 269919c Fix free(3)ing pointer to string literal on unsupported platforms; remove uses of unsafe strncpy(3) and strcat(3) by WHR · 2 years, 5 months ago
  32. 7ad0553 Fix unsupported skeleton code uses removed field 'flags' of 'Process' object; add a dummy process on unsupported platforms by WHR · 2 years, 5 months ago
  33. 48e76d3 Remove unused variable 'isIdleProcess' from freebsd/FreeBSDProcessList.c; don't count idle process for 'running_process_count' and 'running_thread_count' on kFreeBSD-based platforms; partially reformat unsupported/UnsupportedProcessList.c by WHR · 2 years, 5 months ago
  34. a44f595 Fix build failure on GNU/kFreeBSD: GNU C Library didn't expose SIGTHR to application programs by WHR · 2 years, 5 months ago
  35. 4f7d8a6 Fix off-source building failure due to missing directory by WHR · 2 years, 5 months ago
  36. 033b3d1 Document interactive keys A, e, n and N in the man page by WHR · 2 years, 5 months ago
  37. 32f9133 Fix getting full command line arguments and environment didn't work for high-level processes on OpenBSD 6.1+ by WHR · 2 years, 5 months ago
  38. 49675a0 Add ArgScreen to list command line arguments of a process by WHR · 2 years, 5 months ago
  39. 0240398 Update modifiable information for existing processes by WHR · 2 years, 5 months ago
  40. bfc3f23 Improve consistency checking for reading process state from '/proc/<pid>/stat' on Interix by WHR · 2 years, 5 months ago
  41. 5f1d05c Fix memory leak on AIX when update_process_names is enabled by WHR · 2 years, 5 months ago
  42. c8cb119 Fix 'break' without a dedicated line in switch block caused incorrect 'break' statements by WHR · 2 years, 5 months ago
  43. 53fb61b Fix bad coding style and the caused error of using uninitialized data in function 'InfoScreen_run' by WHR · 2 years, 5 months ago
  44. 67bc274 added MainPanel actions n and N for find next and find prev. closes #601 by syrrim · 6 years ago
  45. a511616 Use 6-character space for showing UID values by WHR · 2 years, 5 months ago
  46. ba863d3 Remove RESET_COLOR: it was exactly same as DEFAULT_COLOR by WHR · 2 years, 5 months ago
  47. 51301eb Increase eliminated max PID value for Interix by WHR · 2 years, 5 months ago
  48. 93ccb81 Try to add '--as-needed' before linking to librt by WHR · 2 years, 5 months ago
  49. db59ed8 Strip './' and '../' from header name when generating header macro by WHR · 2 years, 5 months ago
  50. 1a2667d Adjust SignalsPanel width by WHR · 2 years, 5 months ago
  51. c0828bf Check for clock_gettime(2) availability and requirement by WHR · 2 years, 5 months ago
  52. e13f868 Fix SIGLIBRT not available on kFreeBSD versions before 10.0 by WHR · 2 years, 6 months ago
  53. ecc360a Add some architecture-specific signals to linux/Platform.c by WHR · 2 years, 6 months ago
  54. 7b6872e Use signal name macros instead of hard coded numbers for 'Platform_signals' by WHR · 2 years, 6 months ago
  55. c824b97 Disable broken dependency tracking of GNU Automake, which inappropriately tracked system headers by WHR · 2 years, 6 months ago
  56. 37537ad Abort building if the build system attempting to generate a header with absolute path by WHR · 2 years, 6 months ago
  57. 983eba9 Patch config.sub to support platform '*-linux-uc*' by WHR · 2 years, 6 months ago
  58. 548c93e Check for sched_setaffinity(2) availability when cross compiling by WHR · 2 years, 6 months ago
  59. 5cff4e9 Support getting uptime via clock_gettime(2) if applicable, as a fallback implementation by WHR · 2 years, 6 months ago
  60. e8ee7eb Unify 'Platform_getUptime' implementation for BSD platforms by WHR · 2 years, 6 months ago
  61. 5d41842 Return -1 from Platform_getUptime to indicate failure by WHR · 2 years, 6 months ago
  62. 75afb57 Fix Solaris LWP time incorrectly used whole process time for nanosecond part by WHR · 2 years, 6 months ago
  63. b79587b Get page size once in 'CRT_init' by WHR · 2 years, 6 months ago
  64. 6bb4b53 Fix null pointer dereference when an user space process having empty command line, on Linux-based platforms by WHR · 2 years, 6 months ago
  65. e7a63ef Remove unnecessary variables and useless assert(3) in Platform_getLoadAverage for Linux procfs, as it breaks Cygwin by WHR · 2 years, 6 months ago
  66. d69474b Correctly detect kernel processes on Linux-based platforms; remove Linux-specific 'flags' member from generic 'Process' object by WHR · 2 years, 6 months ago
  67. f097758 Show process 0 on AIX, since the tree view implementation can now properly handle hidden root node by WHR · 2 years, 6 months ago
  68. 6f0b3a0 Always update PPID on all supported platforms by WHR · 2 years, 6 months ago
  69. 9374c5f Omit the ending space if the number would taking more than 3 character when showing a nice value by WHR · 2 years, 6 months ago
  70. 81629ba Check availability of Ncurses extension set_escdelay(3X) by WHR · 2 years, 6 months ago
  71. 5f1366c Fix assigning pointer to 'bool' variable breaks with older compilers by WHR · 2 years, 6 months ago
  72. 7e0a467 Support older kFreeBSD versions that don't have 'ki_jid' member in 'struct kinfo_proc' by WHR · 2 years, 6 months ago
  73. 1fd497e Fix processes buffer can only grow once on kFreeBSD systems without kvm(3) by WHR · 2 years, 6 months ago
  74. 0c6c99e Optimize buffer management of sysctl(3)-based processes iteration on kFreeBSD-based platforms by WHR · 2 years, 6 months ago
  75. 65e384b Fix incorrect nice values on GNU/kFreeBSD by WHR · 2 years, 6 months ago
  76. 62d6de2 Support kFreeBSD-based platforms without kvm(3) by WHR · 2 years, 6 months ago
  77. 98dd9eb Implement Platform_getProcessEnv for DragonFly BSD and FreeBSD without KERN_PROC_ENV by WHR · 2 years, 6 months ago
  78. 2c3c408 Fix sysctl(3) MIB error in Platform_getProcessEnv for FreeBSD by WHR · 2 years, 6 months ago
  79. d724055 Fix a missing kvm_close(3) in OpenBSD-specific code by WHR · 2 years, 6 months ago
  80. 39fcfcd Disable gcc(1) warning 'unused-parameter' by WHR · 2 years, 6 months ago
  81. ee6cc37 Don't assert(3) the pointer for strdup(3), the program will crashing anyways if a null pointer was passed by WHR · 2 years, 6 months ago
  82. 5c00f38 Check options to control C compiler warnings by WHR · 2 years, 6 months ago
  83. 4e0672b Fix blank meter showing content of last meter when in bar mode by WHR · 2 years, 6 months ago
  84. fe0e97a Implement Interix-specific 'compare' function for InterixProcess by WHR · 2 years, 6 months ago
  85. 374b7ea Avoid comparing between signed and unsigned integers by WHR · 2 years, 6 months ago
  86. bbb39b5 Support reading environment from a thread process on OpenBSD by WHR · 2 years, 6 months ago
  87. a671fff Fix potential overflows of printing numbers by WHR · 2 years, 6 months ago
  88. b1091d6 Make function Header_addMeterByName no longer modifying the passed in string buffer by WHR · 2 years, 6 months ago
  89. c0159bd Trim continuous TAB characters into one SPACE in trace output by WHR · 2 years, 6 months ago
  90. a21a6e7 Replace TAB characters into SPACE when reading trace output by WHR · 2 years, 6 months ago
  91. 6eb34bc Detect and workaround curses(3) macro ERR being incorrectly redefined by other system headers by WHR · 2 years, 6 months ago
  92. 6ac3821 Cleanup CRT.c by WHR · 2 years, 6 months ago
  93. 0a6db60 Try to enable backtrace(3) support for all platforms by WHR · 2 years, 6 months ago
  94. 1a5211b Change a tree-drawing character by WHR · 2 years, 6 months ago
  95. 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, 6 months ago
  96. 03876d4 Handle KEY_PPAGE and KEY_NPAGE as same as KEY_UP and KEY_DOWN when moving a selected column by WHR · 2 years, 6 months ago
  97. 4218e9e Make function Platform_getUptime fail on unsupported platform to properly fallback to using utmpx(5) by WHR · 2 years, 6 months ago
  98. 6943655 Remove unused Platform_setTasksValues function definitions by WHR · 2 years, 6 months ago
  99. 3165f4d Colorize process state characters in help screen by WHR · 2 years, 6 months ago
  100. b690200 Fix inappropriate line breaking in help screen with a 80-character-wide terminal by WHR · 2 years, 6 months ago