History log of /openbsd-src/lib/libpthread/man/sem_init.3 (Results 1 – 8 of 8)
Revision Date Author Comments
# 512b5ded 11-Feb-2023 jmc <jmc@openbsd.org>

sprinkle some Xr; from josiah frentsos


# 3bcf74b6 06-Apr-2021 kn <kn@openbsd.org>

Shared semaphores are not supported

Shared semaphores were reverted with lib/librthread/rthread_sem.c r1.18
in 2013 but corresponding manual bits were not; revert sem_init.3 r1.6
(modulo the unrela

Shared semaphores are not supported

Shared semaphores were reverted with lib/librthread/rthread_sem.c r1.18
in 2013 but corresponding manual bits were not; revert sem_init.3 r1.6
(modulo the unrelated "named semaphores" hunk).

Reported by Rubén Llorente, thanks.
Prodding OK jmc

show more ...


# 772c37b9 20-Nov-2013 tedu <tedu@openbsd.org>

this implementation may now be capable of shared semaphores


# 86f9d4cd 05-Jun-2013 tedu <tedu@openbsd.org>

use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 9c42db49 14-Jul-2005 jmc <jmc@openbsd.org>

- make sure sem_ pages reference each other (idea from similar freebsd commit)

- where two functions are documented in the same page, make sure we don;t
reference them both in SEE ALSO. kind of anno

- make sure sem_ pages reference each other (idea from similar freebsd commit)

- where two functions are documented in the same page, make sure we don;t
reference them both in SEE ALSO. kind of annoying to call up a second man
page and find it's the same as the last one (even more annoying to not
realise two pages are the same till you've finished reading twice ;)...

show more ...


# a72c0c24 20-Feb-2002 fgsch <fgsch@openbsd.org>

fix includes and some cleanup.


# 2787694a 28-Jan-2002 fgsch <fgsch@openbsd.org>

sem_XXX(3) manpages; better now that never.
From FreeBSD.