summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sem_wait.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: remove superfluous paragraph macro.joel2013-04-161-1/+0
|
* - Document that sem_wait() can fail with EINTR if it is interrupted by ajhb2013-04-161-1/+9
| | | | | | | | signal. - Fix the old ksem implementation for POSIX semaphores to not restart sem_wait() or sem_timedwait() if interrupted by a signal. MFC after: 1 week
* Add missing section number.ru2008-03-131-1/+1
|
* In file sem_timewait.3, remove reference to SYSV semphore in SEE ALSOdavidxu2008-03-131-0/+1
| | | | section, sync it with sem_wait.3.
* Cross-reference sem_getvalue(3) from several other semaphore-relatedrwatson2005-07-131-0/+1
| | | | | | functions. MFC after: 3 days
* Markup tidying.ru2004-07-021-1/+5
|
* - libc/sys/sem.c was repocopied to libc/gen/sem.c.ru2004-01-141-1/+1
| | | | | | | - sem_*(3) manpages were repocopied from libc_r. Reviewed by: deischen Repocopy by: markm
* The .Fn function. Use .Xr where appropriate.charnier2003-03-241-2/+4
|
* 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
|
* Use ``.Rv -std'' wherever possible.ru2001-08-311-8/+1
| | | | Submitted by: yar
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-4/+4
|
* Use ``.St -p1003.1-96''.ru2001-02-261-3/+2
|
* Change my email address in the copyright notices for the sake of consistencyjasone2000-07-181-1/+1
| | | | (jasone@canonware.com --> jasone@freebsd.org).
* Introduce .Lb macro to libc_r manpages.phantom2000-04-221-0/+2
|
* Add man pages for the sem_*() functions.jasone2000-02-161-0/+92
Approved by: jkh
OpenPOWER on IntegriCloud