summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_ipc.c
AgeCommit message (Expand)Author
2002-03-16make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc *christos
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-05-30use _KERNEL_OPT.mrg
2000-12-01make LKM safejdolecek
1999-08-25Update for new msgctl()/semctl()/shmctl() calls.thorpej
1999-05-27Add support for SETALL and GETALL to the Linux emulation of semctl()tron
1999-01-03Undo previous: Put back opt_sysv.herh
1999-01-03Moved opt include to header file.erh
1998-10-19Defopt SYSVMSG, SYSVSEM and SYSVSHM.tron
1998-10-04Assign my copyright to TNF. Merge with others were appropriate.fvdl
1998-10-03Attempt to fix the mess.christos
1998-10-01Split compat/linux/linux_ipc.c into common and multi-architechture parts. Th...erh
1998-01-22Clean this up a bit.mycroft
1997-05-08Fixed copyin() argument botch in shmctl() IPC_STAT handling.kleink
1996-11-15Avoid compiler warnings when none of the SYSV* options is defined.fvdl
1996-04-05Prototyping changes.christos
1995-10-08Avoid unnecessary copyin() of shmid_ds struct for shmctl(IPC_RMID)fvdl
1995-10-07Prefix names of system call implementation functions with `sys_'.mycroft
1995-09-19Make system calls conform to a standard prototype and bring thosethorpej
1995-08-15Implement the rest of the sysv ipc calls ({sem,msg}*())fvdl
1995-08-14Rearrange #includes.mycroft
1995-06-24Use compat_util.[ch].christos
1995-06-22* Changed to use generic ELF code from kern/exec_elf.c (which was takenfvdl
1995-03-08Add missing structure conversion for IPC_RMID.fvdl
1995-02-28Added Linux compat code.fvdl