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
/
kern
/
sysv_msg.c
Age
Commit message (
Expand
)
Author
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-03-05
Make the debugging printfs compile:
nathanw
2001-11-12
add RCSIDs
lukem
2000-07-22
Delete a couple of <uvm/uvm_extern.h> includes that were for
simonb
2000-06-27
remove include of <vm/vm.h>
mrg
2000-06-02
White space nit in previous.
simonb
2000-06-02
Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO",
simonb
2000-04-12
Remove bogus "#ifdef EIDRM" checks and warnings that BSD doesn't define
simonb
2000-03-30
Get rid of register declarations.
augustss
1999-08-25
Overhaul of the SVID IPC facilities, primarily to use the types specified
thorpej
1999-04-21
properly test the msgsz as "msgsz - len". from PR#7386
mrg
1998-10-21
No need to get definition of "SYSV..." from "opt_sysv.h" because they
tron
1998-10-19
Defopt SYSVMSG, SYSVSEM and SYSVSHM.
tron
1998-05-07
Various SysV IPC prototype changes.
kleink
1996-10-13
backout previous kprintf change
christos
1996-10-10
- Use debugging printf - macros instead if #ifdef #endif everywhere
christos
1996-02-09
More proto fixes
christos
1996-02-04
First pass at prototyping
christos
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-06-24
Extracted all of the compat_xxx routines, and created a library [libcompat]
christos
1995-06-05
We need some compat_10 routines if COMPAT_SUNOS is on (PR #1008).
pk
1995-03-19
Use %p.
mycroft
1994-12-05
Minor style cleanup.
mycroft
1994-10-23
fix for numerous cut & paste errors in the last changes, from Christos.
cgd
1994-10-20
update for new syscall args description mechanism
cgd
1994-06-29
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
cgd
1994-05-25
Fix typo.
mycroft
1994-05-25
Generalize ipcperm() a little.
mycroft
1994-05-25
sysv_shm.c from Adam.
hpeyerl
1994-02-15
Some more cleanup.
mycroft
1994-02-13
Fix typo.
mycroft
1994-02-13
Format police.
mycroft
1993-12-18
Canonicalize all #includes.
mycroft
1993-11-14
Add the System V message queue and semaphore facilities. Implemented
cgd