Date: Wed, 30 Nov 2005 05:12:04 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mqueue.h proc.h src/sys/kern kern_descrip.c kern_thread.c uipc_mqueue.c Message-ID: <200511300512.jAU5C4UE093772@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2005-11-30 05:12:03 UTC FreeBSD src repository Modified files: sys/sys mqueue.h proc.h sys/kern kern_descrip.c kern_thread.c uipc_mqueue.c Log: Last step to make mq_notify conform to POSIX standard, If the process has successfully attached a notification request to the message queue via a queue descriptor, file closing should remove the attachment. Revision Changes Path 1.289 +10 -1 src/sys/kern/kern_descrip.c 1.223 +1 -0 src/sys/kern/kern_thread.c 1.4 +219 -106 src/sys/kern/uipc_mqueue.c 1.2 +5 -0 src/sys/sys/mqueue.h 1.444 +2 -0 src/sys/sys/proc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511300512.jAU5C4UE093772>