summaryrefslogtreecommitdiffstats
path: root/sys/modules/sem
Commit message (Collapse)AuthorAgeFilesLines
* Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.alfred2002-09-191-0/+8
Option 'P1003_1B_SEMAPHORES' to compile them in, or load the "sem" module to activate them. Have kern/makesyscalls.sh emit an include for sys/_semaphore.h into sysproto.h to pull in the typedef for semid_t. Add the syscalls to the syscall table as module stubs.
OpenPOWER on IntegriCloud