| Age | Commit message (Expand) | Author |
| 2011-05-28 | Fix typo in a comment. | alnsn |
| 2009-11-16 | Make sure to never leak padding space before copyout or copyin | joerg |
| 2009-04-23 | Add IPC_64 support for all semctl(2)/msgctl(2). Needed, at least on | njoly |
| 2009-02-18 | Add IPC_64 support for all shmctl(2) commands, not only for STAT/SET. | njoly |
| 2008-05-21 | Add IPC_64 support to msgctl, needed for amd64. | njoly |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Add IPC_64 support for semctl IPC_STAT/IPC_SET. | njoly |
| 2008-04-21 | Add LINUX_IPC_64 support for LINUX_IPC_SET in shmctl. Required, at | njoly |
| 2008-04-21 | Rename LINUX_SHMCTL_FORCEIPC64 define to LINUX_IPC_FORCE64. | njoly |
| 2008-04-16 | Remove an obsolete comment about SHM_LOCK/SHM_UNLOCK being no-op. | njoly |
| 2008-04-15 | Remove unneeded amd64 ifdef/endif. | njoly |
| 2008-01-28 | Make shmctl + {IPC,SHM}_STAT work an amd64, by forcing use of IPC_64. | njoly |
| 2008-01-28 | shmctl fixes. | njoly |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-06-17 | Do the sysv ipc calls without the stackgap. | dsl |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-09-13 | Jumbo COMPAT_LINUX/COMPAT_LINUX32 bugfix, with the help of Nicolas Joly | manu |
| 2006-08-24 | The return value for Linux shmat on amd64 does not suffer the same horrible | manu |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-02-09 | make linux emulation compile on i386 again. | dogcow |
| 2006-02-09 | Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so | manu |
| 2005-11-10 | More ipc support for linux; makes oracle work. From chuq and | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-09-28 | add flag for shmget(2) to specify that later shmat(2) for the shared memory | jdolecek |
| 2004-09-28 | fold shmat1() back into sys_shmat(), the change in rev 1.64 is not sufficient | jdolecek |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-04-03 | Use shmat1(), and tell it to find removed segments. | fvdl |
| 2002-03-16 | make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * | christos |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-05-30 | use _KERNEL_OPT. | mrg |
| 2000-12-01 | make LKM safe | jdolecek |
| 1999-08-25 | Update for new msgctl()/semctl()/shmctl() calls. | thorpej |
| 1999-05-27 | Add support for SETALL and GETALL to the Linux emulation of semctl() | tron |
| 1999-01-03 | Undo previous: Put back opt_sysv.h | erh |
| 1999-01-03 | Moved opt include to header file. | erh |
| 1998-10-19 | Defopt SYSVMSG, SYSVSEM and SYSVSHM. | tron |
| 1998-10-04 | Assign my copyright to TNF. Merge with others were appropriate. | fvdl |
| 1998-10-03 | Attempt to fix the mess. | christos |
| 1998-10-01 | Split compat/linux/linux_ipc.c into common and multi-architechture parts. Th... | erh |
| 1998-01-22 | Clean this up a bit. | mycroft |
| 1997-05-08 | Fixed copyin() argument botch in shmctl() IPC_STAT handling. | kleink |
| 1996-11-15 | Avoid compiler warnings when none of the SYSV* options is defined. | fvdl |
| 1996-04-05 | Prototyping changes. | christos |
| 1995-10-08 | Avoid unnecessary copyin() of shmid_ds struct for shmctl(IPC_RMID) | fvdl |
| 1995-10-07 | Prefix names of system call implementation functions with `sys_'. | mycroft |
| 1995-09-19 | Make system calls conform to a standard prototype and bring those | thorpej |
| 1995-08-15 | Implement the rest of the sysv ipc calls ({sem,msg}*()) | fvdl |