| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvs | Ken Smith | 2009-05-01 | 81 | -81/+81 |
| * | Mostly synchronize lib/libthr and sys/kern/kern_umtx.c with the code | Konstantin Belousov | 2009-03-24 | 27 | -444/+796 |
| * | MFC: 185728: initialize 'dummy' argument to _umtx_op(2) syscall | Peter Wemm | 2008-12-21 | 1 | -1/+1 |
| * | MFC SVN rev 181099: | David Xu | 2008-08-05 | 1 | -1/+1 |
| * | MFC: r179358,179434 - make libc's fcntl symbol weak and extend the limited | Doug Rabson | 2008-06-06 | 1 | -1/+2 |
| * | MFC revision 1.8: | David Xu | 2008-04-22 | 1 | -2/+1 |
| * | MFC: | David Xu | 2008-04-12 | 1 | -3/+35 |
| * | MFC: | David Xu | 2008-04-12 | 7 | -16/+15 |
| * | MFC: | David Xu | 2008-04-11 | 8 | -223/+287 |
| * | MFC: | David Xu | 2008-04-11 | 3 | -11/+38 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_7'. | cvs2svn | 2008-04-10 | 2 | -0/+73 |
| * | MFC Revision 1.6: | David Xu | 2008-03-23 | 1 | -2/+4 |
| * | MFC: style.Makefile(5) | David E. O'Brien | 2008-03-16 | 6 | -6/+6 |
| * | MFC: style(9) | David E. O'Brien | 2008-03-16 | 2 | -6/+6 |
| * | MFC: Merge malloc(3) improvements and fixes. The highlights are: | Jason Evans | 2008-03-07 | 2 | -6/+24 |
| * | MFC revision 1.64: | David Xu | 2007-12-13 | 1 | -5/+7 |
| * | MFC: Add support for non-portable adaptive mutexes, as well as experimental | Kris Kennaway | 2007-11-14 | 3 | -26/+86 |
| * | MFC: 1.7 | Marius Strobl | 2007-11-09 | 1 | -1/+5 |
| * | MFC: Reflect the "libpthread -> libkse", "libthr is the default threding | Ruslan Ermilov | 2007-10-23 | 1 | -15/+7 |
| * | Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidental | David E. O'Brien | 2007-10-09 | 1 | -2/+2 |
| * | Always install libpthread.* symlinks if at least one of | Ruslan Ermilov | 2007-10-01 | 1 | -2/+3 |
| * | Output error message to STDERR_FILENO. | David Xu | 2007-08-07 | 1 | -1/+1 |
| * | Set warning level to 2. | David Xu | 2007-06-08 | 1 | -1/+2 |
| * | Bump library versions in preparation for 7.0. | Daniel Eischen | 2007-05-21 | 1 | -1/+1 |
| * | Fix a logic bug I re-introduced in my patch I sent to Daniel | Ruslan Ermilov | 2007-05-18 | 1 | -1/+1 |
| * | Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf. | Daniel Eischen | 2007-05-17 | 1 | -4/+4 |
| * | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | Daniel Eischen | 2007-05-13 | 2 | -380/+6 |
| * | backout experimental adaptive spinning mutex for product use. | David Xu | 2007-05-09 | 3 | -9/+0 |
| * | Use C comments since we now preprocess these files with CPP. | Daniel Eischen | 2007-04-29 | 1 | -11/+14 |
| * | If a thread who's name is being set is not the current thread, use macros | David Xu | 2007-04-05 | 1 | -2/+2 |
| * | Remove 3rd clause, renumber, ok per email | Warner Losh | 2007-01-12 | 21 | -88/+22 |
| * | Insert mutex at tail if it has highest ceiling. | David Xu | 2007-01-05 | 1 | -1/+1 |
| * | Oops, don't corrupt the list. | David Xu | 2007-01-05 | 1 | -1/+1 |
| * | Check if the PP mutex is recursive, if we have already locked it, place the | David Xu | 2007-01-05 | 1 | -9/+28 |
| * | get LIBPTHREAD_ADAPTIVE_SPIN early, so it can be used for some global | David Xu | 2006-12-20 | 1 | -2/+5 |
| * | Check environment variable PTHREAD_ADAPTIVE_SPIN, if it is set, use | David Xu | 2006-12-20 | 5 | -1/+8 |
| * | - Remove variable _thr_scope_system, all threads are system scope. | David Xu | 2006-12-15 | 10 | -25/+19 |
| * | Create inline function _thr_umutex_trylock2 to only try one atomic | David Xu | 2006-12-14 | 2 | -3/+11 |
| * | Correctly check failed syscall. | David Xu | 2006-12-12 | 1 | -10/+10 |
| * | Move checking for c_has_waiters into low level _thr_ucond_signal and | David Xu | 2006-12-12 | 2 | -16/+12 |
| * | test cancel_pending to save a thr_wake call in some specical cases. | David Xu | 2006-12-06 | 1 | -1/+1 |
| * | _thr_ucond_wait drops lock, we should pick it up again. | David Xu | 2006-12-05 | 1 | -0/+1 |
| * | the c_has_waiters is lazily updated, temporarily disable the false | David Xu | 2006-12-05 | 1 | -0/+2 |
| * | Use ucond to implement barrier. | David Xu | 2006-12-05 | 2 | -8/+10 |
| * | Add _thr_ucond_init(). | David Xu | 2006-12-05 | 2 | -3/+10 |
| * | Tweak _thr_cancel_leave_defer a bit to fix a possible race. | David Xu | 2006-12-05 | 1 | -3/+7 |
| * | Fix typo, I was using a wrong header file, and the typo is not detected | David Xu | 2006-12-04 | 1 | -1/+1 |
| * | Use kernel provided userspace condition variable to implement pthread | David Xu | 2006-12-04 | 6 | -95/+104 |
| * | If a thread was detached, return EINVAL instead, the error code | David Xu | 2006-11-28 | 1 | -1/+1 |
| * | - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread. | Ruslan Ermilov | 2006-11-26 | 1 | -5/+5 |