linux/ipc
Heiko Carstens 6673e0c3fb [CVE-2009-0029] System call wrapper special cases
System calls with an unsigned long long argument can't be converted with
the standard wrappers since that would include a cast to long, which in
turn means that we would lose the upper 32 bit on 32 bit architectures.
Also semctl can't use the standard wrapper since it has a 'union'
parameter.

So we handle them as special case and add some extra wrappers instead.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
2009-01-14 14:15:18 +01:00
..
compat_mq.c
compat.c
ipc_sysctl.c ipc/ipc_sysctl.c: move the definition of ipc_auto_callback() 2009-01-06 15:59:29 -08:00
ipcns_notifier.c
Makefile
mqueue.c [CVE-2009-0029] Convert all system calls to return a long 2009-01-14 14:15:14 +01:00
msg.c
msgutil.c
namespace.c
sem.c [CVE-2009-0029] System call wrapper special cases 2009-01-14 14:15:18 +01:00
shm.c NOMMU: Make VMAs per MM as for MMU-mode linux 2009-01-08 12:04:47 +00:00
util.c
util.h