FreeBSD Bugzilla – Attachment 18421 Details for
Bug 33124
kthread_create doesnt mark kthreads as kthreads.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 484 bytes, created by
debolaz
on 2001-12-23 21:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
debolaz
Created:
2001-12-23 21:40:00 UTC
Size:
484 bytes
patch
obsolete
>diff --recursive --show-c-function --unified src.old/sys/kern/kern_kthread.c src/sys/kern/kern_kthread.c >--- src.old/sys/kern/kern_kthread.c Fri Jun 15 11:37:55 2001 >+++ src/sys/kern/kern_kthread.c Sun Dec 23 21:12:51 2001 >@@ -83,7 +83,7 @@ kthread_create(void (*func)(void *), voi > *newpp = p2; > > /* this is a non-swapped system process */ >- p2->p_flag |= P_INMEM | P_SYSTEM; >+ p2->p_flag |= P_INMEM | P_SYSTEM | P_KTHREADP; > p2->p_procsig->ps_flag |= PS_NOCLDWAIT; > PHOLD(p2);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 33124
: 18421