]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Last step to make mq_notify conform to POSIX standard, If the process
authordavidxu <davidxu@FreeBSD.org>
Wed, 30 Nov 2005 05:12:03 +0000 (05:12 +0000)
committerdavidxu <davidxu@FreeBSD.org>
Wed, 30 Nov 2005 05:12:03 +0000 (05:12 +0000)
commit5d50adf57dd3eb3f8996480fa4dd26e4756e268e
treedd58fac4b1e67b3b84318bcdf4611733ffd150f0
parent06d803185574a0ba37434b1e98b322e54cc32a4e
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.
sys/kern/kern_descrip.c
sys/kern/kern_thread.c
sys/kern/uipc_mqueue.c
sys/sys/mqueue.h
sys/sys/proc.h