summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/man
Commit message (Collapse)AuthorAgeFilesLines
* 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-081-3/+6
|
* mdoc(7) fixes.ru2003-05-241-19/+27
| | | | Approved by: re (blanket)
* Add stub implementations of pthread_[gs]etconcurrency to libc_r andjdp2003-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
* The .Fn function. Use .Xr where appropriate.charnier2003-03-2431-73/+139
|
* Fixed a typo in MLINKS.ru2003-02-241-1/+1
|
* mdoc(7) police: Scheduled sweep.ru2003-02-2413-154/+124
|
* Enable just committed manual pages, update MLINKSphantom2003-02-131-0/+13
|
* Add AUTHORS sectionphantom2003-02-131-0/+6
|
* Finally! Document all undocumented functions in libc_r.phantom2003-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
* Break important implementation detail note into IMPLEMENTATION DETAILSphantom2003-02-131-3/+7
| | | | | | section. Add cross reference to pthread_attr_getstack() function. MFC after: 1 day
* Add cross reference for pthread_attr_get_np()phantom2003-02-131-0/+1
|
* Rehash MLINKS: add missing ones for recently added pthread_attr_{get,set}stack()phantom2003-02-131-3/+2
| | | | functions and remove links for 3 non-existent functions
* Add pthread_attr_getstack() and pthread_attr_setstack().alfred2003-02-101-0/+8
| | | | Submitted by: Craig Rodrigues <rodrigc@attbi.com>
* The .Fn functioncharnier2003-02-0611-29/+58
|
* Document additional behaviour of this function (seephantom2003-02-031-2/+12
| | | | rev 1.3 of uthread_attr_get_np.c)
* Add a missing word.tjr2003-01-151-1/+1
|
* Document the named semaphore functions. This could still use a bittjr2003-01-151-18/+165
| | | | of polishing.
* Back out previous; sharing semaphores between processes only workstjr2003-01-141-8/+16
| | | | in certain special cases.
* Sharing semaphores between processes works now, so remove the stale commentstjr2003-01-141-16/+8
| | | | | about it always returning EPERM. Document that ENFILE occurs when the limit on kernel semaphores is reached.
* Cross reference sem(4) so users know which kernel options are requiredtjr2003-01-145-5/+10
| | | | to use these semaphore functions.
* pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *')fjoe2003-01-071-2/+2
| | | | to be consistent with other pthread_XXX functions
* english(4) police.schweikh2002-12-273-3/+3
|
* mdoc(7) police: Deal with self-xrefs.ru2002-12-242-4/+5
|
* mdoc(7) police: overhaul.ru2002-12-091-12/+12
|
* Add & hookup manpage for pthread_attr_get_np(3).phantom2002-10-262-0/+96
| | | | MFC after: 3 days
* Add restrict type-qualifier to sem_getvalue().mike2002-10-041-1/+1
|
* 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.
* 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
|
OpenPOWER on IntegriCloud