aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_mqueue.c
Commit message (Expand)AuthorAgeFilesLines
...
* Change msleep() and tsleep() to not alter the calling thread's priorityJohn Baldwin2006-04-171-2/+2
* Let kernel POSIX timer code and mqueue code to use integer as a resourceDavid Xu2006-03-011-12/+12
* Abstract function mqfs_create_node() to create a mqueue node.David Xu2006-02-221-67/+76
* Replace selwakeuppri with selwakeup, let scheduler figure outDavid Xu2005-12-161-4/+4
* Stop fiddling thread priority with msleep, eliminating unnecessaryDavid Xu2005-12-121-2/+2
* Comment out mqfs_create_link. Inline some small functions.David Xu2005-12-091-4/+4
* o Turn on MPSAFE flag for mqueuefs.David Xu2005-12-061-4/+3
* After reading some documents, I realized SIGEV_NONE != NULL, alsoDavid Xu2005-12-051-6/+8
* Handle SIGEV_NONE, if notification is SIGEV_NONE, error status andDavid Xu2005-12-051-3/+4
* 1. Cleanup including.David Xu2005-12-021-5/+4
* 1. Check if message priority is less than MQ_PRIO_MAX.David Xu2005-12-021-3/+4
* Last step to make mq_notify conform to POSIX standard, If the processDavid Xu2005-11-301-106/+219
* Fix a stupid compiler warining, remove a redundant line.David Xu2005-11-271-1/+1
* Change filesystem name from mqueue to mqueuefs for style consistent.David Xu2005-11-271-2/+2
* Bring in experimental kernel support for POSIX message queue.David Xu2005-11-261-0/+2358