summaryrefslogtreecommitdiffstats
path: root/ipc/msg.c
Commit message (Expand)AuthorAgeFilesLines
* ipc: only output msgmni value at boot timeNadia Derbey2008-06-061-7/+6
* ipc: add definitions of USHORT_MAX and othersZhang, Yanmin2008-04-291-6/+6
* IPC: consolidate all xxxctl_down() functionsPierre Peiffer2008-04-291-43/+5
* IPC: introduce ipc_update_perm()Pierre Peiffer2008-04-291-4/+1
* IPC: get rid of the use *_setbuf structure.Pierre Peiffer2008-04-291-33/+18
* IPC/message queues: introduce msgctl_downPierre Peiffer2008-04-291-73/+89
* ipc: recompute msgmni on memory add / removeNadia Derbey2008-04-291-1/+1
* ipc: scale msgmni to the number of ipc namespacesNadia Derbey2008-04-291-3/+7
* ipc: scale msgmni to the amount of lowmemNadia Derbey2008-04-291-1/+36
* IPC: use ipc_buildid() directly from ipc_addid()Pierre Peiffer2008-04-291-2/+0
* IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Pierre Peiffer2008-02-081-23/+5
* IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer2008-02-081-22/+4
* namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov2008-02-081-0/+3
* IPC: fix error check in all new xxx_lock() and xxx_exit_ns() functionsPierre Peiffer2008-02-061-3/+14
* IPC: fix error case when idr-cache is empty in ipcget()Pierre Peiffer2007-10-191-2/+2
* virtualization of sysv msg queues is incompleteKirill Korotaev2007-10-191-11/+10
* ipc: remove unneeded parametersNadia Derbey2007-10-191-3/+2
* fix idr_find() lockingNadia Derbey2007-10-191-12/+29
* ipc: fix wrong commentsNadia Derbey2007-10-191-2/+12
* Storing ipcs into IDRsNadia Derbey2007-10-191-4/+10
* ipc: integrate ipc_checkid() into ipc_lock()Nadia Derbey2007-10-191-32/+30
* ipc: unify the syscalls codeNadia Derbey2007-10-191-44/+17
* ipc: store ipcs into IDRsNadia Derbey2007-10-191-45/+70
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-3/+3
* arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik2007-07-171-2/+2
* remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater2007-07-161-3/+1
* [PATCH] Fix the size limit of compat space msgsizesuzuki2006-12-071-11/+33
* Revert unintentional "volatile" changes in ipc/msg.cLinus Torvalds2006-11-041-1/+1
* [PATCH] Fix ipc entries removalPavel Emelianov2006-11-031-0/+1
* [PATCH] IPC namespace - msgKirill Korotaev2006-10-021-51/+106
* [PATCH] ipc/msg.c: clean up coding styleIngo Molnar2006-07-311-184/+205
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] update of IPC audit record cleanupLinda Knippers2006-06-201-4/+5
* [PATCH] Rework of IPC auditingSteve Grubb2006-05-011-1/+10
* [PATCH] sem2mutex: ipc, id.semIngo Molnar2006-03-261-8/+10
* Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2006-03-251-2/+3
|\
| * [PATCH] Capture selinux subject/object context information.Dustin Kirkland2006-03-201-2/+3
* | BUG_ON() Conversion in ipc/msg.cEric Sesterhenn2006-03-241-2/+1
|/
* correct email address of Manfred SpraulChristian Kujau2006-01-151-1/+1
* [PATCH] move capable() to capability.hRandy.Dunlap2006-01-111-0/+1
* [PATCH] ipc: convert /proc/sysvipc/* to generic seq_file interfaceMike Waychison2005-09-071-55/+27
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+862