aboutsummaryrefslogtreecommitdiff
path: root/ipc/sem.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-08IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Gravatar Pierre Peiffer 1-22/+5
2008-02-08IPC: make struct ipc_ids static in ipc_namespaceGravatar Pierre Peiffer 1-22/+4
2008-02-08IPC/semaphores: consolidate SEM_STAT and IPC_STAT commandsGravatar Pierre Peiffer 1-22/+16
2008-02-08namespaces: move the IPC namespace under IPC_NS optionGravatar Pavel Emelyanov 1-0/+3
2008-02-06IPC: fix error check in all new xxx_lock() and xxx_exit_ns() functionsGravatar Pierre Peiffer 1-3/+14
2007-10-19IPC: fix error case when idr-cache is empty in ipcget()Gravatar Pierre Peiffer 1-2/+2
2007-10-19IPC: cleanup some code and wrong comments about semundo list managmentGravatar Pierre Peiffer 1-40/+6
2007-10-19ipc: remove unneeded parametersGravatar Nadia Derbey 1-6/+4
2007-10-19fix idr_find() lockingGravatar Nadia Derbey 1-14/+30
2007-10-19ipc: fix wrong commentsGravatar Nadia Derbey 1-0/+14
2007-10-19Storing ipcs into IDRsGravatar Nadia Derbey 1-6/+17
2007-10-19ipc: integrate ipc_checkid() into ipc_lock()Gravatar Nadia Derbey 1-37/+33
2007-10-19ipc: unify the syscalls codeGravatar Nadia Derbey 1-47/+29
2007-10-19ipc: store ipcs into IDRsGravatar Nadia Derbey 1-46/+65
2007-10-19pid namespaces: changes to show virtual ids to userGravatar Pavel Emelyanov 1-4/+4
2007-07-17arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Gravatar Jeff Garzik 1-1/+1
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSGravatar Cedric Le Goater 1-3/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2006-12-07[PATCH] kernel core: replace kmalloc+memset with kzallocGravatar Burman Yan 1-2/+1
2006-11-03[PATCH] Fix ipc entries removalGravatar Pavel Emelianov 1-0/+1
2006-10-02[PATCH] ipc: replace kmalloc and memset in get_undo_list with kzallocGravatar Matt Helsley 1-4/+1
2006-10-02[PATCH] IPC namespace - semGravatar Kirill Korotaev 1-71/+130
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-20[PATCH] update of IPC audit record cleanupGravatar Linda Knippers 1-3/+5
2006-05-01[PATCH] Rework of IPC auditingGravatar Steve Grubb 1-1/+10
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 1-4/+2
2006-03-26[PATCH] sem2mutex: ipc, id.semGravatar Ingo Molnar 1-16/+18
2006-03-26BUG_ON() Conversion in ipc/sem.cGravatar Eric Sesterhenn 1-4/+2
2006-03-20[PATCH] Capture selinux subject/object context information.Gravatar Dustin Kirkland 1-3/+2
2006-01-15correct email address of Manfred SpraulGravatar Christian Kujau 1-1/+1
2006-01-11[PATCH] move capable() to capability.hGravatar Randy.Dunlap 1-0/+1
2005-12-24Fix silly typo ("smb" vs "smp")Gravatar Linus Torvalds 1-1/+1
2005-12-24[PATCH] add missing memory barriers to ipc/sem.cGravatar Manfred Spraul 1-0/+2
2005-09-07[PATCH] ipc: convert /proc/sysvipc/* to generic seq_file interfaceGravatar Mike Waychison 1-50/+23
2005-08-05[PATCH] Fix semundo lock leakageGravatar Ingo Molnar 1-7/+3
2005-06-23[PATCH] ipcsem: remove superflous decrease variable from sys_semtimedopGravatar Manfred Spraul 1-6/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1384