summaryrefslogtreecommitdiffstats
path: root/ipc/compat.c
Commit message (Expand)AuthorAgeFilesLines
* get rid of union semop in sys_semctl(2) argumentsAl Viro2013-03-051-5/+9
* get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPCAl Viro2013-03-031-92/+66
* merge compat sys_ipc instancesAl Viro2013-03-031-0/+44
* selftests: IPC message queue copy feature testStanislav Kinsbursky2013-01-041-1/+2
* ipc: message queue receive cleanupStanislav Kinsbursky2013-01-041-26/+19
* ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-301-1/+1
* ipc: compat: use signed size_t types for msgsnd and msgrcvWill Deacon2012-07-301-4/+4
* ipc: allow compat IPC version field parsing if !ARCH_WANT_OLD_COMPAT_IPCWill Deacon2012-07-301-1/+1
* ipc: add COMPAT_SHMLBA supportWill Deacon2012-07-301-2/+6
* [PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf2012-03-151-6/+64
* ipc: initialize structure memory to zero for compat functionsDan Rosenberg2010-10-271-0/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* fix logic error in ipc compat semctl()Alexander Graf2007-07-061-1/+1
* Cap shmmax at INT_MAX in compat shminfoGuy Streeter2007-05-081-0/+4
* [PATCH] Fix the size limit of compat space msgsizesuzuki2006-12-071-16/+7
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] sem2mutex: ipc, id.semIngo Molnar2006-03-261-1/+1
* [PATCH] compat: be more consistent about [ug]id_tStephen Rothwell2005-09-071-6/+6
* [PATCH] put_compat_shminfo() warning fixJesse Millan2005-07-071-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+687