summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-07-15Align descriptive commentsBenny Baumann
2021-07-15Pointer indication aligned to typenameBenny Baumann
2021-07-15Indentation of string argumentsBenny Baumann
2021-07-15Whitespace around operatorsBenny Baumann
2021-07-15Code indentationBenny Baumann
2021-07-15Split statements that should go onto multiple linesBenny Baumann
2021-07-15netbsd: update README.md (#694)nia
2021-07-15Merge pull request #695 from smalinux/zfs-orgnizNathan Scott
2021-07-15PCP: cleanup: put ZFS in its rightful placeSohaib Mohamed
2021-07-14Fix whitespace oddity in previous DynamicMeter updatesNathan Scott
2021-07-14Improve the DynamicMeter_search API to make 'key' optionalNathan Scott
2021-07-14Additional pointer checks in dynamic meter code for CoverityNathan Scott
2021-07-14Ensure PCP dynamic metric configuration definition uniquenessNathan Scott
2021-07-14Ensure we do not attempt to add a DynamicMeter via theNathan Scott
2021-07-13Add SIGINT handlerBenny Baumann
2021-07-13netbsd: Support building with libcursesnia
2021-07-13netbsd: Fix display of in-use and cached memorynia
2021-07-13netbsd: Add dyanmicMeters stubs to fix the buildnia
2021-07-09Remove unnecessary include files from PCPDynamicMeter.cNathan Scott
2021-07-08Remove references to bintray in the README, no longer existsNathan Scott
2021-07-08Pretty-print values in the PCP DynamicMeter codeNathan Scott
2021-07-07Remove Linux-specific cpp conditional in SwapMeter.cNathan Scott
2021-07-07Add more defensive checks to PCP paths if sampling failsNathan Scott
2021-07-07PCP: use palette meter text colour for dynamic meter labelsSohaib Mohamed
2021-07-07Add a new DynamicMeter class for runtime Meter extensionNathan Scott
2021-07-07Fix an assert on kernel process name length on the PCP platformNathan Scott
2021-07-07Fix bitmask used to extract CPU identifier for CPUMeterNathan Scott
2021-07-06Check for alloc_size attribute in configure.acBenny Baumann
2021-07-05Merge branch 'solaris-define-fixes' of BenBE/htopDaniel Lange
2021-07-05Merge branch 'check-set-escdelay' of BenBE/htopDaniel Lange
2021-07-04Reduce visibility of GZONE and UZONEBenny Baumann
2021-07-04Remove unused define on SolarisBenny Baumann
2021-07-04Check for set_escdelay in ncursesBenny Baumann
2021-07-01Fix typo in Generic_gettime_realtime on old MacBenny Baumann
2021-06-30PCP: Fix minor cut+paste typoSohaib Mohamed
2021-06-26Always update `proc->st_uid` + `proc->user`BenBE
2021-06-26Redo the memory values based on the other BSD implementations.fraggerfox
2021-06-26Adds support for counting user and kernel threads.fraggerfox
2021-06-26Adds support for PROC_EXE and CWD.fraggerfox
2021-06-26Adds the ELAPSED column for NetBSD.fraggerfox
2021-06-26Fixes minor whitespace issues and re-arrange headers to conform to style guide.fraggerfox
2021-06-26Implements the NetBSD specific changes for makeCommandStr refactor.fraggerfox
2021-06-26Sets a non-NULL process state in case of kvm_getlwps(3) returns NULL. Thanks ...fraggerfox
2021-06-26Replaces WRAP_SUBTRACT with saturatingSub inline function to reduce code dupl...fraggerfox
2021-06-26Refactor saturatingSub() to be part of Macros.hfraggerfox
2021-06-26Renames variable from opl to npl for consistency.fraggerfox
2021-06-26Fix include paths and minor whitespace issuesfraggerfox
2021-06-26Replace strlcpy() by safer String_safeStrncpy()fraggerfox
2021-06-26Replace maximum_PID value with INT32_MAXfraggerfox
2021-06-26Update README for NetBSDfraggerfox