summaryrefslogtreecommitdiff
path: root/lib/libc_r/man
Commit message (Collapse)AuthorAgeFilesLines
* Have a single set of POSIX threads man pages. The LIBRARY sectionRuslan Ermilov2004-01-1454-4928/+0
| | | | | | | | | | | of each manpage lists libraries that have corresponding interfaces implemented. Prodded by: threads Reviewed by: deischen Notes: svn path=/head/; revision=124535
* The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2.Ruslan Ermilov2004-01-142-88/+1
| | | | | | | | Reviewed by: deischen Repocopy by: markm Notes: svn path=/head/; revision=124533
* - libc/sys/sem.c was repocopied to libc/gen/sem.c.Ruslan Ermilov2004-01-147-662/+1
| | | | | | | | | | - sem_*(3) manpages were repocopied from libc_r. Reviewed by: deischen Repocopy by: markm Notes: svn path=/head/; revision=124530
* Pull revision 1.13 from libpthread/man/pthread_mutex_init.3:Ruslan Ermilov2003-12-301-2/+0
| | | | | | | | | | - Remove error code that can't be returned (and original description was not proper English) PR: docs/57434 Notes: svn path=/head/; revision=123997
* Get rid of duplicates.Ruslan Ermilov2003-09-141-1/+1
| | | | Notes: svn path=/head/; revision=120054
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
| | | | Notes: svn path=/head/; revision=119893
* The .Fn functionPhilippe Charnier2003-06-081-3/+6
| | | | Notes: svn path=/head/; revision=116025
* mdoc(7) fixes.Ruslan Ermilov2003-05-241-19/+27
| | | | | | | Approved by: re (blanket) Notes: svn path=/head/; revision=115288
* Add stub implementations of pthread_[gs]etconcurrency to libc_r andJohn Polstra2003-04-202-0/+109
| | | | | | | | | | | | libthr. No changes were made to libpthread by request of deischen, who will soon commit a real implementation for that library. PR: standards/50848 Submitted by: Sergey A. Osokin <osa@freebsd.org.ru> MFC after: 1 week Notes: svn path=/head/; revision=113729
* The .Fn function. Use .Xr where appropriate.Philippe Charnier2003-03-2431-73/+139
| | | | Notes: svn path=/head/; revision=112542
* Fixed a typo in MLINKS.Ruslan Ermilov2003-02-241-1/+1
| | | | Notes: svn path=/head/; revision=111452
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-2413-154/+124
| | | | Notes: svn path=/head/; revision=111447
* Enable just committed manual pages, update MLINKSAlexey Zelkin2003-02-131-0/+13
| | | | Notes: svn path=/head/; revision=110829
* Add AUTHORS sectionAlexey Zelkin2003-02-131-0/+6
| | | | Notes: svn path=/head/; revision=110828
* Finally! Document all undocumented functions in libc_r.Alexey Zelkin2003-02-1310-0/+696
| | | | | | | | | | | | | | | | | | | | | | | Add manual pages for following functions: . pthread_attr_setcreatesuspend_np(3) . pthread_main_np(3) . pthread_multi_np(3) . pthread_single_np(3) . pthread_mutexattr_getkind_np(3) . pthread_mutexattr_setkind_np(3) . pthread_resume_all_np(3) . pthread_resume_np(3) . pthread_set_name_np(3) . pthread_suspend_all_np(3) . pthread_suspend_np(3) . pthread_switch_add_np(3) . pthread_switch_delete_np(3) MFC after: 3 days Notes: svn path=/head/; revision=110827
* Break important implementation detail note into IMPLEMENTATION DETAILSAlexey Zelkin2003-02-131-3/+7
| | | | | | | | | section. Add cross reference to pthread_attr_getstack() function. MFC after: 1 day Notes: svn path=/head/; revision=110813
* Add cross reference for pthread_attr_get_np()Alexey Zelkin2003-02-131-0/+1
| | | | Notes: svn path=/head/; revision=110812
* Rehash MLINKS: add missing ones for recently added pthread_attr_{get,set}stack()Alexey Zelkin2003-02-131-3/+2
| | | | | | | functions and remove links for 3 non-existent functions Notes: svn path=/head/; revision=110811
* Add pthread_attr_getstack() and pthread_attr_setstack().Alfred Perlstein2003-02-101-0/+8
| | | | | | | Submitted by: Craig Rodrigues <rodrigc@attbi.com> Notes: svn path=/head/; revision=110636
* The .Fn functionPhilippe Charnier2003-02-0611-29/+58
| | | | Notes: svn path=/head/; revision=110442
* Document additional behaviour of this function (seeAlexey Zelkin2003-02-031-2/+12
| | | | | | | rev 1.3 of uthread_attr_get_np.c) Notes: svn path=/head/; revision=110277
* Add a missing word.Tim J. Robbins2003-01-151-1/+1
| | | | Notes: svn path=/head/; revision=109297
* Document the named semaphore functions. This could still use a bitTim J. Robbins2003-01-151-18/+165
| | | | | | | of polishing. Notes: svn path=/head/; revision=109275
* Back out previous; sharing semaphores between processes only worksTim J. Robbins2003-01-141-8/+16
| | | | | | | in certain special cases. Notes: svn path=/head/; revision=109226
* Sharing semaphores between processes works now, so remove the stale commentsTim J. Robbins2003-01-141-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 requiredTim J. Robbins2003-01-145-5/+10
| | | | | | | to use these semaphore functions. Notes: svn path=/head/; revision=109220
* pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *')Max Khon2003-01-071-2/+2
| | | | | | | to be consistent with other pthread_XXX functions Notes: svn path=/head/; revision=108898
* english(4) police.Jens Schweikhardt2002-12-273-3/+3
| | | | Notes: svn path=/head/; revision=108317
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-242-4/+5
| | | | Notes: svn path=/head/; revision=108257
* mdoc(7) police: overhaul.Ruslan Ermilov2002-12-091-12/+12
| | | | Notes: svn path=/head/; revision=107701
* Add & hookup manpage for pthread_attr_get_np(3).Alexey Zelkin2002-10-262-0/+96
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=105990
* Add restrict type-qualifier to sem_getvalue().Mike Barcroft2002-10-041-1/+1
| | | | Notes: svn path=/head/; revision=104492
* Add the 'restrict' type qualifier to the prototypes of `sigaction',Robert Drehmel2002-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. Notes: svn path=/head/; revision=104368
* Fix a typo.Maxim Konovalov2002-07-101-1/+1
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=99720
* Describe handling of NULLs passed to pthread_setcancelstate().Murray Stokely2001-11-051-2/+10
| | | | | | | | PR: docs/31745 Submitted by: Andrew <andrew@ugh.net.au> Notes: svn path=/head/; revision=86074
* Mark up NULL in .Dv.Dima Dorfman2001-11-041-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 Ermilov2001-10-0148-50/+50
| | | | Notes: svn path=/head/; revision=84306
* Use ``.Rv -std'' wherever possible.Ruslan Ermilov2001-08-311-8/+1
| | | | | | | Submitted by: yar Notes: svn path=/head/; revision=82642
* mdoc(7) police: s/OpenBSD/.Ox/ where appropriate.Ruslan Ermilov2001-08-131-1/+4
| | | | Notes: svn path=/head/; revision=81589
* Spell "FreeBSD" with "F" and "BSD" in uppercase.Ruslan Ermilov2001-08-1313-13/+13
| | | | Notes: svn path=/head/; revision=81588
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.Yaroslav Tykhiy2001-08-094-24/+4
| | | | | | | Reviewed by: ru Notes: svn path=/head/; revision=81352
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used toJason Evans2001-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 Notes: svn path=/head/; revision=80021
* Remove whitespace at EOL.Dima Dorfman2001-07-1518-48/+48
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-1024-24/+24
| | | | Notes: svn path=/head/; revision=79531
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-0921-24/+0
| | | | Notes: svn path=/head/; revision=79454
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-065-10/+10
| | | | Notes: svn path=/head/; revision=79366
* Typo fix: requires -> reacquiresGregory Neil Shapiro2001-06-271-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 Dorfman2001-06-051-1/+1
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=77742
* Add a missing word.Dima Dorfman2001-06-051-1/+2
| | | | Notes: svn path=/head/; revision=77741
* Fixed typo in the description.Ruslan Ermilov2001-05-181-2/+2
| | | | | | | | PR: docs/27411 Submitted by: David Wimsey <dwimsey@rtci.com> Notes: svn path=/head/; revision=76795