Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Have a single set of POSIX threads man pages. The LIBRARY section | Ruslan Ermilov | 2004-01-14 | 50 | -4732/+0 |
| | | | | | | | | | | | of each manpage lists libraries that have corresponding interfaces implemented. Prodded by: threads Reviewed by: deischen Notes: svn path=/head/; revision=124535 | ||||
* | Removed MLINKS to nonimplemented/nonexistent functions. | Ruslan Ermilov | 2003-12-30 | 1 | -3/+0 |
| | | | | Notes: svn path=/head/; revision=124000 | ||||
* | Merge from libc_r: document pthread_attr_[gs]etstack(). | Ruslan Ermilov | 2003-12-30 | 2 | -1/+11 |
| | | | | Notes: svn path=/head/; revision=123999 | ||||
* | Pull some changes (mostly cosmetic) from libc_r manpages | Ruslan Ermilov | 2003-12-30 | 30 | -75/+143 |
| | | | | | | | in preparation for the merge. Notes: svn path=/head/; revision=123995 | ||||
* | Correct the library name. | Ruslan Ermilov | 2003-10-02 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=120672 | ||||
* | - Remove error code that can't be returned (and original description | Ken Smith | 2003-10-02 | 1 | -2/+0 |
| | | | | | | | | | | | was not proper English) PR: docs/57434 Approved: blackend (mentor) Reviewed by: deischen Notes: svn path=/head/; revision=120670 | ||||
* | Get rid of duplicates. | Ruslan Ermilov | 2003-09-14 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=120054 | ||||
* | mdoc(7): Use the new feature of the .In macro. | Ruslan Ermilov | 2003-09-08 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=119893 | ||||
* | The .Fn function | Philippe Charnier | 2003-06-08 | 13 | -35/+70 |
| | | | | Notes: svn path=/head/; revision=116030 | ||||
* | mdoc(7) fixes. | Ruslan Ermilov | 2003-05-24 | 1 | -1/+2 |
| | | | | | | | Approved by: re (blanket) Notes: svn path=/head/; revision=115288 | ||||
* | MFlibc_r: add and document pthread_attr_get_np() function. | Alexey Zelkin | 2003-03-03 | 2 | -0/+116 |
| | | | | Notes: svn path=/head/; revision=111846 | ||||
* | english(4) police. | Jens Schweikhardt | 2002-12-27 | 2 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=108317 | ||||
* | mdoc(7) police: Deal with self-xrefs. | Ruslan Ermilov | 2002-12-24 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=108257 | ||||
* | Add the 'restrict' type qualifier to the prototypes of `sigaction', | Robert Drehmel | 2002-10-02 | 1 | -1/+1 |
| | | | | | | | | | `sigprocmask', `sigaltstack', and `sigwait' as well as to the prototypes of the apparantly unimplemented functions `sigtimedwait' and `sigwaitinfo'. This complies with IEEE Std 1003.1-2001. Notes: svn path=/head/; revision=104368 | ||||
* | Mechanically change all libc_r references to libpthread. | Jonathan Mini | 2002-09-16 | 48 | -48/+48 |
| | | | | Notes: svn path=/head/; revision=103412 | ||||
* | Fix a typo. | Maxim Konovalov | 2002-07-10 | 1 | -1/+1 |
| | | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=99720 | ||||
* | Describe handling of NULLs passed to pthread_setcancelstate(). | Murray Stokely | 2001-11-05 | 1 | -2/+10 |
| | | | | | | | | PR: docs/31745 Submitted by: Andrew <andrew@ugh.net.au> Notes: svn path=/head/; revision=86074 | ||||
* | Mark up NULL in .Dv. | Dima Dorfman | 2001-11-04 | 1 | -1/+3 |
| | | | | | | | | PR: 31747 Submitted by: <andrew@ugh.net.au> Notes: svn path=/head/; revision=86050 | ||||
* | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 48 | -50/+50 |
| | | | | Notes: svn path=/head/; revision=84306 | ||||
* | Use ``.Rv -std'' wherever possible. | Ruslan Ermilov | 2001-08-31 | 1 | -8/+1 |
| | | | | | | | Submitted by: yar Notes: svn path=/head/; revision=82642 | ||||
* | mdoc(7) police: s/OpenBSD/.Ox/ where appropriate. | Ruslan Ermilov | 2001-08-13 | 1 | -1/+4 |
| | | | | Notes: svn path=/head/; revision=81589 | ||||
* | Spell "FreeBSD" with "F" and "BSD" in uppercase. | Ruslan Ermilov | 2001-08-13 | 13 | -13/+13 |
| | | | | Notes: svn path=/head/; revision=81588 | ||||
* | Use the ``.Rv -std'' mdoc(7) macro in appropriate cases. | Yaroslav Tykhiy | 2001-08-09 | 4 | -24/+4 |
| | | | | | | | Reviewed by: ru Notes: svn path=/head/; revision=81352 | ||||
* | Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to | Jason Evans | 2001-07-20 | 2 | -0/+8 |
| | | | | | | | | | | | be malloc()ed, but they are now allocated using mmap(), just as the default-size stacks are. A separate cache of stacks is kept for non-default-size stacks. Collaboration with: deischen Notes: svn path=/head/; revision=80021 | ||||
* | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 18 | -48/+48 |
| | | | | Notes: svn path=/head/; revision=79754 | ||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 24 | -24/+24 |
| | | | | Notes: svn path=/head/; revision=79531 | ||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | Dima Dorfman | 2001-07-09 | 21 | -24/+0 |
| | | | | Notes: svn path=/head/; revision=79454 | ||||
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | Ruslan Ermilov | 2001-07-06 | 5 | -10/+10 |
| | | | | Notes: svn path=/head/; revision=79366 | ||||
* | Typo fix: requires -> reacquires | Gregory Neil Shapiro | 2001-06-27 | 1 | -1/+1 |
| | | | | | | | | Submitted by: Murray S. Kucherawy <msk@sendmail.com> MFC after: 3 days Notes: svn path=/head/; revision=78869 | ||||
* | Add a missing word. | Dima Dorfman | 2001-06-05 | 1 | -1/+1 |
| | | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=77742 | ||||
* | Add a missing word. | Dima Dorfman | 2001-06-05 | 1 | -1/+2 |
| | | | | Notes: svn path=/head/; revision=77741 | ||||
* | Fixed typo in the description. | Ruslan Ermilov | 2001-05-18 | 1 | -2/+2 |
| | | | | | | | | PR: docs/27411 Submitted by: David Wimsey <dwimsey@rtci.com> Notes: svn path=/head/; revision=76795 | ||||
* | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=74870 | ||||
* | mdoc(7) police: fix markup. | Ruslan Ermilov | 2001-03-02 | 2 | -7/+9 |
| | | | | Notes: svn path=/head/; revision=73339 | ||||
* | Use ``.St -p1003.1-96''. | Ruslan Ermilov | 2001-02-26 | 32 | -96/+64 |
| | | | | Notes: svn path=/head/; revision=73093 | ||||
* | /^\.St/ s/-iso9945-1/-p1003.1-96/ | Ruslan Ermilov | 2001-02-26 | 6 | -6/+6 |
| | | | | Notes: svn path=/head/; revision=73092 | ||||
* | Fix typo. | Nik Clayton | 2001-02-02 | 1 | -1/+1 |
| | | | | | | | | PR: docs/23936 Submitted by: Garret Rooney <rooneg@rpi.edu> Notes: svn path=/head/; revision=71919 | ||||
* | mdoc(7) police: split punctuation characters + misc fixes. | Ruslan Ermilov | 2001-02-01 | 2 | -2/+3 |
| | | | | Notes: svn path=/head/; revision=71895 | ||||
* | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-29 | 1 | -0/+1 |
| | | | | Notes: svn path=/head/; revision=70481 | ||||
* | mdoc(7) police: Er macro usage cleanup. | Ruslan Ermilov | 2000-11-22 | 2 | -2/+6 |
| | | | | Notes: svn path=/head/; revision=69051 | ||||
* | Use Fx macro wherever possible. | Ruslan Ermilov | 2000-11-14 | 1 | -1/+2 |
| | | | | Notes: svn path=/head/; revision=68716 | ||||
* | Make sem_post() safe to call from within a signal handler, as required by | Jason Evans | 2000-08-01 | 1 | -0/+3 |
| | | | | | | | POSIX/SUSv2. Notes: svn path=/head/; revision=64111 | ||||
* | pthread_once --> pthread_once_t. | Jason Evans | 2000-07-19 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=63541 | ||||
* | Change my email address in the copyright notices for the sake of consistency | Jason Evans | 2000-07-18 | 13 | -13/+13 |
| | | | | | | | (jasone@canonware.com --> jasone@freebsd.org). Notes: svn path=/head/; revision=63364 | ||||
* | Reshuffle the SEE ALSO section. | Jason Evans | 2000-07-17 | 3 | -7/+7 |
| | | | | | | | 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 | ||||
* | Fix a misspelling: undefied -> undefined | Chris Costello | 2000-05-27 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=60985 | ||||
* | add MLINKS: pthread_testcancel(3) -> pthread_setcanceltype(3) | Alexey Zelkin | 2000-05-12 | 1 | -0/+1 |
| | | | | Notes: svn path=/head/; revision=60464 | ||||
* | "Fixed" missing include in synopsis. POSIX.1-1996 only specifies | Bruce Evans | 2000-05-11 | 2 | -0/+2 |
| | | | | | | | | including <signal.h>, but that must be a bug in POSIX.1, because it also specifies that the relevant prototype is [only] in <pthread.h>. Notes: svn path=/head/; revision=60386 | ||||
* | Fixed misspelling of a struct tag in a function parameter type. | Bruce Evans | 2000-05-11 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=60385 |