summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_mqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Change msleep() and tsleep() to not alter the calling thread's priorityjhb2006-04-171-2/+2
* Let kernel POSIX timer code and mqueue code to use integer as a resourcedavidxu2006-03-011-12/+12
* Abstract function mqfs_create_node() to create a mqueue node.davidxu2006-02-221-67/+76
* Replace selwakeuppri with selwakeup, let scheduler figure outdavidxu2005-12-161-4/+4
* Stop fiddling thread priority with msleep, eliminating unnecessarydavidxu2005-12-121-2/+2
* 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