summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd32/netbsd32_sem.c
AgeCommit message (Expand)Author
2019-02-03Implement support for "pshared" POSIX semaphores.thorpej
2014-09-19#include <sys/condvar.h>matt
2012-03-10P1003_1B_SEMAPHORE is no longer optional.joerg
2012-03-08Implement sem_timedwait.joerg
2008-11-14Replace semid_t with intptr_t. No function change. This is a libc/kernelad
2008-04-29Convert to new 2 clause licensemartin
2007-12-20Convert all the system call entry points from:dsl
2007-09-10Remove 3rd clause and my name from all the licences which were only in mycube
2007-03-18Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx).dsl
2007-03-16remove all the double (and triple) casts used to convert 32bit userspacedsl
2007-02-09Merge newlock2 to head.ad
2006-03-05Implement the ksem_* family of syscalls.cube