index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
compat
/
linux
/
common
/
linux_ipccall.c
Age
Commit message (
Expand
)
Author
2013-12-27
Rename ipcall/socketcall specific defines to avoid conflict with
njoly
2009-08-18
remove some "inline" from functions which are defined in a .c file
drochner
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
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-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
2005-12-11
merge ktrace-lwp.
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
2003-01-18
Merge the nathanw_sa branch.
thorpej
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
1999-01-10
Revert last changes:
tron
1999-01-03
Moved sysv opt include to header file.
erh
1998-11-22
include missing SYSV option header - PR kern/6479 by Urban Boquist
drochner
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
1995-08-14
Rearrange #includes.
mycroft
1995-06-24
Use compat_util.[ch].
christos
1995-06-22
* Changed to use generic ELF code from kern/exec_elf.c (which was taken
fvdl
1995-03-08
Add missing structure conversion for IPC_RMID.
fvdl
1995-02-28
Added Linux compat code.
fvdl