aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/sem_init.3
Commit message (Collapse)AuthorAgeFilesLines
* Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphoresJohn Baldwin2014-10-241-2/+1
| | | | | | | were reimplemented using umtx in FreeBSD 9 and no longer use sem(4). Notes: svn path=/head/; revision=273601
* Update manuals of sem_open and sem_init.David Xu2010-01-121-2/+2
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=202133
* Update manual for sem_init and sem_open, restrictions of shared semaphoreDavid Xu2010-01-091-1/+11
| | | | | | | | | and 14 characters in name length no longer exist. Reviewed by: deischen@ Notes: svn path=/head/; revision=201884
* Remove BUGS section that no longer applies after recent changes to semaphoreEdward Tomasz Napierala2010-01-071-8/+1
| | | | | | | | | code. OK-ed by: davidxu Notes: svn path=/head/; revision=201750
* sem_init(3): document process shared semaphores and their restrictionsJilles Tjoelker2009-12-081-18/+9
| | | | Notes: svn path=/head/; revision=200274
* Cross-reference sem_getvalue(3) from several other semaphore-relatedRobert Watson2005-07-131-0/+1
| | | | | | | | | functions. MFC after: 3 days Notes: svn path=/head/; revision=147952
* Markup tidying.Ruslan Ermilov2004-07-021-2/+7
| | | | Notes: svn path=/head/; revision=131465
* - libc/sys/sem.c was repocopied to libc/gen/sem.c.Ruslan Ermilov2004-01-141-1/+1
| | | | | | | | | | - sem_*(3) manpages were repocopied from libc_r. Reviewed by: deischen Repocopy by: markm Notes: svn path=/head/; revision=124530
* The .Fn function. Use .Xr where appropriate.Philippe Charnier2003-03-241-8/+11
| | | | Notes: svn path=/head/; revision=112542
* Back out previous; sharing semaphores between processes only worksTim J. Robbins2003-01-141-8/+16
| | | | | | | in certain special cases. Notes: svn path=/head/; revision=109226
* Sharing semaphores between processes works now, so remove the stale commentsTim J. Robbins2003-01-141-16/+8
| | | | | | | | about it always returning EPERM. Document that ENFILE occurs when the limit on kernel semaphores is reached. Notes: svn path=/head/; revision=109222
* Cross reference sem(4) so users know which kernel options are requiredTim J. Robbins2003-01-141-1/+2
| | | | | | | to use these semaphore functions. Notes: svn path=/head/; revision=109220
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* Spell "FreeBSD" with "F" and "BSD" in uppercase.Ruslan Ermilov2001-08-131-1/+1
| | | | Notes: svn path=/head/; revision=81588
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.Yaroslav Tykhiy2001-08-091-6/+1
| | | | | | | Reviewed by: ru Notes: svn path=/head/; revision=81352
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
| | | | Notes: svn path=/head/; revision=79754
* Use ``.St -p1003.1-96''.Ruslan Ermilov2001-02-261-3/+2
| | | | Notes: svn path=/head/; revision=73093
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-221-1/+3
| | | | Notes: svn path=/head/; revision=69051
* Change my email address in the copyright notices for the sake of consistencyJason Evans2000-07-181-1/+1
| | | | | | | (jasone@canonware.com --> jasone@freebsd.org). Notes: svn path=/head/; revision=63364
* Reshuffle the SEE ALSO section.Jason Evans2000-07-171-3/+3
| | | | | | | Prompted by: sheldonh Notes: svn path=/head/; revision=63352
* Fix typo in SEE ALSO section.Jason Evans2000-06-281-1/+1
| | | | Notes: svn path=/head/; revision=62197
* Introduce .Lb macro to libc_r manpages.Alexey Zelkin2000-04-221-0/+2
| | | | Notes: svn path=/head/; revision=59501
* Add man pages for the sem_*() functions.Jason Evans2000-02-161-0/+100
Approved by: jkh Notes: svn path=/head/; revision=57260