Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r277862: sem_post(): Fix and document semaphore value overflow error. | jilles | 2015-02-08 | 1 | -1/+4 |
| | | | | | | | | The error code is per Austin Group issue #315. I provided different wording for the manual page change. Submitted by: pluknet | ||||
* | Cross-reference sem_getvalue(3) from several other semaphore-related | rwatson | 2005-07-13 | 1 | -0/+1 |
| | | | | | | functions. MFC after: 3 days | ||||
* | Markup tidying. | ru | 2004-07-02 | 1 | -0/+3 |
| | |||||
* | - libc/sys/sem.c was repocopied to libc/gen/sem.c. | ru | 2004-01-14 | 1 | -1/+1 |
| | | | | | | | - sem_*(3) manpages were repocopied from libc_r. Reviewed by: deischen Repocopy by: markm | ||||
* | The .Fn function | charnier | 2003-06-08 | 1 | -3/+6 |
| | |||||
* | Cross reference sem(4) so users know which kernel options are required | tjr | 2003-01-14 | 1 | -1/+2 |
| | | | | to use these semaphore functions. | ||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | Spell "FreeBSD" with "F" and "BSD" in uppercase. | ru | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | Use the ``.Rv -std'' mdoc(7) macro in appropriate cases. | yar | 2001-08-09 | 1 | -6/+1 |
| | | | | Reviewed by: ru | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -3/+3 |
| | |||||
* | Use ``.St -p1003.1-96''. | ru | 2001-02-26 | 1 | -3/+2 |
| | |||||
* | Make sem_post() safe to call from within a signal handler, as required by | jasone | 2000-08-01 | 1 | -0/+3 |
| | | | | POSIX/SUSv2. | ||||
* | Change my email address in the copyright notices for the sake of consistency | jasone | 2000-07-18 | 1 | -1/+1 |
| | | | | (jasone@canonware.com --> jasone@freebsd.org). | ||||
* | Reshuffle the SEE ALSO section. | jasone | 2000-07-17 | 1 | -2/+2 |
| | | | | Prompted by: sheldonh | ||||
* | Introduce .Lb macro to libc_r manpages. | phantom | 2000-04-22 | 1 | -0/+2 |
| | |||||
* | Add man pages for the sem_*() functions. | jasone | 2000-02-16 | 1 | -0/+71 |
Approved by: jkh |