summaryrefslogtreecommitdiffstats
path: root/openbsd/OpenBSDProcess.c
AgeCommit message (Expand)Author
2021-05-25OpenBSD: Implement CWD columnBenny Baumann
2021-05-23Add ELAPSED process columnChristian Göttsche
2021-05-23OpenBSD: add COMM column and use merged command line helpersChristian Göttsche
2021-05-23Move kernel/userland thread handling to platform-independent implementationBenny Baumann
2021-05-10platform-dependent files included relative to main source directorymayurdahibhate
2021-04-14Rework TTY columnChristian Göttsche
2021-01-21Sort out the mess around column sorting that had accumulated over timeDaniel Lange
2021-01-02Object: return int on comparisonChristian Göttsche
2020-12-19Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like...Christian Göttsche
2020-12-19Rework enum ProcessFieldChristian Göttsche
2020-12-19Split boilerplate and platform-independent field comparisonBenny Baumann
2020-12-19Invert Process_compare resolution so that superclass matches run firstHisham Muhammad
2020-12-08Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche
2020-12-06OpenBSD updateChristian Göttsche
2020-11-21Rename virtual memory column from M_SIZE to M_VIRTChristian Göttsche
2020-11-16Add process column for normalized CPU usageChristian Göttsche
2020-11-15Introduce spaceship comparison for ProcessesChristian Göttsche
2020-11-02Whitespace and indentation issuesBenny Baumann
2020-10-26Hold only a const version of Settings in ProcessChristian Göttsche
2020-10-26Mark process parameter of Process_writeField consistently constChristian Göttsche
2020-10-13Mark remaining classes constChristian Göttsche
2020-10-09Mark process argument of Process_isThread constChristian Göttsche
2020-10-06Enable -Wcast-qual compiler warningChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-03Axe automated header generation.Zev Weiss
2018-10-07Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking al...Daniel Lange
2016-10-01Interpret TTY_NR column on Linux,Hisham
2016-02-02Check for failure in allocations.Hisham
2015-09-19Change some tabs to three spacesMichael McConville
2015-09-18(Very) initial working OpenBSD portMichael McConville