index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
sysv_sem.c
Age
Commit message (
Expand
)
Author
2002-12-30
Use PLOCK for tsleep priority instead of the (rather bogus) PZERO - 4.
Todd C. Miller
2002-12-30
If we can't allocate a struct sem_undo w/o sleeping, use PR_WAITOK
Todd C. Miller
2002-12-29
Fix a couple of cases where semutot was not getting decremented and
Todd C. Miller
2002-12-17
Add my copyright notice.
Todd C. Miller
2002-12-17
Replace printfs bracketed by #ifdef SEM_DEBUG with a DPRINTF macro.
Todd C. Miller
2002-12-17
Make SysV-style shared memory and semaphore limits sysctl'able.
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-09-13
Change nsops to u_int to match prototype as discussed with millert@.
Federico G. Schwindt
2001-09-13
In sys_semop(), change local nsops to size_t to avoid ending with a
Federico G. Schwindt
2001-08-12
Don't allocate globals in include files, use extern declarations.
Todd C. Miller
2001-05-16
Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it.
Todd C. Miller
2000-05-01
sys_semconfig goes foom
Theo de Raadt
1998-06-11
change ipc.h to use uid_t and friends, and then build compat system calls for...
Theo de Raadt
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt