cvs commit: src/sys/sys mqueue.h proc.h src/sys/kern
kern_descrip.c kern_thread.c uipc_mqueue.c
David Xu
davidxu at FreeBSD.org
Wed Nov 30 05:12:08 GMT 2005
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
More information about the cvs-src
mailing list