summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man
Commit message (Collapse)AuthorAgeFilesLines
* Have a single set of POSIX threads man pages. The LIBRARY sectionru2004-01-1450-4732/+0
| | | | | | | | of each manpage lists libraries that have corresponding interfaces implemented. Prodded by: threads Reviewed by: deischen
* Removed MLINKS to nonimplemented/nonexistent functions.ru2003-12-301-3/+0
|
* Merge from libc_r: document pthread_attr_[gs]etstack().ru2003-12-302-1/+11
|
* Pull some changes (mostly cosmetic) from libc_r manpagesru2003-12-3030-75/+143
| | | | in preparation for the merge.
* Correct the library name.ru2003-10-021-1/+1
|
* - Remove error code that can't be returned (and original descriptionkensmith2003-10-021-2/+0
| | | | | | | | was not proper English) PR: docs/57434 Approved: blackend (mentor) Reviewed by: deischen
* Get rid of duplicates.ru2003-09-141-1/+1
|
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
|
* The .Fn functioncharnier2003-06-0813-35/+70
|
* mdoc(7) fixes.ru2003-05-241-1/+2
| | | | Approved by: re (blanket)
* MFlibc_r: add and document pthread_attr_get_np() function.phantom2003-03-032-0/+116
|
* english(4) police.schweikh2002-12-272-2/+2
|
* mdoc(7) police: Deal with self-xrefs.ru2002-12-242-4/+4
|
* Add the 'restrict' type qualifier to the prototypes of `sigaction',robert2002-10-021-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.
* Mechanically change all libc_r references to libpthread.mini2002-09-1648-48/+48
|
* Fix a typo.maxim2002-07-101-1/+1
| | | | MFC after: 3 days
* Describe handling of NULLs passed to pthread_setcancelstate().murray2001-11-051-2/+10
| | | | | PR: docs/31745 Submitted by: Andrew <andrew@ugh.net.au>
* Mark up NULL in .Dv.dd2001-11-041-1/+3
| | | | | PR: 31747 Submitted by: <andrew@ugh.net.au>
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-0148-50/+50
|
* Use ``.Rv -std'' wherever possible.ru2001-08-311-8/+1
| | | | Submitted by: yar
* mdoc(7) police: s/OpenBSD/.Ox/ where appropriate.ru2001-08-131-1/+4
|
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-1313-13/+13
|
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.yar2001-08-094-24/+4
| | | | Reviewed by: ru
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used tojasone2001-07-202-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
* Remove whitespace at EOL.dd2001-07-1518-48/+48
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-1024-24/+24
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-0921-24/+0
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-065-10/+10
|
* Typo fix: requires -> reacquiresgshapiro2001-06-271-1/+1
| | | | | Submitted by: Murray S. Kucherawy <msk@sendmail.com> MFC after: 3 days
* Add a missing word.dd2001-06-051-1/+1
| | | | Obtained from: OpenBSD
* Add a missing word.dd2001-06-051-1/+2
|
* Fixed typo in the description.ru2001-05-181-2/+2
| | | | | PR: docs/27411 Submitted by: David Wimsey <dwimsey@rtci.com>
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
|
* mdoc(7) police: fix markup.ru2001-03-022-7/+9
|
* Use ``.St -p1003.1-96''.ru2001-02-2632-96/+64
|
* /^\.St/ s/-iso9945-1/-p1003.1-96/ru2001-02-266-6/+6
|
* Fix typo.nik2001-02-021-1/+1
| | | | | PR: docs/23936 Submitted by: Garret Rooney <rooneg@rpi.edu>
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-012-2/+3
|
* Prepare for mdoc(7)NG.ru2000-12-291-0/+1
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-222-2/+6
|
* Use Fx macro wherever possible.ru2000-11-141-1/+2
|
* Make sem_post() safe to call from within a signal handler, as required byjasone2000-08-011-0/+3
| | | | POSIX/SUSv2.
* pthread_once --> pthread_once_t.jasone2000-07-191-1/+1
|
* Change my email address in the copyright notices for the sake of consistencyjasone2000-07-1813-13/+13
| | | | (jasone@canonware.com --> jasone@freebsd.org).
* Reshuffle the SEE ALSO section.jasone2000-07-173-7/+7
| | | | Prompted by: sheldonh
* Fix typo in SEE ALSO section.jasone2000-06-281-1/+1
|
* Fix a misspelling: undefied -> undefinedchris2000-05-271-1/+1
|
* add MLINKS: pthread_testcancel(3) -> pthread_setcanceltype(3)phantom2000-05-121-0/+1
|
* "Fixed" missing include in synopsis. POSIX.1-1996 only specifiesbde2000-05-112-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>.
* Fixed misspelling of a struct tag in a function parameter type.bde2000-05-111-1/+1
|
OpenPOWER on IntegriCloud