summaryrefslogtreecommitdiffstats
path: root/openbsd/OpenBSDProcessList.c
AgeCommit message (Expand)Author
2021-01-07Drop usage of formatted error messages from <err.h>Christian Göttsche
2020-12-10Cull the definitions of pageSize and pageSizeKB from CRT.cNathan Scott
2020-12-06OpenBSD updateChristian Göttsche
2020-11-27Drop unused global ProcessList memory fieldsNathan Scott
2020-11-22Reduce scope of local variablesBenny Baumann
2020-11-21Rename virtual memory column from M_SIZE to M_VIRTChristian Göttsche
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-10-28Unify function argument namesChristian Göttsche
2020-10-26Hold only a const version of Settings in ProcessListChristian Göttsche
2020-10-26Hold only a const version of Settings in ProcessChristian Göttsche
2020-10-20Merge branch 'header_pause' of cgzones/htopDaniel Lange
2020-10-19Continue to update generic data in paused modeChristian Göttsche
2020-10-19Cache PAGE_SIZEChristian Göttsche
2020-10-16Refactor generating starttime string into Process classChristian Göttsche
2020-10-08Some more locations for ARRAYSIZEBenny Baumann
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-14fix building on openbsd due to remaining WhiteListStephen Gregoratto
2020-09-09Switch variable/field naming from WhiteList to MatchListNathan Scott
2020-09-09Consolidate repeated macro definitions into one headerNathan Scott
2020-09-03Axe automated header generation.Zev Weiss
2020-08-21Remove trailing whitespacesChristian Göttsche
2018-12-16Fix CPU usage on OpenBSDAntoine Motet
2018-08-19OpenBSD: make the STARTTIME column display correctly (#815)multiplexd
2016-03-07Merge branch 'openbsd-mem-used' of https://github.com/juanfra684/htop into ju...Hisham Muhammad
2016-03-05A few more OpenBSD fixesMichael McConville
2016-03-05Misc. OpenBSD tuneup and improvementMichael McConville
2016-02-14Add support for cachedMem and fix usedMem on OpenBSD.Juan Francisco Cantero Hurtado
2016-02-02Check for failure in allocations.Hisham
2016-01-15Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses.Explorer09
2016-01-04Rename variable for consistencyMichael McConville
2016-01-03Plug mem leak, improve CPU enumeration logicMichael McConville
2016-01-02Fall back to sysctl's command name, and a bugfixMichael McConville
2016-01-02Use dynamically allocated memory for process namesMichael McConville
2016-01-02Check for allocation failureMichael McConville
2016-01-02Use err() rather then errx() for sysctl()Michael McConville
2016-01-02OpenBSD fixes and updatesMichael McConville
2015-11-01Replace all err.h function uses with CRT_fatalError(). Failing withMichael McConville
2015-10-13Remove some trailing whitespaceMichael McConville
2015-09-19Fix enumeratoin of on-CPU processes in OpenBSDMichael McConville
2015-09-19Replace some remaining tabsMichael McConville
2015-09-19Change some tabs to three spacesMichael McConville
2015-09-18(Very) initial working OpenBSD portMichael McConville