summaryrefslogtreecommitdiffstats
path: root/dragonflybsd
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-06-13 11:36:33 +0200
committerBenny Baumann <BenBE@geshi.org>2021-07-18 07:50:50 +0200
commitb148a4bed2e54678928b76a130e45eb3a930a06e (patch)
treefba5f95ad3a27ecbd11ac8c632a6a190266fdc5b /dragonflybsd
parent1fb0c720fed4e93f6cfd6cf709a7d7028c3f2836 (diff)
DragonFlyBSD: drop void TODO
Diffstat (limited to 'dragonflybsd')
-rw-r--r--dragonflybsd/DragonFlyBSDProcessList.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dragonflybsd/DragonFlyBSDProcessList.c b/dragonflybsd/DragonFlyBSDProcessList.c
index 2d3e08ba..b688275b 100644
--- a/dragonflybsd/DragonFlyBSDProcessList.c
+++ b/dragonflybsd/DragonFlyBSDProcessList.c
@@ -432,7 +432,6 @@ void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate) {
int count = 0;
- // TODO Kernel Threads seem to be skipped, need to figure out the correct flag
const struct kinfo_proc* kprocs = kvm_getprocs(dfpl->kd, KERN_PROC_ALL | (!hideUserlandThreads ? KERN_PROC_FLAG_LWP : 0), 0, &count);
for (int i = 0; i < count; i++) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy