index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
uipc_mqueue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Let kernel POSIX timer code and mqueue code to use integer as a resource
davidxu
2006-03-01
1
-12
/
+12
*
Abstract function mqfs_create_node() to create a mqueue node.
davidxu
2006-02-22
1
-67
/
+76
*
Replace selwakeuppri with selwakeup, let scheduler figure out
davidxu
2005-12-16
1
-4
/
+4
*
Stop fiddling thread priority with msleep, eliminating unnecessary
davidxu
2005-12-12
1
-2
/
+2
*
Comment out mqfs_create_link. Inline some small functions.
davidxu
2005-12-09
1
-4
/
+4
*
o Turn on MPSAFE flag for mqueuefs.
davidxu
2005-12-06
1
-4
/
+3
*
After reading some documents, I realized SIGEV_NONE != NULL, also
davidxu
2005-12-05
1
-6
/
+8
*
Handle SIGEV_NONE, if notification is SIGEV_NONE, error status and
davidxu
2005-12-05
1
-3
/
+4
*
1. Cleanup including.
davidxu
2005-12-02
1
-5
/
+4
*
1. Check if message priority is less than MQ_PRIO_MAX.
davidxu
2005-12-02
1
-3
/
+4
*
Last step to make mq_notify conform to POSIX standard, If the process
davidxu
2005-11-30
1
-106
/
+219
*
Fix a stupid compiler warining, remove a redundant line.
davidxu
2005-11-27
1
-1
/
+1
*
Change filesystem name from mqueue to mqueuefs for style consistent.
davidxu
2005-11-27
1
-2
/
+2
*
Bring in experimental kernel support for POSIX message queue.
davidxu
2005-11-26
1
-0
/
+2358