Date: Sat, 5 Jan 2002 09:18:59 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c Message-ID: <200201051718.g05HIxW95361@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/01/05 09:18:59 PST
Modified files:
sys/kern kern_proc.c
Log:
Fix a bug where the mutex name wasn't always displayed for processes in
SMTX in utils such as ps and top. The KI_CTTY flag was assigned to
kinfo_proc->ki_kiflag rather than or'd into the flag, thus clobbering
any flags set earlier, including KI_MTXBLOCK.
Prodding by: peter
Revision Changes Path
1.105 +1 -1 src/sys/kern/kern_proc.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201051718.g05HIxW95361>
