- 0fcf47e Add disk statistics mode for Linux-based and kFreeBSD-based platforms by WHR · 2 years, 5 months ago
- d20d1c5 Rename functions 'Platform_setCPUValues', 'Platform_setMemoryValues' and 'Platform_setSwapValues' to 'Platform_updateCPUValues', 'Platform_updateMemoryValues' and 'Platform_updateSwapValues' respectively, as the reason described in commit 9dea20e06847f930920406e6de539db32e2644e0 by WHR · 2 years, 6 months ago
- 0bc2865 Add non-empty 'Process_pidColumns' for unsupported platform code as an example by WHR · 2 years, 6 months ago
- 4a7cb82 Remove unnecessary declaration of 'Process_pidFormat' from */Platform.c by WHR · 2 years, 6 months ago
- e999908 Fix missing 'delete' member function for 'UnsupportedProcess' object by WHR · 2 years, 6 months ago
- 04cc76a Fix outdated HTOP_STATE_FIELD descriptions by WHR · 2 years, 6 months ago
- b789618 Add KernelStackTraceScreen to display kernel stack trace of a process by WHR · 2 years, 6 months ago
- 73563d6 Don't add the swap meter by default if no swap is configured by WHR · 2 years, 6 months ago
- 69b3046 Rename all constants in 'ProcessField' its extensions to avoid identifier pollution by WHR · 2 years, 6 months ago
- b3fb54b Optimize some platform-specific codes for reading process command line; implement getting 'argv0_length' on AIX by WHR · 2 years, 6 months ago
- 19e5ec1 Rename 'basenameOffset' member of 'Process' object to 'argv0_length' by WHR · 2 years, 6 months ago
- 6e5b5f4 Always reformat process start time on display by WHR · 2 years, 6 months ago
- b13807d Make several pointers to 'Hashtable' object read-only by WHR · 2 years, 6 months ago
- b347b25 Be consistent with name and head comment of source files by WHR · 2 years, 6 months ago
- 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, 6 months ago
- 7ad0553 Fix unsupported skeleton code uses removed field 'flags' of 'Process' object; add a dummy process on unsupported platforms by WHR · 2 years, 6 months ago
- 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, 6 months ago
- 49675a0 Add ArgScreen to list command line arguments of a process by WHR · 2 years, 6 months ago
- a511616 Use 6-character space for showing UID values by WHR · 2 years, 6 months ago
- 7b6872e Use signal name macros instead of hard coded numbers for 'Platform_signals' by WHR · 2 years, 7 months ago
- e8ee7eb Unify 'Platform_getUptime' implementation for BSD platforms by WHR · 2 years, 7 months ago
- 0a6db60 Try to enable backtrace(3) support for all platforms by WHR · 2 years, 7 months ago
- 4218e9e Make function Platform_getUptime fail on unsupported platform to properly fallback to using utmpx(5) by WHR · 2 years, 7 months ago
- 17af5d8 Change function Platform_getProcessEnv to accept a 'Process *' instead by WHR · 2 years, 7 months ago
- 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
- a6edd8c Support showing kernel processes in a different color by WHR · 2 years, 7 months ago
- da227f6 Refactor function Process_isThread into Process_isExtraThreadProcess, which will no longer returning true for kernel process by WHR · 2 years, 7 months ago
- c3a7860 Show both real and effective user (id) of processes by WHR · 2 years, 7 months ago
- 334a00e Set process name to '<unsupported>' in UnsupportedProcessList by WHR · 2 years, 7 months ago
- 7641825 Rewrite Platform_getProcessEnv to return a vector instead; implement Platform_getProcessEnv for FreeBSD by WHR · 2 years, 7 months ago
- f0722d7 Fix external variables didn't being marked as 'extern' in generated headers by WHR · 2 years, 7 months ago
- f68572e Add NAME column by WHR · 2 years, 7 months ago
- eed18dd Remove unused function from unsupported/ by Hisham Muhammad · 7 years ago
- 3f6d126 Issue #502 fix SID colunm header width by Kamyar Rasta · 8 years ago
- 84bc00a Issue #502 update Session ID column by Kamyar Rasta · 8 years ago
- 8af4d9f Interpret TTY_NR column on Linux, by Hisham · 8 years ago
- 1f3d85b Mark signal tables 'const' by Explorer09 · 8 years ago
- ae823c3 Make unsupported platform build again. by Hisham · 9 years ago
- ffcf48f Merge branch 'xalloc' by Hisham · 9 years ago
- b54d2dd Check for failure in allocations. by Hisham · 9 years ago
- 301c346 Update generated headers. by Hisham · 9 years ago
- b10e54c Merge remote-tracking branch 'upstream/master' into envscreen by Michael Klein · 9 years ago
- 7170382 Fix spelling of "maintainer" by Michael McConville · 9 years ago
- cc23d13 Add Platform_getProcessEnv by Michael Klein · 9 years ago
- e8970b6 fix calloc() calls by Christian Hesse · 9 years ago
- 9428010 Make column width calculation dynamic. by Hisham Muhammad · 9 years ago
- feb7a01 Make unsupported run by David Hunt · 9 years ago
- ddbb71d Add files to unsupported platform. by Hisham Muhammad · 10 years ago
- d2acffa Merge branch 'wip' of https://github.com/hishamhm/htop into freebsd by Hisham Muhammad · 10 years ago
- 5ca9b8e Work on fixing build of "unsupported" platform by Hisham Muhammad · 10 years ago
- d4c26a3 Merge branch 'master' into freebsd by Hisham Muhammad · 10 years ago
- 430c7c9 Move platform-dependent parts of Linux battery meter. by Hisham Muhammad · 10 years ago
- da0956d Merge branch 'master' into freebsd by Hisham Muhammad · 10 years ago
- b4f6b11 Move "get max pid" code into platform specific area. by Hisham Muhammad · 10 years ago
- 6d92d7f Load averages for FreeBSD! by Hisham Muhammad · 10 years ago
- 5290956 Isolate cross-platform code for load average. by Hisham Muhammad · 10 years ago
- ca03094 Make UptimeMeter cross-platform again. by Hisham Muhammad · 10 years ago
- 357e7a3 Move UptimeMeter into platform-dependent area. by Hisham Muhammad · 10 years ago
- cda6bdd Add ProcessList_delete to the variable interface. by Hisham Muhammad · 10 years ago
- 26422af Files moved and added for supporting separate platforms. by Hisham Muhammad · 10 years ago