aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/mqueue.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] IS_ERR() unlikeliness cleanupAndrew Morton1-1/+1
2004-06-17[PATCH] RLIM: adjust default mqueue sizesChris Wright1-3/+3
2004-06-17[PATCH] RLIM: enforce rlimits for POSIX mqueue allocationChris Wright1-5/+39
2004-06-17[PATCH] RLIM: add mq_attr_ok() helperChris Wright1-10/+23
2004-05-28[PATCH] sparse: ipc __user annotationAlexander Viro1-1/+1
2004-05-10[PATCH] simplify mqueue_inode_info->messages allocationAndrew Morton1-25/+14
2004-05-04[PATCH] fix queues_count accounting in mqueue_delete_inode()Chris Wright1-3/+5
2004-05-04[PATCH] fix memleak in sys_mq_timedsendChris Wright1-2/+2
2004-04-17[PATCH] mqueue permission fixAndrew Morton1-5/+1
2004-04-14[PATCH] mq_open() and close_on_execAndrew Morton1-0/+1
2004-04-14[PATCH] Fix mq_notify with SIGEV_NONE notificationAndrew Morton1-47/+46
2004-04-11[PATCH] posix message queues: send notifications via netlinkAndrew Morton1-147/+107
2004-04-11[PATCH] security bugfix for mqueueAndrew Morton1-6/+7
2004-04-11[PATCH] posix message queue updateAndrew Morton1-2/+4
2004-04-11[PATCH] posix message queues: made user mountableAndrew Morton1-12/+83
2004-04-11[PATCH] posix message queues: linux-specific poll extensionAndrew Morton1-3/+24
2004-04-11[PATCH] posix message queues: implementationAndrew Morton1-0/+1165