]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libthr
Add support to mincore for detecting whether a page is part of a
[FreeBSD/FreeBSD.git] / lib / libthr /
2008-03-25 Ruslan ErmilovCompile libthr with warnings.
2008-03-25 Ruslan ErmilovFixed mis-implementation of pthread_mutex_get{spin...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-22 David XuAdd POSIX pthread API pthread_getcpuclockid() to get...
2008-03-21 David XuResolve __error()'s PLT early so that it needs not...
2008-03-20 Ruslan Ermilovpthread_mutexattr_destroy() was accidentally broken...
2008-03-20 David XuPreserve application code's errno in rtld locking code...
2008-03-20 David XuMake pthread_mutexattr_settype to return error number...
2008-03-20 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-19 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-03-19 David Xudon't reduce new thread's refcount if current thread...
2008-03-19 David Xu- Trim trailing spaces.
2008-03-19 David Xuif passed thread pointer is equal to current thread...
2008-03-18 David Xu- Copy signal mask out before THR_UNLOCK(), because...
2008-03-16 David XuActually delete SIGCANCEL mask for suspended thread...
2008-03-12 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-11 David XuIf a thread is cancelled, it may have already consumed...
2008-03-07 Shteryana ShopovaThis commit was generated by cvs2svn to compensate...
2008-03-06 David XuFix a bug when calculating remnant size.
2008-03-06 David XuDon't report death event to debugger if it is a forced...
2008-03-06 David XuRestore code setting new thread's scheduler parameters...
2008-03-05 David XuIncrease and decrease in_sigcancel_handler accordingly...
2008-03-05 David XuUse cpuset defined in pthread_attr for newly created...
2008-03-05 David XuAdd more cpu affinity function's symbols.
2008-03-05 David XuCheck actual size of cpuset kernel is using and define...
2008-03-04 David XuIf a new thread is created, it inherits current thread...
2008-03-04 David XuInclude cpuset.h, unbreak compiling.
2008-03-04 David Xuimplement pthread_attr_getaffinity_np and pthread_attr_...
2008-03-03 David XuImplement functions pthread_getaffinity_np and pthread_...
2008-02-14 Dag-Erling Smørgrav_pthread_mutex_isowned_np(): use a more reliable method...
2008-02-13 David E. O'Brienstyle.Makefile(5)
2008-02-13 David E. O'Brienstyle(9)
2008-02-11 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-02-06 Dag-Erling SmørgravYet another pointy hat: when I zapped FBSDprivate_1...
2008-02-06 Dag-Erling SmørgravRemove unnecessary prototype.
2008-02-06 Dag-Erling SmørgravConvert pthread.map to the format expected by version_g...
2008-02-06 Dag-Erling SmørgravRemove incorrectly added FBSDprivate_1.1 namespace...
2008-02-06 Dag-Erling SmørgravPer discussion on -threads, rename _islocked_np() to...
2008-02-04 Dag-Erling SmørgravAfter careful consideration (and a brief discussion...
2008-02-03 Dag-Erling SmørgravAdd pthread_mutex_islocked_np(), a cheap way to verify...
2008-02-02 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2008-01-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-18 David XuSYSTEM_SCOPE_ONLY flag is no longer needed, it is the...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2008-01-07 David Xusem_post() requires to return -1 on error.
2007-12-30 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-12-21 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2007-12-20 David Xucall underscore version of pthread_cleanup_pop instead.
2007-12-20 David XuRemove vfork() overloading, it is no longer needed.
2007-12-17 David XuAdd function prototypes.
2007-12-14 David Xu1. Add function pthread_mutex_setspinloops_np to turn...
2007-12-11 David XuEnclose all code for macro ENQUEUE_MUTEX in do while...
2007-12-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-05 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-03 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2007-12-03 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-02 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-11-28 Jason EvansFix pointer dereferencing problems in _pthread_mutex_in...
2007-11-27 Jason EvansAdd _pthread_mutex_init_calloc_cb() to libthr and libks...
2007-11-26 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-23 David XuSimplify code, fix a thread cancellation bug in sem_wai...
2007-11-21 David XuReuse nwaiter member field to record number of waiters...
2007-11-21 David XuRemove warning level and aliasing restrictions.
2007-11-21 David XuConvert ceiling type to unsigned integer before compari...
2007-11-21 David XuAdd some function prototypes.
2007-11-21 David XuRemove umtx_t definition, use type long directly, add...
2007-11-20 John BirrellThese are the things that the tinderbox has problems...
2007-11-16 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-14 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-11-07 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2007-11-06 Marius StroblIn _pthread_key_create() ensure that libthr is initiali...
2007-11-05 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-10-31 David XuAvoid doing adaptive spinning for priority protected...
2007-10-31 David XuDon't do adaptive spinning if it is running on UP kernel.
2007-10-31 David XuRestore revision 1.55, the kris's adaptive mutex type.
2007-10-30 Kris KennawayAdaptive mutexes should have the same deadlock detectio...
2007-10-30 David XuAdd my recent work of adaptive spin mutex code. Use...
2007-10-29 Kris KennawayAdd a new "non-portable" mutex type, PTHREAD_MUTEX_ADAP...
2007-10-29 Robert WatsonThis commit was generated by cvs2svn to compensate...
2007-10-25 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-10-22 Ruslan Ermilov- Stop calling libthr alternative as it's now the default
2007-10-18 Darren ReedThis commit was generated by cvs2svn to compensate...
2007-10-18 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2007-10-16 David XuUse macro THR_CLEANUP_PUSH/POP, they are cheaper than...
2007-10-16 David XuReverse the logic of UP and SMP.
2007-10-16 Max LaierThis commit was generated by cvs2svn to compensate...
2007-10-16 Max LaierThis commit was generated by cvs2svn to compensate...
2007-10-15 Mark PeekThis commit was generated by cvs2svn to compensate...
2007-10-15 Mark PeekThis commit was generated by cvs2svn to compensate...
2007-10-12 Xin LIThis commit was generated by cvs2svn to compensate...
2007-10-09 David E. O'BrienTweak the handling of "WITHOUT_LIBPTHREAD". Also remov...
2007-10-08 Xin LIThis commit was generated by cvs2svn to compensate...
2007-10-03 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2007-10-01 Ruslan ErmilovAlways install libpthread.* symlinks if at least one of
next