summaryrefslogtreecommitdiffstats
path: root/openbsd/OpenBSDProcessList.c
AgeCommit message (Expand)Author
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