By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2110
Collapse All | Expand All

(-)ksysguard/ksysguardd/OpenBSD/memory.h.orig (+4 lines)
Lines 35-40 void printActive(const char* cmd); Link Here
35
void printActiveInfo(const char* cmd);
35
void printActiveInfo(const char* cmd);
36
void printInActive(const char* cmd);
36
void printInActive(const char* cmd);
37
void printInActiveInfo(const char* cmd);
37
void printInActiveInfo(const char* cmd);
38
void printUsed(const char* cmd);
39
void printUsedInfo(const char* cmd);
40
void printApplication(const char* cmd);
41
void printApplicationInfo(const char* cmd);
38
void printSwapUsed(const char* cmd);
42
void printSwapUsed(const char* cmd);
39
void printSwapUsedInfo(const char* cmd);
43
void printSwapUsedInfo(const char* cmd);
40
void printSwapFree(const char* cmd);
44
void printSwapFree(const char* cmd);

Return to bug 2110