index
:
history
master
Linux kernel history
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
/
mqueue.c
Age
Commit message (
Expand
)
Author
Lines
2004-10-27
[PATCH] handle posix message queues with /proc/sys disabled
Manfred Spraul
-6
/
+3
2004-10-18
[PATCH] add missing linux/syscalls.h includes
Arnd Bergmann
-0
/
+1
2004-10-18
[PATCH] make rlimit settings per-process instead of per-thread
Roland McGrath
-1
/
+1
2004-08-22
[PATCH] IS_ERR() unlikeliness cleanup
Andrew Morton
-1
/
+1
2004-06-17
[PATCH] RLIM: adjust default mqueue sizes
Chris Wright
-3
/
+3
2004-06-17
[PATCH] RLIM: enforce rlimits for POSIX mqueue allocation
Chris Wright
-5
/
+39
2004-06-17
[PATCH] RLIM: add mq_attr_ok() helper
Chris Wright
-10
/
+23
2004-05-28
[PATCH] sparse: ipc __user annotation
Alexander Viro
-1
/
+1
2004-05-10
[PATCH] simplify mqueue_inode_info->messages allocation
Andrew Morton
-25
/
+14
2004-05-04
[PATCH] fix queues_count accounting in mqueue_delete_inode()
Chris Wright
-3
/
+5
2004-05-04
[PATCH] fix memleak in sys_mq_timedsend
Chris Wright
-2
/
+2
2004-04-17
[PATCH] mqueue permission fix
Andrew Morton
-5
/
+1
2004-04-14
[PATCH] mq_open() and close_on_exec
Andrew Morton
-0
/
+1
2004-04-14
[PATCH] Fix mq_notify with SIGEV_NONE notification
Andrew Morton
-47
/
+46
2004-04-11
[PATCH] posix message queues: send notifications via netlink
Andrew Morton
-147
/
+107
2004-04-11
[PATCH] security bugfix for mqueue
Andrew Morton
-6
/
+7
2004-04-11
[PATCH] posix message queue update
Andrew Morton
-2
/
+4
2004-04-11
[PATCH] posix message queues: made user mountable
Andrew Morton
-12
/
+83
2004-04-11
[PATCH] posix message queues: linux-specific poll extension
Andrew Morton
-3
/
+24
2004-04-11
[PATCH] posix message queues: implementation
Andrew Morton
-0
/
+1165