Date: Fri, 17 Nov 2006 14:52:38 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/procfs procfs_ioctl.c Message-ID: <200611171452.kAHEqchQ052469@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2006-11-17 14:52:38 UTC FreeBSD src repository Modified files: sys/fs/procfs procfs_ioctl.c Log: Wake up PIOCWAIT handler on the process exit in addition to the stop events. &p->p_stype is explicitely woken up on process exit for us. Now, truss /nonexistent exits with error instead of waiting until killed by signal. Reported by: Nikos Vassiliadis nvass at teledomenet gr Reviewed by: jhb MFC after: 1 week Revision Changes Path 1.15 +2 -2 src/sys/fs/procfs/procfs_ioctl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611171452.kAHEqchQ052469>