summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_mqueue.c
Commit message (Expand)AuthorAgeFilesLines
...
* Comment out mqfs_create_link. Inline some small functions.davidxu2005-12-091-4/+4
* o Turn on MPSAFE flag for mqueuefs.davidxu2005-12-061-4/+3
* After reading some documents, I realized SIGEV_NONE != NULL, alsodavidxu2005-12-051-6/+8
* Handle SIGEV_NONE, if notification is SIGEV_NONE, error status anddavidxu2005-12-051-3/+4
* 1. Cleanup including.davidxu2005-12-021-5/+4
* 1. Check if message priority is less than MQ_PRIO_MAX.davidxu2005-12-021-3/+4
* Last step to make mq_notify conform to POSIX standard, If the processdavidxu2005-11-301-106/+219
* Fix a stupid compiler warining, remove a redundant line.davidxu2005-11-271-1/+1
* Change filesystem name from mqueue to mqueuefs for style consistent.davidxu2005-11-271-2/+2
* Bring in experimental kernel support for POSIX message queue.davidxu2005-11-261-0/+2358
OpenPOWER on IntegriCloud