summaryrefslogtreecommitdiffstats
path: root/openbsd
AgeCommit message (Expand)Author
2020-10-16Add NetworkIOMeterChristian Göttsche
2020-10-16Refactor generating starttime string into Process classChristian Göttsche
2020-10-13Mark remaining classes constChristian Göttsche
2020-10-12Centralise fault handlingBenny Baumann
2020-10-09Mark process argument of Process_isThread constChristian Göttsche
2020-10-08Some more locations for ARRAYSIZEBenny Baumann
2020-10-07Mark Object instances constChristian Göttsche
2020-10-07Mark Object classes and Object class fields constChristian Göttsche
2020-10-06Enable -Wcast-qual compiler warningChristian Göttsche
2020-10-06Merge branch 'update-license-and-copyright-info'Nathan Scott
2020-10-05Add a date and datetime meter (#159)Michael F. Schönitzer
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-10-03Add DiskIOMeter for IO read/write usageChristian Göttsche
2020-09-28CPUMeter: add octuple-column CPU meters.multi
2020-09-28Add missing 4-column CPU meters to non-Linux platforms.multi
2020-09-25Add -Wmissing-prototypes compiler warningChristian Göttsche
2020-09-24Update CPU freq display to use NAN on errorBenny Baumann
2020-09-24Update battery API to use NAN on errorBenny Baumann
2020-09-18Mark noreturn functionsChristian Göttsche
2020-09-18Use strict function prototypesChristian Göttsche
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-08Further, minor cleanups to headers post-MakeHeadersNathan Scott
2020-09-03Axe automated header generation.Zev Weiss
2020-08-21Remove trailing whitespacesChristian Göttsche
2020-08-20Merge branch 'hishamhm-pull-932'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-868'Nathan Scott
2020-08-19Merge branch 'hishamhm-pull-818'Nathan Scott
2020-08-19Merge branch 'hishamhm-pull-817'Nathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
2019-08-10Show N/A on unsupported platforms instead of 0KHzArnavion
2018-12-16Remove a few unnecessary #includesAntoine Motet
2018-12-16Fix CPU usage on OpenBSDAntoine Motet
2018-10-07Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking al...Daniel Lange
2018-08-19OpenBSD: make the STARTTIME column display correctly (#815)multiplexd
2018-08-19OpenBSD: add environment reading support (#819)multiplexd
2018-07-26remove wrongfixkremlin
2018-07-17Update OpenBSD maximum PIDmultiplexd
2018-07-17Fix zero-index array bounds issueIan Sutton
2018-07-17Fix CPU metersIan Sutton
2018-03-26OpenBSD: read Battery datanerd972
2016-10-01Interpret TTY_NR column on Linux,Hisham
2016-08-30Mark signal tables 'const'Explorer09
2016-04-29Remove needless allocation error conditionsMichael McConville
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