History log of /netbsd-src/lib/librt/sem_init.3 (Results 1 – 5 of 5)
Revision Date Author Comments
# 2252cc8c 21-Feb-2019 christos <christos@NetBSD.org>

Mention that ENOSPC can be returned if we exhausted the max number of
semaphores.


# 39c83c81 07-Jul-2012 joerg <joerg@NetBSD.org>

One more reference to unimplemented shared semaphores.


# cf1cc428 07-Jul-2012 joerg <joerg@NetBSD.org>

Shared semaphores have been supported since the initial version, so drop
obsolete restriction.


# 4acff4c0 08-Mar-2012 joerg <joerg@NetBSD.org>

Implement sem_timedwait.


# 37946878 24-Jan-2003 thorpej <thorpej@NetBSD.org>

Add librt, which provides POSIX 1003.1b Real-time extensions not
present in libc. Currently includes 1003.1b semaphores.