summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sem_init.3
Commit message (Collapse)AuthorAgeFilesLines
* Back out previous; sharing semaphores between processes only workstjr2003-01-141-8/+16
| | | | in certain special cases.
* Sharing semaphores between processes works now, so remove the stale commentstjr2003-01-141-16/+8
| | | | | about it always returning EPERM. Document that ENFILE occurs when the limit on kernel semaphores is reached.
* Cross reference sem(4) so users know which kernel options are requiredtjr2003-01-141-1/+2
| | | | to use these semaphore functions.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+1
|
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.yar2001-08-091-6/+1
| | | | Reviewed by: ru
* Remove whitespace at EOL.dd2001-07-151-3/+3
|
* Use ``.St -p1003.1-96''.ru2001-02-261-3/+2
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-1/+3
|
* Change my email address in the copyright notices for the sake of consistencyjasone2000-07-181-1/+1
| | | | (jasone@canonware.com --> jasone@freebsd.org).
* Reshuffle the SEE ALSO section.jasone2000-07-171-3/+3
| | | | Prompted by: sheldonh
* Fix typo in SEE ALSO section.jasone2000-06-281-1/+1
|
* Introduce .Lb macro to libc_r manpages.phantom2000-04-221-0/+2
|
* Add man pages for the sem_*() functions.jasone2000-02-161-0/+100
Approved by: jkh
OpenPOWER on IntegriCloud