| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc: remove unused/empty macros | uqs | 2010-08-02 | 1 | -1/+1 |
* | Cross reference tree(3) and queue(3). | simon | 2010-07-18 | 2 | -0/+4 |
* | - The ETIMEDOUT error applies to pthread_timedjoin_np(), not pthread_join(). | jhb | 2010-06-29 | 1 | -3/+3 |
* | mdoc: move remaining sections into consistent order | uqs | 2010-05-13 | 1 | -2/+2 |
* | Document clock and pshared condvar attributes. | jilles | 2010-05-09 | 3 | -11/+107 |
* | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 2 | -2/+2 |
* | Correct cross reference. | delphij | 2010-03-23 | 1 | -3/+3 |
* | Document pthread_timedjoin_np. | kib | 2010-01-23 | 1 | -4/+38 |
* | Remove stale references to utmp(5) and its corresponding filenames. | ed | 2010-01-21 | 1 | -1/+1 |
* | Various fixes. | brueffer | 2010-01-12 | 2 | -20/+21 |
* | Add a set of manual pages for pthread[_attr]_[sg]etaffinity(3). | delphij | 2010-01-09 | 5 | -4/+319 |
* | Fix typo. | brueffer | 2009-11-17 | 1 | -1/+1 |
* | Fix typo (noded -> nodes). | benno | 2009-11-04 | 1 | -1/+1 |
* | Rename the queue macros I introduced last year. | ed | 2009-05-27 | 2 | -22/+22 |
* | On second thought, remove the comma too. | trhodes | 2009-04-01 | 1 | -1/+1 |
* | Remove KSE bits, cross reference libthr.3. | trhodes | 2009-04-01 | 1 | -6/+6 |
* | Small typo in the makedev(3) manpage. | ed | 2008-09-28 | 1 | -1/+1 |
* | Several documentation fixups related to device minor/major numbers: | ed | 2008-09-28 | 2 | -0/+93 |
* | Introduce REMOVE_NEXT() macro's for SLIST and STAILQ. | ed | 2008-05-22 | 2 | -0/+22 |
* | Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer | ru | 2008-03-29 | 1 | -1/+1 |
* | Install manpage links for RB_PREV and RB_FOREACH_REVERSE. | jasone | 2008-03-07 | 1 | -0/+2 |
* | Implement RB_PREV() AND RB_FOREACH_REVERSE(). | jasone | 2007-12-28 | 1 | -2/+10 |
* | Add sqrt() to the first table in the manpage. It seems it was accidentally | das | 2007-12-15 | 1 | -0/+1 |
* | Don't imply O(n) removal for the doubly linked data structures. | obrien | 2007-11-02 | 1 | -2/+8 |
* | Hide the implementation details about multiple threading libraries | ru | 2007-10-22 | 60 | -71/+11 |
* | Remove an obsolete paragraph that pthread_single_np(3) is | ru | 2007-10-22 | 1 | -7/+0 |
* | Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidental | obrien | 2007-10-09 | 1 | -1/+1 |
* | Repo copy libpthreads to libkse. | obrien | 2007-10-09 | 1 | -1/+1 |
* | Document that EPERM is returned when the calling thread does not have | imp | 2007-03-30 | 2 | -1/+9 |
* | Add a reference too pthread_cancel(3). | cognet | 2007-01-19 | 1 | -0/+1 |
* | Xref pthread_condattr.3, pthread_attr.3, and pthread_mutexattr.3. | trhodes | 2006-11-04 | 3 | -3/+6 |
* | o Expand "Nov" to "November" in Dd macro, remove eol whitespace. | maxim | 2006-11-01 | 1 | -1/+1 |
* | Add error code EPERM. | davidxu | 2006-11-01 | 1 | -1/+4 |
* | Bring manpage up-to-date with respect to the scheduling priority | ru | 2006-10-16 | 1 | -12/+19 |
* | Revise markup. | ru | 2006-09-30 | 1 | -6/+5 |
* | Removed libc_r build support. | ru | 2006-09-30 | 1 | -1/+1 |
* | Remove mentions of libc_r. | ru | 2006-09-30 | 54 | -58/+3 |
* | o Add pthread_yield.3 man page. | maxim | 2006-09-18 | 2 | -1/+33 |
* | Markup fixes. | ru | 2006-09-18 | 2 | -2/+2 |
* | The removal of CIRCLEQ left four queue macros. One sentence was missed | emaste | 2006-03-25 | 1 | -1/+1 |
* | Typesetting fix for -r1.137. | mckusick | 2006-03-24 | 1 | -2/+4 |
* | If a tail queue is empty the return value is not | mckusick | 2006-03-22 | 1 | -2/+2 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -1/+3 |
* | - Massage wording to make it easier to understand and fix some grammar. | brd | 2006-02-16 | 1 | -2/+2 |
* | Does not return EBUSY, the mutex will keep blocking until it's unlocked. | trhodes | 2006-01-31 | 1 | -4/+0 |
* | Add the RB_PROTOTYPE_STATIC and RB_GENERATE_STATIC macros. | jasone | 2006-01-19 | 2 | -7/+21 |
* | o Sort MLINKS. | maxim | 2006-01-11 | 1 | -1/+1 |
* | Add the RB_NFIND() macro, which is useful for red-black tree searches | jasone | 2006-01-11 | 2 | -1/+7 |
* | Style fixs, add missing word 'signal'. | davidxu | 2005-12-14 | 1 | -4/+5 |
* | Add siginfo. | davidxu | 2005-12-13 | 2 | -0/+310 |