| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphores | John Baldwin | 2014-10-24 | 1 | -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 Xu | 2010-01-12 | 1 | -2/+2 |
| | | | | | | | | Submitted by: ru Notes: svn path=/head/; revision=202133 | ||||
| * | Update manual for sem_init and sem_open, restrictions of shared semaphore | David Xu | 2010-01-09 | 1 | -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 semaphore | Edward Tomasz Napierala | 2010-01-07 | 1 | -8/+1 |
| | | | | | | | | | | code. OK-ed by: davidxu Notes: svn path=/head/; revision=201750 | ||||
| * | sem_init(3): document process shared semaphores and their restrictions | Jilles Tjoelker | 2009-12-08 | 1 | -18/+9 |
| | | | | | Notes: svn path=/head/; revision=200274 | ||||
| * | Cross-reference sem_getvalue(3) from several other semaphore-related | Robert Watson | 2005-07-13 | 1 | -0/+1 |
| | | | | | | | | | | functions. MFC after: 3 days Notes: svn path=/head/; revision=147952 | ||||
| * | Markup tidying. | Ruslan Ermilov | 2004-07-02 | 1 | -2/+7 |
| | | | | | Notes: svn path=/head/; revision=131465 | ||||
| * | - libc/sys/sem.c was repocopied to libc/gen/sem.c. | Ruslan Ermilov | 2004-01-14 | 1 | -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 Charnier | 2003-03-24 | 1 | -8/+11 |
| | | | | | Notes: svn path=/head/; revision=112542 | ||||
| * | Back out previous; sharing semaphores between processes only works | Tim J. Robbins | 2003-01-14 | 1 | -8/+16 |
| | | | | | | | | in certain special cases. Notes: svn path=/head/; revision=109226 | ||||
| * | Sharing semaphores between processes works now, so remove the stale comments | Tim J. Robbins | 2003-01-14 | 1 | -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 required | Tim J. Robbins | 2003-01-14 | 1 | -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 Ermilov | 2001-10-01 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=84306 | ||||
| * | Spell "FreeBSD" with "F" and "BSD" in uppercase. | Ruslan Ermilov | 2001-08-13 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=81588 | ||||
| * | Use the ``.Rv -std'' mdoc(7) macro in appropriate cases. | Yaroslav Tykhiy | 2001-08-09 | 1 | -6/+1 |
| | | | | | | | | Reviewed by: ru Notes: svn path=/head/; revision=81352 | ||||
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -3/+3 |
| | | | | | Notes: svn path=/head/; revision=79754 | ||||
| * | Use ``.St -p1003.1-96''. | Ruslan Ermilov | 2001-02-26 | 1 | -3/+2 |
| | | | | | Notes: svn path=/head/; revision=73093 | ||||
| * | mdoc(7) police: Er macro usage cleanup. | Ruslan Ermilov | 2000-11-22 | 1 | -1/+3 |
| | | | | | Notes: svn path=/head/; revision=69051 | ||||
| * | Change my email address in the copyright notices for the sake of consistency | Jason Evans | 2000-07-18 | 1 | -1/+1 |
| | | | | | | | | (jasone@canonware.com --> jasone@freebsd.org). Notes: svn path=/head/; revision=63364 | ||||
| * | Reshuffle the SEE ALSO section. | Jason Evans | 2000-07-17 | 1 | -3/+3 |
| | | | | | | | | Prompted by: sheldonh Notes: svn path=/head/; revision=63352 | ||||
| * | Fix typo in SEE ALSO section. | Jason Evans | 2000-06-28 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=62197 | ||||
| * | Introduce .Lb macro to libc_r manpages. | Alexey Zelkin | 2000-04-22 | 1 | -0/+2 |
| | | | | | Notes: svn path=/head/; revision=59501 | ||||
| * | Add man pages for the sem_*() functions. | Jason Evans | 2000-02-16 | 1 | -0/+100 |
| Approved by: jkh Notes: svn path=/head/; revision=57260 | |||||
