Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [ktrace-lwp] src/sys/netsmb
Module Name: src
Committed By: skrll
Date: Sun Oct 31 07:22:23 UTC 2004
Modified Files:
src/sys/netsmb [ktrace-lwp]: smb_conn.h smb_iod.c
Log Message:
Do the s/lwp/proc/ changes for NetBSD only.
Obtain the lwp from the process returned to us by kthread_create1 using
LIST_FIRST(&p->p_lwps).
Remove the iod->iod_l = curlwp assignment before the
KASSERT(iod->iod_l == curlwp)
To generate a diff of this commit:
cvs rdiff -r1.14.2.3 -r1.14.2.4 src/sys/netsmb/smb_conn.h
cvs rdiff -r1.21.2.4 -r1.21.2.5 src/sys/netsmb/smb_iod.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index