summaryrefslogtreecommitdiffstats
path: root/ipc/namespace.c
AgeCommit message (Expand)AuthorLines
2011-05-10ns proc: Add support for the ipc namespaceEric W. Biederman-0/+37
2011-03-25ipcns: fix use after free in free_ipc_ns()Xiaotian Feng-1/+1
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn-5/+8
2011-03-23userns: add a user namespace owner of ipc nsSerge E. Hallyn-2/+7
2009-06-18ipcns: make free_ipc_ns() staticAlexey Dobriyan-24/+24
2009-06-18ipcns: extract create_ipc_ns()Alexey Dobriyan-7/+2
2009-06-18ipcns: remove useless get/put while CLONE_NEWIPCAlexey Dobriyan-5/+1
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn-6/+35
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn-0/+2
2008-04-29ipc: recompute msgmni on ipc namespace creation/removalNadia Derbey-0/+12
2008-04-29ipc: recompute msgmni on memory add / removeNadia Derbey-0/+11
2008-04-29ipc: scale msgmni to the number of ipc namespacesNadia Derbey-0/+3
2008-02-08IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Pierre Peiffer-0/+30
2008-02-08IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer-21/+4
2008-02-08namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov-0/+73