1. b3fb54b Optimize some platform-specific codes for reading process command line; implement getting 'argv0_length' on AIX by WHR · 2 years, 5 months ago
  2. 2f29f45 Map Interix process state 'PR_Waiting' to (non-portable) state W instead, as Interix didn't really support state D; map Interix process state 'PR_Tty' to state S; by WHR · 2 years, 5 months ago
  3. b13807d Make several pointers to 'Hashtable' object read-only by WHR · 2 years, 5 months ago
  4. a754650 Rename all constants in ColorElements to avoid identifier pollution by WHR · 2 years, 5 months ago
  5. 923e459 Remove unnecessary type casts by WHR · 2 years, 5 months ago
  6. b347b25 Be consistent with name and head comment of source files by WHR · 2 years, 5 months ago
  7. 49675a0 Add ArgScreen to list command line arguments of a process by WHR · 2 years, 5 months ago
  8. 0240398 Update modifiable information for existing processes by WHR · 2 years, 5 months ago
  9. bfc3f23 Improve consistency checking for reading process state from '/proc/<pid>/stat' on Interix by WHR · 2 years, 5 months ago
  10. a511616 Use 6-character space for showing UID values by WHR · 2 years, 5 months ago
  11. 51301eb Increase eliminated max PID value for Interix by WHR · 2 years, 5 months ago
  12. 7b6872e Use signal name macros instead of hard coded numbers for 'Platform_signals' by WHR · 2 years, 6 months ago
  13. fe0e97a Implement Interix-specific 'compare' function for InterixProcess by WHR · 2 years, 6 months ago
  14. 30c1311 Make utmpx-based uptime implementation available as a fallback for all platforms that supporting utmpx(5) by WHR · 2 years, 6 months ago
  15. 17af5d8 Change function Platform_getProcessEnv to accept a 'Process *' instead by WHR · 2 years, 6 months ago
  16. 30c895a Remove 'traced' process state; fix the 'swapper' process isn't considered as a kernel process on DragonFly BSD by WHR · 2 years, 6 months ago
  17. a6edd8c Support showing kernel processes in a different color by WHR · 2 years, 6 months ago
  18. da227f6 Refactor function Process_isThread into Process_isExtraThreadProcess, which will no longer returning true for kernel process by WHR · 2 years, 6 months ago
  19. ea40f6c Rename 2 settings variables by WHR · 2 years, 6 months ago
  20. 4439429 Fix missing include for memmove(3) and memset(3) by WHR · 2 years, 6 months ago
  21. dea679e Port to Interix by WHR · 2 years, 6 months ago