summaryrefslogtreecommitdiff
path: root/ipc/compat.c
AgeCommit message (Collapse)Author
2004-07-12[PATCH] sparse: ipc compat annotations and cleanupsAlexander Viro
ipc compat code switched to compat_alloc_user_space() and annotated.
2004-05-28[PATCH] sparse: ipc __user annotationAlexander Viro
2004-03-15[PATCH] generic 32 bit emulation for System-V IPCAndrew Morton
From: Arnd Bergmann <arnd@arndb.de> Adds a generic implementation of 32 bit emulation for IPC system calls. The code is based on the existing implementations for sparc64, ia64, mips, s390, ppc and x86_64, which can subsequently be converted to use this.