summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_ipccall.c
AgeCommit message (Expand)Author
2013-12-27Rename ipcall/socketcall specific defines to avoid conflict withnjoly
2009-08-18remove some "inline" from functions which are defined in a .c filedrochner
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2004-09-28add flag for shmget(2) to specify that later shmat(2) for the shared memoryjdolecek
2003-01-18Merge the nathanw_sa branch.thorpej
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
1999-01-10Revert last changes:tron
1999-01-03Moved sysv opt include to header file.erh
1998-11-22include missing SYSV option header - PR kern/6479 by Urban Boquistdrochner
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