Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Sort MAN and MLINKS in dictionary order ignoring case. | ru | 2004-09-19 | 1 | -3/+3 | |
| | ||||||
* | Add a man page for tgmath.h. | stefanf | 2004-08-13 | 2 | -0/+152 | |
| | | | | Reviewed by: keramida | |||||
* | mdoc(7) fixes. | ru | 2004-07-07 | 1 | -1/+1 | |
| | ||||||
* | Added missing punctuation. | ru | 2004-07-07 | 1 | -1/+1 | |
| | ||||||
* | Mechanically kill hard sentence breaks and double whitespaces. | ru | 2004-07-03 | 19 | -38/+68 | |
| | ||||||
* | Removed trailing whitespace. | ru | 2004-07-02 | 1 | -1/+1 | |
| | ||||||
* | Spelling fixes. | mpp | 2004-06-21 | 4 | -4/+4 | |
| | ||||||
* | Fixed markup bugs. | ru | 2004-06-17 | 4 | -54/+51 | |
| | ||||||
* | Fixed markup bugs. | ru | 2004-06-17 | 2 | -23/+26 | |
| | | | | Spell function correctly when talking about restarting after a signal. | |||||
* | Cross-reference fenv(3). | das | 2004-06-06 | 1 | -0/+5 | |
| | ||||||
* | Add missing links. | pjd | 2004-06-04 | 1 | -0/+5 | |
| | ||||||
* | Support for dynamic adjustment of FPU precision is only available on | das | 2004-05-05 | 1 | -0/+7 | |
| | | | | | | i386 and amd64, so fp[gs]prec(3) don't exist on other platforms. PR: 52882 | |||||
* | Add a LIBRARY section. | simon | 2004-04-08 | 1 | -0/+4 | |
| | | | | | Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> PR: docs/65208 | |||||
* | Implement PThreads barriers and barrier attributes. | mtm | 2004-02-19 | 3 | -0/+315 | |
| | ||||||
* | o Implement the pthread_spin_* functions in libthr. | mtm | 2004-01-22 | 3 | -0/+287 | |
| | | | | o Man pages | |||||
* | Use a single style for share/man/ makefiles: | ru | 2004-01-20 | 1 | -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 with | mtm | 2004-01-16 | 3 | -0/+227 | |
| | | | | attendant documentation. | |||||
* | Removed outdated text about libc_r replacing libc (it now provides | ru | 2004-01-15 | 1 | -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 not | ru | 2004-01-15 | 1 | -9/+0 | |
| | | | | putting libc_r into the LIBRARY section. | |||||
* | pthread_multi_np() is implemented in all threading libraries. | ru | 2004-01-15 | 1 | -0/+10 | |
| | | | | pthread_single_np() is not implemented in libthr. | |||||
* | Revert previous delta -- these interfaces aren't supported by libthr. | ru | 2004-01-15 | 2 | -2/+0 | |
| | ||||||
* | Document interfaces that are supported by libthr. | ru | 2004-01-15 | 52 | -0/+52 | |
| | ||||||
* | Assorted markup fixes. | ru | 2004-01-15 | 1 | -30/+53 | |
| | ||||||
* | Spell POSIX threads library as "libpthread", mdoc(7) is smart | ru | 2004-01-14 | 1 | -1/+1 | |
| | | | | enough to render it as "-lkse" these days. | |||||
* | Have a single set of POSIX threads man pages. The LIBRARY section | ru | 2004-01-14 | 53 | -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 other | ru | 2004-01-14 | 1 | -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: | ru | 2003-12-30 | 1 | -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_timedlock | mtm | 2003-12-30 | 1 | -0/+112 | |
| | ||||||
* | o Implement pthread_mutex_timedlock(), which does not block indefinitely on | mtm | 2003-12-30 | 2 | -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. | des | 2003-11-10 | 1 | -1/+1 | |
| | ||||||
* | Get rid of duplicates. | ru | 2003-09-14 | 1 | -1/+1 | |
| | ||||||
* | mdoc(7): Properly mark C headers. | ru | 2003-09-10 | 1 | -1/+1 | |
| | ||||||
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 3 | -4/+4 | |
| | ||||||
* | Add safe _FOREACH iterators to the rest of the queue.h types. | kan | 2003-08-14 | 1 | -0/+76 | |
| | ||||||
* | Document LIST_FOREACH_SAFE in queue(3). | bmilekic | 2003-08-13 | 1 | -1/+24 | |
| | | | | | Asked with "please" by Ruslan Ermilov. I've always had a weakness for "please". | |||||
* | mdoc(7) fixes. | ru | 2003-05-24 | 1 | -19/+27 | |
| | | | | Approved by: re (blanket) | |||||
* | Add stub implementations of pthread_[gs]etconcurrency to libc_r and | jdp | 2003-04-20 | 1 | -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. | charnier | 2003-03-24 | 26 | -57/+112 | |
| | ||||||
* | mdoc(7) police: Scheduled sweep. | ru | 2003-02-24 | 12 | -148/+119 | |
| | ||||||
* | Add AUTHORS section | phantom | 2003-02-13 | 1 | -0/+6 | |
| | ||||||
* | Finally! Document all undocumented functions in libc_r. | phantom | 2003-02-13 | 10 | -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 DETAILS | phantom | 2003-02-13 | 1 | -3/+7 | |
| | | | | | | section. Add cross reference to pthread_attr_getstack() function. MFC after: 1 day | |||||
* | Add cross reference for pthread_attr_get_np() | phantom | 2003-02-13 | 1 | -0/+1 | |
| | ||||||
* | Add pthread_attr_getstack() and pthread_attr_setstack(). | alfred | 2003-02-10 | 1 | -0/+8 | |
| | | | | Submitted by: Craig Rodrigues <rodrigc@attbi.com> | |||||
* | The .Fn function | charnier | 2003-02-06 | 11 | -29/+58 | |
| | ||||||
* | Document additional behaviour of this function (see | phantom | 2003-02-03 | 1 | -2/+12 | |
| | | | | rev 1.3 of uthread_attr_get_np.c) | |||||
* | pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *') | fjoe | 2003-01-07 | 1 | -2/+2 | |
| | | | | to be consistent with other pthread_XXX functions | |||||
* | english(4) police. | schweikh | 2002-12-27 | 2 | -2/+2 | |
| | ||||||
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 2 | -4/+5 | |
| | ||||||
* | mdoc(7) police: sort xrefs in SEE ALSO. | ru | 2002-12-13 | 1 | -7/+7 | |
| |