summaryrefslogtreecommitdiffstats
path: root/share/man/man3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) fixes.ru2004-07-071-1/+1
|
* Added missing punctuation.ru2004-07-071-1/+1
|
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-0319-38/+68
|
* Removed trailing whitespace.ru2004-07-021-1/+1
|
* Spelling fixes.mpp2004-06-214-4/+4
|
* Fixed markup bugs.ru2004-06-174-54/+51
|
* Fixed markup bugs.ru2004-06-172-23/+26
| | | | Spell function correctly when talking about restarting after a signal.
* Cross-reference fenv(3).das2004-06-061-0/+5
|
* Add missing links.pjd2004-06-041-0/+5
|
* Support for dynamic adjustment of FPU precision is only available ondas2004-05-051-0/+7
| | | | | | i386 and amd64, so fp[gs]prec(3) don't exist on other platforms. PR: 52882
* Add a LIBRARY section.simon2004-04-081-0/+4
| | | | | Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> PR: docs/65208
* Implement PThreads barriers and barrier attributes.mtm2004-02-193-0/+315
|
* o Implement the pthread_spin_* functions in libthr.mtm2004-01-223-0/+287
| | | | o Man pages
* Use a single style for share/man/ makefiles:ru2004-01-201-210/+230
| | | | | | | | - Sort MAN and MLINKS in "dictionary" order ignoring case. - For multi-value MAN and multi-pair MLINKS, put each value/pair on its own line, for easier sorting and so that further diffs are easier to see.
* Add an implementation of pthread_rwlock_timed{rd,wr}lock() to libthr withmtm2004-01-163-0/+227
| | | | attendant documentation.
* Removed outdated text about libc_r replacing libc (it now providesru2004-01-151-36/+19
| | | | | | | | | | | | just libc functions wrappers), and updated text to match reality: there are three threading libraries in FreeBSD these days. Removed instructions of how not to build libc_r, it's documented in the make.conf(5) manpage already. Removed description of the FreeBSD-specific gcc(1) option, -pthread. While it's still provided (for backwards compatibility reasons), its usefulness is questionable.
* Removed the IMPLEMENTATION NOTES section made redundant by notru2004-01-151-9/+0
| | | | putting libc_r into the LIBRARY section.
* pthread_multi_np() is implemented in all threading libraries.ru2004-01-151-0/+10
| | | | pthread_single_np() is not implemented in libthr.
* Revert previous delta -- these interfaces aren't supported by libthr.ru2004-01-152-2/+0
|
* Document interfaces that are supported by libthr.ru2004-01-1552-0/+52
|
* Assorted markup fixes.ru2004-01-151-30/+53
|
* Spell POSIX threads library as "libpthread", mdoc(7) is smartru2004-01-141-1/+1
| | | | enough to render it as "-lkse" these days.
* Have a single set of POSIX threads man pages. The LIBRARY sectionru2004-01-1453-5/+154
| | | | | | | | of each manpage lists libraries that have corresponding interfaces implemented. Prodded by: threads Reviewed by: deischen
* This interface is not provided by libc_r. It is, on the otherru2004-01-141-1/+1
| | | | | hand, is also provided by libthr, but this will be addressed later.
* Pull revision 1.13 from libpthread/man/pthread_mutex_init.3:ru2003-12-301-2/+0
| | | | | | | - Remove error code that can't be returned (and original description was not proper English) PR: docs/57434
* Aargh, cvs add pthread_mutex_timedlockmtm2003-12-301-0/+112
|
* o Implement pthread_mutex_timedlock(), which does not block indefinitely onmtm2003-12-302-0/+10
| | | | | a mutex locked by another thread. o document it: pthread_mutex_timedlock(3)
* RB_EMPTY() applies to red-black trees, not splay trees.des2003-11-101-1/+1
|
* Get rid of duplicates.ru2003-09-141-1/+1
|
* mdoc(7): Properly mark C headers.ru2003-09-101-1/+1
|
* mdoc(7): Use the new feature of the .In macro.ru2003-09-083-4/+4
|
* Add safe _FOREACH iterators to the rest of the queue.h types.kan2003-08-141-0/+76
|
* Document LIST_FOREACH_SAFE in queue(3).bmilekic2003-08-131-1/+24
| | | | | Asked with "please" by Ruslan Ermilov. I've always had a weakness for "please".
* mdoc(7) fixes.ru2003-05-241-19/+27
| | | | Approved by: re (blanket)
* Add stub implementations of pthread_[gs]etconcurrency to libc_r andjdp2003-04-201-0/+107
| | | | | | | | | 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-2426-57/+112
|
* mdoc(7) police: Scheduled sweep.ru2003-02-2412-148/+119
|
* 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
|
* 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)
* 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-272-2/+2
|
* mdoc(7) police: Deal with self-xrefs.ru2002-12-242-4/+5
|
* mdoc(7) police: sort xrefs in SEE ALSO.ru2002-12-131-7/+7
|
* mdoc(7) police: markup overhaul.ru2002-12-131-118/+142
|
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
| | | | Approved by: re
OpenPOWER on IntegriCloud