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_sem.c
Age
Commit message (
Expand
)
Author
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-10
Fix another bug pointed out by Daniel Boulet.
mycroft
1994-12-05
Make semlock_holder non-static.
mycroft
1994-12-05
Check for another error condition.
mycroft
1994-12-05
Fix thinko in previous commit.
mycroft
1994-12-05
Add a comment to make this a little clearer...
mycroft
1994-12-05
Merge changes from Daniel Boulet to avoid waiting for the semaphore lock in
mycroft
1994-12-05
Move the wait loop into a separate function.
mycroft
1994-12-05
Fix the locking mechanism that got broken with the new syscall interface.
mycroft
1994-12-04
Make this code a little more consistent with itself.
mycroft
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
Generalize ipcperm() a little.
mycroft
1994-05-25
sysv_shm.c from Adam.
hpeyerl
1994-02-13
Format police, the end.
mycroft
1994-02-13
Format police, second pass.
mycroft
1994-02-13
Format police, first pass.
mycroft
1993-12-18
Canonicalize all #includes.
mycroft
1993-11-15
kill bogus test
cgd
1993-11-14
Add the System V message queue and semaphore facilities. Implemented
cgd